@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";.home-container{width:100%;height:calc(100dvh - 60px);margin-top:60px;position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem;text-align:center;background:linear-gradient(to top,#f8fafc,#f1f4ff,#e0e7ff);z-index:1;background-image:url(/images/popup-image.png);background-position:center;background-repeat:no-repeat;background-size:cover;overflow:auto}.home-container:after{content:"";position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:-1;background:#ffffffa6;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.27)}.home-container h1{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.home-content{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1;margin-top:60px}.home-content>p{font-size:1.2rem;color:#4b5563;margin-bottom:2rem}.home-content .home-title{color:#266ca9}.home-container .button-group{width:100%;display:flex;align-items:center;justify-content:space-evenly}.home-container .btn{max-width:220px;position:relative;padding:15px 25px;font-size:16px;color:#fff;background-color:#1356a1;border:none;border-radius:16px;cursor:pointer;overflow:hidden;transition:transform .2s ease}.home-container .btn-secondary{background-color:transparent;border:2px solid #828282;color:#292929;background:#ffffff0d;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(9px)}.home-container .btn .shine{content:"";position:absolute;top:0;left:-75%;height:100%;width:50%;background:linear-gradient(120deg,#fff3,#fff9,#fff3);transform:skew(-25deg)}.home-container .btn:hover .shine{animation:shine 1.2s ease-out}.uploader-container{margin-bottom:2rem;border:2px dashed #1f2937;border-radius:1rem;padding:30px 60px;background-color:transparent;text-align:center;position:relative;transition:border-color .3s,background-color .3s;background:#ffffff0d;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(9px)}.uploader-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;z-index:1}.upload-text{font-weight:600;font-size:1.2rem;color:#1f2937}.uploader-label .upload-hint{font-size:.8rem;color:#1f2937}.file-input{display:none}.home-container .draft-expiry-note{position:fixed;bottom:0;font-size:.7rem;color:#333;margin:1rem;font-style:italic}.home-container img{width:150px;border-radius:5px;position:absolute;z-index:0}.home-container .hero-image-left{left:20px}.home-container .hero-image-right{right:20px}.bounce{animation:upDown 2s ease-in-out infinite}@keyframes shine{0%{left:-75%}to{left:125%}}@media (max-width: 768px){.home-container h1{font-size:2rem}.home-content{margin-top:20px}.home-container .draft-expiry-note{position:relative}.home-container p{font-size:1rem}.home-container .button-group{flex-direction:column;gap:1rem}.home-container .btn{width:100%;max-width:200px;font-size:1rem;padding:.9rem 1rem}.home-container img{width:100px}.home-container{background-position:80%;background-size:cover}}@media (max-width: 450px){.home-container{padding:1rem}.uploader-container{padding:30px}.home-container img{display:none}}@media (max-width: 350px){.home-container h1{font-size:1.2rem}.home-content>p{font-size:.8rem}}.warning-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);z-index:35;margin-top:60px}.warning{background:#fff;color:#1a1a1a;border-radius:14px;padding:28px 32px;margin:0 20px;width:min(440px,90%);display:flex;flex-direction:column;gap:22px;position:relative;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 26px #00000026}.warning-text{text-align:left;font-size:16px;line-height:1.45;margin:0}.warn-btns{display:flex;justify-content:flex-end;gap:12px}.warn-btns button{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:.18s ease}.no-btn{background:#d9534f;color:#fff;border:none}.no-btn:hover{background:#c1423e}.yes-btn{background:#f7f7f7;border:1px solid #d1d1d1;color:#222}.yes-btn:hover{background:#266ca9;border-color:#266ca9;color:#fff}.close-btn{background:none;border:none;cursor:pointer;position:absolute;top:12px;right:12px;padding:6px;opacity:.6;transition:.2s ease}.close-btn:hover{opacity:1}.section-field-container{position:fixed;top:60px;left:0;width:100%;height:calc(100dvh - 60px);display:flex;align-items:center;justify-content:center;background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);padding:24px;z-index:10}.section-field-container .quill-field{display:flex;align-items:center;flex-direction:column;gap:10px}.toggle-close{position:fixed;top:20px;right:20px;background-color:#fff;padding:5px 8px;border-radius:8px;cursor:pointer}.section-field-container .tab-panel{width:600px;max-width:95%;background:#fff;border-radius:14px;padding:28px 24px;overflow-y:auto;max-height:calc(100dvh - 120px);box-shadow:0 4px 14px #0000002e;animation:panelFadeIn .25s ease}.section-field-container .tab-panel-body-container{width:100%}.section-field-container .tab-panel-body-container .tab-panel-section-title,.tab-panel .tab-panel-section-title{width:100%;text-align:center;margin-bottom:10px}.section-field-container .contact-tab{display:flex;flex-wrap:wrap;gap:10px}.section-field-container .contact-tab input{width:calc(50% - 10px)!important}.field-title input,.tab-panel input,.tab-panel-body input,.skills-body input,.lang input{width:100%;padding:10px 14px;border:1px solid #d1d1d1;border-radius:8px;font-size:15px;outline:none;transition:all .2s ease}.field-title input:focus,.tab-panel input:focus,.tab-panel-body input:focus,.skills-body input:focus,.lang input:focus{border-color:#67c0ff;box-shadow:0 0 0 3px #21b5ff26;background:#fff}.field-title input::placeholder,.tab-panel input::placeholder{color:#9b9b9b}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.tab-panel .custom-section-title{border-radius:8px;padding:8px 10px}.tab-panel .add-btn{padding:12px;border-radius:12px;text-align:center;background:#347928;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .25s ease;margin:0 auto}.tab-panel .add-btn:hover{background:#2a5f22}.tab-panel-body{width:100%;display:flex;align-items:center;flex-direction:column;gap:10px}.tab-panel-body .btn,.quill-field .btn{border:none;background:transparent;color:#d00000;cursor:pointer;font-size:20px;transition:color .2s ease;margin:0!important}.tab-panel-body .btn:hover,.quill-field .btn:hover{color:#8a0000}.tab-panel .clear-btn{padding:12px;border-radius:12px;text-align:center;background:#c40c0c;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .25s ease;margin:0 auto}.tab-panel .clear-btn:hover{background:#a30606}.skills-body .skill,.lang{width:100%;display:flex;align-items:center;gap:8px;margin-bottom:8px}.form-quill{width:100%!important;border-radius:8px!important;border:1px solid #ddd!important}.form-quill .ql-toolbar{border-radius:8px 8px 0 0}.form-quill .ql-container{border-radius:0 0 8px 8px}.ql-container{height:160px!important}.ql-toolbar.ql-snow .ql-formats{margin:0!important}.ql-tooltip{z-index:2000!important}@media screen and (max-width: 600px){.section-field-container .contact-tab input{width:100%!important}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ai-section-generate-btn{background:#373b44;background:-webkit-linear-gradient(to bottom,#4286f4,#373B44);background:linear-gradient(to bottom,#4286f4,#373b44);color:#fff;padding:12px;border-radius:.7rem;border:1px solid #ccc;font-weight:600;cursor:pointer}.style-container{width:275px;font-size:13px}.style-header{width:265px;margin:5px;padding:10px;font-weight:600;border-bottom:2px solid #D1D5DB;background-color:#fff}.style-header h1{font-size:15px}.style-body{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:15px 25px}.style-body select{border:none;outline:none;padding:5px;border-radius:8px;border:1px solid #D1D5DB;cursor:pointer}.style-body select option{padding:5px;border-radius:8px;border:1px solid #D1D5DB;cursor:pointer}#theme-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px;margin:10px}.style-body .theme-option{width:25px;height:25px;border:2px solid #D1D5DB;padding:10px;border-radius:50%;cursor:pointer}.style-body>input{border:none;outline:none;padding:0;border-bottom:1px solid #D1D5DB;width:25px;height:25px;cursor:pointer}.style-body .black{background-color:#000}.style-body .grey{background-color:#6b7272}.style-body .purple{background-color:#7851a9}.style-body .cd-blue{background-color:#266ca9}.style-body .blue{background-color:#003153}.style-body .green{background-color:#2e8b57}.style-body .teal{background-color:teal}.style-body .yellow{background-color:#daa520}.style-body .pink{background-color:#dc143c}.style-body .red{background-color:#8b0000}.style-body .dark-pink{background-color:#5b194d}.template-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;margin:10px}.template-image{width:245px;border:1px solid #D1D5DB;cursor:pointer}.style-body #active{border:2px solid #266CA9}.template-div{position:relative}.template-number{width:100%;display:none;position:absolute;bottom:3px;left:0;text-align:center;padding:10px;background-color:#000c;color:#fff}.template-div:hover .template-number{display:flex;align-items:center;justify-content:center}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.field-container,.style-container{position:fixed;top:70px;left:10px;width:275px;height:calc(100dvh - 80px);z-index:8;border-radius:8px;overflow-y:auto;background:#fff;box-shadow:2px 2px 2px #00000026;transition:.7s ease-in-out}#field-close,#style-close{position:fixed;left:-300px;transition:ease-in-out .7s}.menu-icon-container{display:flex;flex-direction:column;gap:10px;position:fixed;top:65px;left:290px;padding:5px;z-index:8;transition:all ease-in-out .7s}.menu-icon-container .menu-icon{padding:8px;cursor:pointer;border-radius:8px;background-color:#fff;border:1px solid #e9e9e9;box-shadow:1px 1px 2px #00000026;font-size:1.1rem}.menu-icon-container .menu-icon:hover{transform:scale(1.1);transition:ease-in-out .3s}#menu-icon-close{position:fixed;left:8px;transition:ease-in-out .7s}.field-container .field-section{margin:6px;padding:5px;border-radius:5px;border:1px solid #D1D5DB;background-color:#fff}.field-header{width:250px;padding:0 5px;border-radius:8px;background-color:#fff;color:#000;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.field-header>.field-title{display:flex;align-items:center;gap:10px}.field-header>.field-title>svg{cursor:pointer}.field-header>.field-title>input{width:130px;border:none;outline:none;padding:2px;border-bottom:1px solid #D1D5DB}.field-header>.field-title>.wrong-icon{color:#c40c0c;font-size:20px;cursor:pointer}.field-header>.field-title>.tick-icon{color:#347928;font-size:20px;cursor:pointer}.dropdown-icon{color:#222;font-size:.8rem;cursor:pointer;padding:10px}.save-btn{background-color:#102944;color:#fff;outline:none;border:none;padding:10px;margin:0 0 10px 5px;border-radius:8px;cursor:pointer}.download-loader{position:fixed;top:0;left:0;width:100%;height:100dvh;display:flex;align-items:center;flex-direction:column-reverse;justify-content:center;gap:10px;background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);color:#fff;z-index:30}.download-loader .loader{--r1: 154%;--r2: 68.5%;width:60px;aspect-ratio:1;border-radius:50%;background:radial-gradient(var(--r1) var(--r2) at top,#0000 79.5%,#266CA9 80%),radial-gradient(var(--r1) var(--r2) at bottom,#266CA9 79.5%,#0000 80%),radial-gradient(var(--r1) var(--r2) at top,#0000 79.5%,#266CA9 80%),#ccc;background-size:50.5% 220%;background-position:-100% 0%,0% 0%,100% 0%;background-repeat:no-repeat;animation:l9 2s infinite linear}.resume-container{width:100%;height:calc(100dvh - 70px);display:flex;align-items:center;justify-content:center;margin-top:60px;overflow:auto}.resume-container .resume-loader{width:100%;height:90vh;display:flex;align-items:center;justify-content:center}.resume-container .resume-loader .loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #266CA9;background-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.resume-container .resume-watermark{width:150px;height:30px;position:absolute;bottom:30px;right:30px}.resume-container #pdf-controls{position:fixed;top:90dvh;left:50%;transform:translate(-50%);box-shadow:none;background-color:#fff;border:1px solid #ccc;border-radius:15px;z-index:7;display:flex;align-items:center;justify-content:space-around;flex-direction:row-reverse}.resume-container #pdf-download{display:none}.resume-container #pdf-zoom-out,.resume-container #pdf-zoom-in,.resume-container #pdf-zoom-reset{border-radius:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes l9{33%{background-position:0% 33%,100% 33%,200% 33%}66%{background-position:-100% 66%,0% 66%,100% 66%}to{background-position:0% 100%,100% 100%,200% 100%}}@media screen and (min-width: 1440px){.field-container,.style-container{top:90px;height:calc(100dvh - 105px)}.menu-icon-container{top:90px;left:320px}.menu-icon-container .menu-icon{padding:10px}.field-container{width:300px}.field-header,.form-quill,.quill-field{width:280px}.field-container .field-section .field-header{font-size:1.3rem;padding:10px}.tab-panel input{font-size:1.3rem}}@media screen and (max-width: 1000px){.download-loader{font-size:.9rem}}@media screen and (max-width: 600px){.download-loader{font-size:.7rem}.field-container,.style-container{top:60px;height:calc(100dvh - 70px)}.menu-icon-container{top:60px}.menu-icon-container .menu-icon{font-size:.9rem}}.not-found{width:100%;height:calc(100dvh - 150px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.not-found p{text-decoration:underline}.not-found .not-found-text{display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found .not-found-number{font-size:5rem}.not-found a{color:#266ca9}.nav-bar{position:fixed;top:0;left:0;width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background-color:#fff;box-shadow:2px 2px 2px #00000026;z-index:50}.logo-img{width:200px}.nav-options{display:flex;align-items:center;gap:30px}.btn-container{display:flex;gap:30px}.btn-container a:hover{color:var(--primary-color);transform:translateY(-2px);transition:.2s ease}.auth-btn{background-color:#1356a1;color:#fff;padding:12px;border-radius:10px;cursor:pointer}.profile-container{position:relative;padding:10px}.profile-icon{width:30px;height:30px;border:2px solid #266CA9;border-radius:50%;color:#1356a1;display:flex;justify-content:center;align-items:center;cursor:pointer}.profile-options{position:absolute;top:65px;right:-200px;opacity:0;pointer-events:none;padding:15px;background-color:#fff;border:1px solid #e9e9e9;border-radius:8px;box-shadow:2px 2px 8px #00000026;transition:.3s ease;display:flex;flex-direction:column;gap:10px}#profile-open .profile-options{right:0;opacity:1;pointer-events:auto}.logout-container{display:flex;gap:10px;color:#c40c0c;cursor:pointer}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.1rem;cursor:pointer}.nav-bar a{color:#000}@media (max-width: 1000px){.mobile-menu-btn{display:block}.nav-options{position:fixed;top:60px;right:-100%;flex-direction:column;background:#fff;padding:40px;gap:10px;transition:right .3s ease;box-shadow:-3px 3px 5px #00000026;border:1px solid #e9e9e9;border-radius:0 0 0 20px}.nav-options.mobile-open{right:0}.nav-bar .btn-container{flex-direction:column;gap:20px}.nav-bar .btn-container a{word-wrap:break-word}}.wizard-wrapper{padding:2rem;height:100dvh;overflow:auto;padding-top:80px;border-radius:12px}.wizard-wrapper .ai-icon{display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;left:20px;padding:15px 20px;border-radius:2rem;border:none;background:-webkit-linear-gradient(to bottom,#4286f4,#373B44);background:linear-gradient(to bottom,#4286f4,#373b44);color:#fff;font-weight:600;animation:upDown 2s ease-in-out infinite;cursor:pointer;z-index:10}.wizard-container{display:flex;flex-direction:column;gap:1rem}.wizard-container .tab-panel-section-title{display:none}.progress-container{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.progress-bar-wrapper{width:calc(100% - 130px);display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.progress-label{font-weight:700;font-size:1rem}.progress-bar{background:#cacaca;height:8px;border-radius:4px;overflow:hidden}.progress{background:#1356a1;height:100%;transition:width .3s ease-in-out}.progress-container button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;margin-right:0}.wizard-container .wizard-step{background-color:#fff;color:#000;padding:2rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;border:1px solid #ccc}.wizard-step-header{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;cursor:pointer}.wizard-step-header .stepper-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.1rem}.wizard-step-header .ai-buttons{display:flex;gap:1rem}.wizard-step-header .ai-button.spell-check{background:#fff;color:#373b44;padding:12px;border-radius:.7rem;font-weight:600;cursor:pointer;transition:all ease-in-out .3s}.wizard-step h2{font-size:1.5rem;color:#333}.wizard-nav{display:flex;justify-content:flex-end;gap:1rem}.wizard-nav button{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;background-color:#1356a1;color:#fff;transition:background-color .2s ease}.wizard-nav button:hover{background-color:#0056b3}.finish-btn{background-color:#28a745}.finish-btn:hover{background-color:#1e7e34}.template-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.template-div{text-align:center;cursor:pointer;transition:transform .3s}.template-div:hover{transform:scale(1.03)}.template-image{width:100%;height:auto;border:2px solid #e1e1e1;transition:border .3s ease}.template-image.active{border-color:#266ca9;box-shadow:0 0 10px #007bff66}.template-number{margin-top:.5rem;font-weight:500}.wizard-title{color:#266ca9;font-size:1.8rem;margin-bottom:1rem;text-align:center}.continue-btn{background-color:#1356a1;color:#fff;padding:.75rem 2rem;font-size:1rem;border:none;border-radius:8px;margin-top:1.5rem;cursor:pointer;transition:background-color .3s ease}.continue-btn:hover{background-color:#0056b3}.template-wizard #active{border:2px solid #266CA9}#wizard-nav-disabled{background-color:#aeaeae;cursor:not-allowed}.wizard-container .tab-panel{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.wizard-container .tab-panel input{height:50px;padding:20px;border:1px solid #ccc}.wizard-container .quill-field{width:100%;display:flex;flex-direction:column}.wizard-container .quill-field .form-quill{width:100%;background-color:#fff;border:none!important}.tab-panel-btns{display:flex;gap:1rem;margin-bottom:8px}.undo-redo-btns{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.undo-redo-btn{background-color:transparent;color:#000;padding:5px 10px;border-radius:.5rem;cursor:pointer;border:none}.undo-redo-btn:disabled{color:#666;cursor:not-allowed;opacity:.7}.live-preview{position:fixed;top:60px;left:0;min-width:100%;height:calc(100dvh - 60px);background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);overflow:auto;z-index:11}.live-preview .preview-close{position:fixed;top:80px;right:20px;padding:10px;border:1px solid #a9a9a9;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media screen and (max-width: 600px){.wizard-wrapper{padding:4rem 1rem 2rem}.wizard-container .wizard-step{padding:1rem}.live-preview{height:calc(100dvh - 50px);top:50px}}@media screen and (max-width: 400px){.wizard-wrapper{padding:4rem 10px 2rem}.wizard-container .tab-panel{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.popup{position:fixed;top:0;left:0;padding-top:60px;width:100%;height:100dvh;background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);z-index:20;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:fadeIn .3s ease-in-out;display:flex;justify-content:center;align-items:center}.popup-content{padding:2.5rem 2rem;background:-webkit-linear-gradient(to bottom,#4286f4,#373B44);background:linear-gradient(to bottom,#4286f4,#373b44);color:#fff;width:calc(550px - 2rem);max-height:calc(100% - 2rem);display:flex;flex-direction:column;gap:1.5rem;border-radius:18px;position:relative;margin:1rem;overflow-y:auto;animation:slideUp .35s ease-out forwards}.popup-content .close-btn{position:absolute;top:14px;right:18px;background:none;border:none;font-size:1.4rem;color:#fff;cursor:pointer;transition:color .2s ease;z-index:1}.close-btn:hover{transform:scale(1.1)}.popup-title{font-size:1.8rem;font-weight:700;color:#fff;text-align:center}.popup-description{font-size:1rem;color:#fff;text-align:center;margin-top:-1rem}.input-container{display:flex;flex-direction:column;gap:.3rem}.input-container label{font-weight:600;font-size:.95rem;color:#fff;display:flex;align-items:center;gap:.4rem}.input-container select,.input-container input,.input-container textarea{padding:12px 14px;border-radius:10px;border:1px solid #ccc;font-family:inherit;font-size:.95rem;background-color:#fff;color:#222;resize:none;outline:none}.input-container textarea{height:150px}.input-container select:focus,.input-container input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.input-container input::placeholder{color:#888}.generate-btn{width:200px;margin-top:1.5rem;padding:12px 20px;background-color:#fff;border:none;border-radius:50px;color:#000;font-weight:600;font-size:1.05rem;cursor:pointer;box-shadow:0 8px 20px #256ba866;transition:all .3s ease;margin:auto}.generate-btn:hover{box-shadow:0 10px 25px #0c73ce99;transform:translateY(-2px)}.generate-btn:active{transform:scale(.98)}.popup .hint{font-size:12px;text-align:center}@media screen and (max-width: 600px){.popup-content{padding:2rem 1.2rem}.popup-title{font-size:1.5rem}.popup-description{font-size:.9rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.shared-resume{width:100%;height:calc(100dvh - 70px);display:flex;align-items:center;justify-content:center;margin-top:60px;overflow:auto}.resume-loader{width:100%;height:90dvh;display:flex;align-items:center;justify-content:center}.resume-loader .loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #266CA9;background-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.resume-watermark{width:150px;height:30px;position:absolute;bottom:30px;right:30px}#react-doc-viewer{background-color:transparent!important;padding:20px}#pdf-controls{position:fixed;top:90dvh;left:50%;transform:translate(-50%);box-shadow:none;background-color:#fff;border:1px solid #ccc;border-radius:15px;z-index:7;display:flex;align-items:center;justify-content:space-around;flex-direction:row-reverse}#pdf-download{display:none}#pdf-zoom-out,#pdf-zoom-in,#pdf-zoom-reset{border-radius:10px}.PqUgj,.hDflab{box-shadow:none!important}@media screen and (min-width: 1440px){.resume-container #react-doc-viewer{margin:30px 0}}.ai-resume-page{display:flex;flex-direction:column;height:calc(100dvh - 60px);width:100%;margin-top:60px;border:1px solid #ccc;background:#e5ddd5;font-family:sans-serif;overflow:auto}.chat-history{flex:1;overflow-y:auto;padding:16px;margin-bottom:90px}.chat-row{display:flex;width:100%;margin-bottom:10px}.chat-row.user{justify-content:flex-end}.chat-row.bot{justify-content:flex-start}.chat-bubble{display:inline-block;max-width:75%;padding:10px 14px;border-radius:18px;line-height:1.4;word-wrap:break-word;box-shadow:0 1px 3px #0000001a}.chat-bubble.user{background-color:#fff;text-align:right;border-bottom-right-radius:4px}.chat-bubble.bot{background-color:#266ca9;color:#fff;text-align:left;border-bottom-left-radius:4px}.chat-input-wrapper{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:70%;display:flex;padding:5px;background:#fff;border-top:1px solid #ccc;border-radius:30px}.chat-input-wrapper input{flex:1;padding:10px;border-radius:20px;border:none;margin-right:10px;outline:none}.chat-input-wrapper button{padding:15px;display:flex;align-items:center;justify-content:center;gap:5px;border:none;background:#266ca9;color:#fff;border-radius:30px;cursor:pointer}@media screen and (max-width: 600px){.ai-resume-page{height:calc(100dvh - 50px);margin-top:50px}}@media screen and (max-width: 450px){.chat-input-wrapper{width:90%}}.loading-page{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,sans-serif;padding:20px;text-align:center;gap:20px;overflow:hidden;background:#000c;color:#fff;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.spinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.1);border-top:6px solid #266CA9;border-radius:50%;animation:spin 1s linear infinite}.loading-quote{font-size:1rem;font-weight:500;margin-top:1rem;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.alert-container{position:fixed;top:70px;right:30px;z-index:9999;display:flex;flex-direction:column;gap:10px}.alert{display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:10px;background:#fff;box-shadow:0 4px 12px #00000014;border-left:5px solid transparent;animation:fade-slide-in .45s ease-out both}.alert p{margin:0;color:#111;font-size:15px;font-weight:500}.success-alert{border-left-color:#16a34a}.failed-alert{border-left-color:#dc2626}.warn-alert{border-left-color:#facc15}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(-15px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media (max-width: 600px){.alert-container{right:15px;left:15px}}*{margin:0;padding:0;box-sizing:border-box}html,body{::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#b9b9b9}::-webkit-scrollbar-thumb:hover{background:#555}}body{background-color:#f9f9f9;width:100%;scroll-behavior:smooth;font-family:Lexend,sans-serif;font-optical-sizing:auto;font-style:normal;overflow:hidden;transition:all ease-in-out .3s}a{text-decoration:none}.btn{display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1356a1;color:#fff;border:none;transition:all ease-in-out .1s;cursor:pointer;margin-right:8px;padding:10px;border-radius:10px}.btn-secondary{background-color:transparent;border:2px solid #1356a1;color:#1356a1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.site-loader{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background:#000c;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.site-loader .loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #266CA9;background-color:transparent;border-radius:50%;animation:spin 1s linear infinite}button:active{transform:scale(.9)}@media screen and (min-width: 1440px){.field-container,body{font-size:1.3rem}}@media screen and (max-width: 850px){body{font-size:.9rem}}@media screen and (max-width: 600px){body{font-size:.8rem}}
