@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.dashboardv2-root{--background:0 0% 100%;--foreground:224 71.4% 4.1%;--card:0 0% 100%;--card-foreground:224 71.4% 4.1%;--popover:0 0% 100%;--popover-foreground:224 71.4% 4.1%;--primary:217 91% 60%;--primary-foreground:210 20% 98%;--secondary:213 27% 94%;--secondary-foreground:215 28% 17%;--muted:214 32% 96%;--muted-foreground:215 16% 47%;--accent:217 91% 96%;--accent-foreground:217 91% 40%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 20% 98%;--border:214 32% 91%;--input:214 32% 91%;--ring:217 91% 60%;--radius:0.75rem;--sidebar:0 0% 100%;--sidebar-foreground:224 71.4% 4.1%;--sidebar-muted:220 14.3% 95.9%;--sidebar-muted-foreground:220 8.9% 46.1%;--sidebar-accent:217 91% 95%;--sidebar-accent-foreground:217 91% 30%}.dashboardv2-root.dark{--background:224 71.4% 4.1%;--foreground:210 20% 98%;--card:224 71.4% 4.1%;--card-foreground:210 20% 98%;--popover:224 71.4% 4.1%;--popover-foreground:210 20% 98%;--primary:217 91% 60%;--primary-foreground:210 20% 98%;--secondary:215 27.9% 16.9%;--secondary-foreground:210 20% 98%;--muted:215 27.9% 16.9%;--muted-foreground:217.9 10.6% 64.9%;--accent:217 91% 20%;--accent-foreground:217 91% 80%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 20% 98%;--border:215 27.9% 16.9%;--input:215 27.9% 16.9%;--ring:217 91% 60%;--sidebar:224 71.4% 5.9%;--sidebar-foreground:210 20% 98%;--sidebar-muted:215 27.9% 16.9%;--sidebar-muted-foreground:217.9 10.6% 64.9%;--sidebar-accent:217 91% 15%;--sidebar-accent-foreground:217 91% 80%}.shadow-glow{box-shadow:0 0 8px rgba(59,130,246,.5)}.animate-subtle-pulse{animation:subtle-pulse 3s ease-in-out infinite}@keyframes subtle-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 rgba(59,130,246,0)}50%{transform:scale(1.02);box-shadow:0 0 15px rgba(59,130,246,.3)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-float{animation:float 5s ease-in-out infinite}.card-no-border{border:none!important}.price-card-bg-new{background:#fff!important;border-top:4px solid #3c83f6;box-shadow:0 4px 12px rgba(0,0,0,.08)}.payment-tab-style{background-color:hsl(var(--primary))!important;color:#fff!important}.input-editor.ProseMirror{overflow-y:auto;resize:none;scroll-behavior:smooth;height:300px;max-height:450px;border:none;outline:none!important}.dashboard-root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:0.5rem}.dashboard-root.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%}.dashboard-root *{border-color:hsl(var(--border))}.dashboard-root{background-color:hsl(var(--background));color:hsl(var(--foreground))}.dotWrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:5px 35px;background-color:transparent}.loadingDot{position:relative;width:10px;height:10px;border-radius:5px;background-color:#fff;color:#9880ff;animation:loadingDot 1s linear infinite alternate;animation-delay:.5s}.loadingDot:after,.loadingDot:before{content:"";display:inline-block;position:absolute;top:0}.loadingDot:before{left:-15px;animation:loadingDot 1s infinite alternate;animation-delay:0s}.loadingDot:after,.loadingDot:before{width:10px;height:10px;border-radius:5px;background-color:#bfb2f8;color:#bfb2f8}.loadingDot:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}.customScroll::-webkit-scrollbar{width:10px}.customScroll::-webkit-scrollbar-track{background-color:#f0f0f0}.customScroll::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px;cursor:default}.deleteIcon{position:absolute;top:5%;left:54%}@media only screen and (max-width:560px){.border-style{border:none;border-top:1px solid grey;padding-bottom:20px}.deleteIcon{left:85%}}.paddingTop1{padding-top:11px;padding-bottom:16px}.paddingTop2{padding-top:30px;padding-bottom:38px}.text,.tiptap{overflow-y:auto;resize:none;scroll-behavior:smooth;height:300px;max-height:300px;border:none;outline:none!important}.text::-webkit-scrollbar{width:10px}.text::-webkit-scrollbar-track{background-color:#f0f0f0}.text::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px;cursor:default}.tiptap::-webkit-scrollbar{width:10px}.tiptap::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px;cursor:default}.tiptap::-webkit-scrollbar-track{background-color:#f0f0f0}.tiptap{padding:.65rem 1rem;width:100%}.file-upload{display:none}.border-style{border:none;border-left:1px solid grey}.tiptap.ai-text{color:red}.icon-box-span{display:flex;align-items:center;justify-content:center;width:55px;height:55px;line-height:55px;text-align:center;font-size:22px}#homebtndiv{display:flex!important;gap:20px}@media only screen and (max-width:560px){.border-style{border:none;border-top:1px solid grey;padding-bottom:20px}#homebtndiv{display:flex!important;flex-direction:column!important;gap:20px}}.ProseMirror{resize:none;scroll-behavior:smooth;height:300px;max-height:400px;border:none;outline:none!important}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;height:0}.ProseMirror:focus p.is-editor-empty:first-child:before{display:none}.modalContainer{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999}.createFolderModal{position:relative;width:360px;padding:2rem;border-radius:12px;display:flex;flex-direction:column;gap:20px;opacity:1;z-index:999}.folderModalClose{position:absolute;top:0;right:10px;font-weight:700;cursor:pointer;margin-top:10px}