body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.image-buttons{display:flex;gap:2rem;justify-content:center;margin-top:.25rem}.btn-edit,.btn-share{border:none;border-radius:1rem;cursor:pointer;font-size:1rem;height:auto;padding:.5rem 1rem;transition:all .3s ease;width:auto}.btn-edit{background-color:#000;color:#fff}.btn-edit:hover{background-color:gray}.btn-share{background-color:grey;color:#fff}.btn-share:hover{background-color:#000}.card{align-content:center;background:#fff;border:1px solid grey;border-radius:1rem;box-shadow:0 4px 8px #0000001a;display:block;height:15rem;margin:.5rem;overflow:hidden;text-align:center}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px}.home-page{background-color:#fff;border:1px solid grey;border-radius:15px;margin:2rem auto 20px;padding:1rem;width:90%}.home-page h1{text-align:center}.home-page-header{align-items:center;background-color:#fff;border:1px solid grey;border-radius:15px;display:flex;font-size:20px;font-weight:500;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:20px;padding:1rem;width:90%}.image-placeholder{background:#f0f0f0;border-radius:8px;height:10rem;margin-top:.5rem;width:100%}.upload-page{background-color:#fff;border:1px solid grey;border-radius:15px;justify-content:center;margin:2rem auto 20px;width:90%}.upload-card,.upload-page{align-items:center;display:flex;flex-direction:column}.upload-card{border-radius:8px;gap:20px;max-width:90%;padding:30px;width:600px}.hidden-input{display:none}.upload-box{align-items:center;border:2px dashed #000;border-radius:10px;color:#000;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;margin-bottom:20px;min-height:300px;transition:background-color .3s;width:100%}.upload-box:hover{background-color:#f4eaff}.preview-image{max-height:100%;max-width:100%;object-fit:contain}.save-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.save-button:disabled{background-color:#000;cursor:not-allowed}.save-button:hover:not(:disabled){background-color:grey}.footer{text-align:center;width:100%}@media screen and (max-width:768px){.upload-card{padding:15px;width:100%}.buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem;width:100%}.save-button{font-size:1rem;padding:10px 20px}.upload-box{min-height:200px}.radio-options{display:flex;flex-direction:column;gap:.5rem}}

/*!
 * 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{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.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:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.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-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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 .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .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-stroke.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{fill:#444}.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,.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-stroke.ql-thin,.ql-snow .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{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.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;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[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-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[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 #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.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:0}.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]{border:1px solid #ccc;display:none;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:0;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}.tooltip-main{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:3rem;width:100%}.tooltip-form{display:flex;flex-direction:row;justify-content:space-evenly;width:100%}.tooltip-image{width:100%}.modalStyle{background-color:#fff;border-radius:8px;height:500px;max-width:800px;padding:25px;position:relative;width:90%}.modalStyle,.tooltip-main-fields{display:flex;flex-direction:column}.tooltip-main-fields{gap:.5rem;-webkit-user-select:none;user-select:none;width:10%;width:40%}.tooltip-main-fields.selected{outline:2px solid #007bff}.finishButton{align-items:center;display:flex;justify-content:right;margin:1rem;width:95%}[name=description],[name=subtitle],input[name=title]{background-color:#fff;border:1.5px solid grey;box-shadow:0 0 15px 4px #0000000f;color:#000;font-size:15px}input[type=link]:placeholder-shown{border:1.5px solid grey;box-shadow:0 0 10px 2px #0000000f;color:blue;font-size:10px;margin-left:auto;margin-right:auto;width:90%}.tooltip-links{display:flex;flex-direction:column;gap:.5rem;grid-column:1/-1;margin-top:3rem;width:75%}.save-tooltip-btn{background:none;border:none;border-radius:1rem;color:red;cursor:pointer;display:block}.save-tooltip-btn:hover{background-color:#ca0b0b;color:#fff}.save-tooltip-btn-cls{background-color:#000;border:none;border-radius:1rem;color:#fff;display:block;height:2rem;margin-left:auto;margin-right:auto;width:30%}.save-tooltip-btn-cls:hover{background-color:gray}.tooltip-input{border-radius:10px;display:flex;gap:20px;margin-bottom:10px;padding:.5rem;width:100%}.color-group,.radio-group{margin:1rem 0}.radio-options{display:flex;gap:1rem;margin-top:.5rem}.radio-options label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.color-options{display:flex;gap:1rem;margin-top:.5rem}.color-button{border:2px solid #0000;border-radius:50%;cursor:pointer;height:30px;width:30px}.color-button.selected{border-color:#000}.color-button:hover{transform:scale(1.1)}.icon-options{display:flex;gap:2rem;margin-top:.5rem}.icon-options span:hover{transform:scale(1.1);transition:transform .2s ease}.save-tooltip-btn.disabled{color:green;cursor:not-allowed}.save-tooltip-btn:disabled{opacity:.7}.tooltip-container{display:inline-block;position:relative}.tooltip-text{background-color:#000;border-radius:6px;bottom:125%;color:#fff;left:50%;padding:5px;position:absolute;text-align:center;transform:translateX(-50%);visibility:hidden;white-space:nowrap;z-index:1}.tooltip-container:hover .tooltip-text{visibility:visible}.tooltip-text:after{border:5px solid #0000;border-top-color:#000;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.upload-boxx{align-items:center;border:2px dashed #000;border-radius:10px;color:#000;cursor:pointer;display:flex;font-size:1.2rem;height:600px;justify-content:center;margin-bottom:10px;max-height:600px;transition:background-color .3s;width:50%}.upload-boxx:hover{background-color:#f4eaff}.upload-placeholder{color:grey;font-weight:500;text-align:center}@media screen and (max-width:768px){.tooltip-form{align-items:center;flex-direction:column;height:65vh;width:100%}.infoStyle{row-gap:inherit!important}.tooltip-main-fields{align-self:center;width:90%}.finishButton{margin:0;width:auto}.save-tooltip-btn,.save-tooltip-btn-cls{height:3rem;margin:0;width:100%}.modalContentStyle{padding:1rem;width:90%}.upload-boxx{max-height:400px;width:100%}.modalStyle{height:550px!important;width:75%!important}.tooltip-links{margin-top:3rem}.contentContainerStyle h2{font-size:16px!important;height:auto!important;line-height:23px;margin-bottom:8px;margin-top:0}.contentContainerStyle h4{font-size:16px!important;line-height:20px;margin-bottom:10px!important;margin-bottom:10px;margin-top:0!important}.contentContainerStyle .descriptionListStyle{line-height:30px;margin-top:0}.contentContainerStyle .hide-scrollbar{max-height:-webkit-max-content!important;max-height:max-content!important}.modalContentStyle{height:42vh!important;width:66%!important}.linkContainerStyle{gap:.5rem!important;margin-bottom:0!important}.contentContainerStyle img{height:100%!important;width:70%!important}.titleContainerStyle .subtitleStyle{font-size:10px!important;font-weight:600;margin:0!important}.contentContainerStyle .descriptionListStyle p{font-size:10px;line-height:18px;margin:0}.linkContainerStyle .linkStyle{font-size:12px!important}.contentContainerStyle .descriptionListStyle p br{display:none}}@media screen and (max-width:500px){.titleContainerStyle .subtitleStyle{font-size:5px!important;line-height:14px;margin-bottom:10px!important}.contentContainerStyle .descriptionListStyle p{font-size:8px;line-height:15px;margin:0}.linkContainerStyle .linkStyle{margin-bottom:0}body .iframe_custom.rotatable{padding-top:0!important}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.modalContentStyle{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;height:65vh;max-width:800px;padding:20px;position:relative;width:75%}.contentContainerStyle{align-items:center;display:flex;gap:1.8rem;height:100%}.descriptionListStyle{font-size:18px;list-style-type:disc;padding-bottom:20px;padding-left:0;padding-top:20px;text-align:left}

;.linkStyle{color:"#007BFF";font-size:"17px";font-style:italic;margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.imageStyle{height:100%!important;width:52%!important}.titleContainerStyle .titleStyle{color:#3c3d41!important;margin:0}.descriptionListStyle p{color:#555!important;font-size:17px}.linkContainerStyle .linkStyle{color:#5360ff;font-size:18px;margin-bottom:10px}@media screen and (max-width:400px) and (min-height:501px){.contentContainerStyle{align-items:left;flex-direction:column;height:calc(100vh - 120px);margin-top:20px;overflow:scroll;overflow-y:auto;padding-bottom:20px;width:100%}.modalContentStyle{margin:20px auto;max-height:67.5vh;position:relative;width:75%}.imageStyle{display:block;height:100%;width:100%!important}.infoStyle{height:auto;padding:0 15px;width:-webkit-fill-available!important}.descriptionContainerStyle{word-wrap:break-word;display:block;max-height:25vh;max-height:"220px";overflow-y:block;white-space:normal}.linkContainerStyle{margin-bottom:1rem;padding:0 15px}li,ul{display:block!important;visibility:visible!important}}@media screen and (max-height:500px){.modalContentStyle{height:67.5vh;margin-top:1rem;max-height:90vh;padding:20px;width:65%}.descriptionListStyle{padding-bottom:10px;padding-top:10px}.descriptionListStyle p,.linkContainerStyle .linkStyle{font-size:10px}.contentContainerStyle{flex-direction:row!important;gap:10px!important;height:100%}.titleContainerStyle{margin-bottom:-.5rem!important;margin-top:0!important}.imageStyle{height:100%!important;width:100%!important}.infoStyle{height:auto;width:45%!important}.descriptionContainerStyle{height:auto;max-height:none}.descriptionListStyle{font-size:13px;line-height:.5rem}.titleStyle{font-size:22px!important;margin-bottom:-.6rem}.linkContainerStyle{gap:1rem!important;margin-bottom:-.25rem!important}.linkStyle{font-size:10px!important;font-style:italic}.subtitleStyle{font-size:15px!important;margin-bottom:.5rem}}@media screen and (min-width:1350px){.modalContentStyle{height:90vh;max-height:600px;max-width:1500px;padding-bottom:2rem;padding-top:2rem;width:69%}.contentContainerStyle{gap:1.5rem}}@media screen and (min-width:900px) and (max-height:860px){.modalContentStyle{height:75vh;max-width:950px;padding-bottom:1.5rem;padding-left:1.05rem;padding-top:1.5rem;width:68%}.contentContainerStyle{gap:2rem}.titleContainerStyle{margin-bottom:0}}@media screen and (min-width:1700px){.modalContentStyle{height:76vh;padding-bottom:2rem;padding-left:1rem;padding-top:2rem;width:69%}.contentContainerStyle{gap:2rem}}@media screen and (min-width:2000px){.modalContentStyle{height:29vh;padding-bottom:.5rem;padding-left:.5rem;padding-top:1.05rem;width:32.5%}.contentContainerStyle{gap:.75rem}}@keyframes slideFromLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-height:400px){.modalContentStyle{height:60vh!important}}@media screen and (max-height:400px) and (orientation:landscape){.contentContainerStyle{align-items:left;flex-direction:column;height:100%;margin:0 auto;overflow-y:inherit;width:100%}.contentContainerStyle img{width:50%!important}.infoStyle{row-gap:normal!important}.linkContainerStyle{gap:.2rem!important;margin-top:5px!important}.linkContainerStyle .linkStyle{margin-bottom:5px}.contentContainerStyle h2{font-size:12px!important;line-height:10px}.titleContainerStyle .subtitleStyle{font-size:8px}.modalContentStyle{height:700px!important;margin:0 auto;max-height:65.5vh;position:relative;width:65%!important}.imageStyle{display:block;height:100%;width:50%!important}.descriptionContainerStyle{word-wrap:break-word;display:block;max-height:25vh;max-height:"220px";overflow-y:block;white-space:normal}.linkContainerStyle{margin-bottom:1rem;padding:0}li,ul{display:block!important;visibility:visible!important}}.ql-clean,.ql-link,.ql-picker,.ql-strike{display:none!important}@media (max-width:766px) and (min-width:566px) and (orientation:landscape){.modalContentStyle{width:60%!important}}@media screen and (max-width:400px){.linkContainerStyle{padding-left:0!important;padding-top:10px!important}.contentContainerStyle .descriptionListStyle{padding:0}.titleContainerStyle .subtitleStyle{font-size:8px!important}}@media screen and (max-width:350px){.contentContainerStyle h2{font-size:10px!important}.titleContainerStyle .subtitleStyle{font-size:5px!important}.linkContainerStyle{padding-top:0!important}.linkContainerStyle .linkStyle{font-size:10px!important}}.mainWrap{margin-bottom:1rem;margin-top:3rem;width:100%}.editImageMain,.mainWrap{align-items:center;display:flex;justify-content:center}.editImageMain{background-color:#fff;border:1px solid grey;border-radius:1rem;flex-direction:column;width:92%}.editTop{align-items:center;display:flex;justify-content:space-between;padding:1rem;width:85%}.finish-button{background-color:grey;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.finish-button:disabled{background-color:#000;cursor:not-allowed}.finish-button:hover:not(:disabled){background-color:green}.editBottom{display:flex;justify-content:space-between;padding:1rem;width:85%}.tooltip-options{display:flex;flex-wrap:wrap;gap:4;justify-content:space-evenly;width:100%}@media screen and (max-width:430px){.tooltip-options{align-items:center;flex-direction:column;gap:2;justify-content:flex-start}}.tooltipp{position:absolute!important}.mainContainer{width:100%}.mainContainer,.shareImgMain{align-items:center;display:flex;justify-content:center}.shareImgMain{background-color:#fff;border:1px solid grey;flex-direction:column;margin-top:2rem;width:92%}.share-image-container{padding:1rem;text-align:center}.share-image-container img{height:auto;margin-bottom:1rem;max-width:100%}.share-image-container input,.share-image-container textarea{border:1px solid #ddd;border-radius:5px;margin-bottom:1rem;padding:.5rem;width:100%}.share-section{margin:2rem 0;max-width:600px;width:100%}.share-section h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.input-group{gap:1rem;justify-content:center;margin-bottom:1.5rem}.input-group input,.input-group textarea{background-color:#f8f8f8;border:2px solid #e0e0e0;border-radius:6px;flex:1 1;font-size:.9rem;padding:.8rem;transition:border-color .3s ease}.input-group input:focus,.input-group textarea:focus{border-color:#4caf50;outline:none}.input-group textarea{min-height:100px;resize:vertical}.copy-button{background-color:#000;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-weight:500;padding:.8rem 1.5rem;transition:background-color .3s ease}.copy-button:active,.copy-button:hover{background-color:green}.copy-popup{background-color:#4caf50;border-radius:4px;color:#fff;font-size:14px;margin-left:10px;opacity:0;padding:2.5px 5px;position:absolute;right:5%;transition:opacity .3s}.copy-popup.visible{opacity:1}.input-group{align-items:center;display:flex;position:relative;width:100%}@media screen and (max-width:768px){.shareImgMain{margin-top:1rem;padding:1rem;width:100%}.share-section{margin:1rem 0;padding:.5rem}.input-group{flex-direction:column;gap:.5rem}.input-group input,.input-group textarea{font-size:.8rem;width:90%}.copy-button{font-size:.9rem;padding:.6rem 1.2rem;width:-webkit-fit-content;width:fit-content}.copy-popup{margin-left:0;margin-top:.5rem;position:static}}html{font-family:Archivo}.image-container{display:inline-block;position:relative}body{background-color:#d8dcdf;font-family:Archivo!important;margin:0;padding:0}body.embed{background-color:#fff!important}.tooltip-image{height:auto;width:50%}.tooltip{background-color:#000000b3;border-radius:4px;color:#fff;font-size:14px;left:10px;padding:8px;pointer-events:none;position:absolute;top:10px;transform:translate(-50%,-100%);white-space:nowrap}nav{background-color:#fff;border-radius:15px;display:flex;margin-left:auto;margin-right:auto;margin-top:20px;padding:1rem;width:90%}nav a[href="/upload"]{background-color:grey;margin-left:auto;margin-right:1rem;transition:background-color .3s ease}nav a[href="/upload"]:hover{background-color:#666}nav a[href="/"]{margin-left:1rem;margin-right:auto}nav a{border-radius:4px;color:#333;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}nav a:hover{background-color:#007bff;color:#fff}nav a.active{background-color:#0056b3;color:#fff}.login-container{align-items:center;background-color:#f5f5f5;display:flex;height:100vh;justify-content:center}.login-form{background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;max-width:400px;padding:2.5rem;text-align:center;width:100%}.login-form h2{color:#333;font-weight:600;margin-bottom:.5rem}.login-form p{color:#666;margin-bottom:1.5rem}.form-control{border:1px solid #ddd;border-radius:5px;margin-bottom:1rem;padding:.75rem;transition:border-color .2s;width:93%}.form-control:focus{border-color:#000;box-shadow:0 0 0 .2rem #007bff40;outline:none}.btn-primary{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background-color .2s;width:50%}.btn-primary:hover{background-color:grey}.login-form a{color:#000;margin-left:.5rem;text-decoration:none}.login-form a:hover{text-decoration:underline}.demo-credentials{border-top:1px solid #eee;color:#666;font-size:.9rem;margin-top:2rem;padding-top:1rem}.password-input-container{align-items:center;display:flex;position:relative;width:100%}.password-toggle{background:none;border:none;color:#000;cursor:pointer;position:absolute;right:10px;text-align:center;top:10px}.password-toggle:hover{color:#0056b3}.fullscreen-button{background-color:initial;border:none;bottom:-4rem;cursor:pointer;padding:8px;position:absolute;right:0;transition:all .3s ease;z-index:1000}.fullscreen-button:hover{filter:drop-shadow(0 0 4px rgba(0,0,0,.452))}.fullscreen-button svg{fill:#000;background-color:hsla(0,3%,80%,.836);border-radius:.25rem;height:1.5rem;padding:8px;transition:transform .3s ease,background-color .3s ease;width:1.5rem}.fullscreen-button:hover svg{background-color:#c4c2c2f2;transform:scale(1.15)}:fullscreen{height:100vh;width:100vw}:-webkit-full-screen{height:100vh;width:100vw}@keyframes rotate{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.rotate-animation{display:inline-block}@media screen and (max-width:768px) and (orientation:portrait){.embedded-container{height:100vh!important;width:100vw!important}}.rotate-animation{animation:rotate 1.5s ease-in-out infinite}@media (max-width:768px){.fullscreen-button{bottom:-2rem;right:.25rem}.fullscreen-button svg{height:1rem;width:1rem}}@media (max-width:480px){.fullscreen-button{bottom:-1.75rem;right:.25rem}.fullscreen-button svg{height:.75rem;width:.75rem}}.mainContainerSIV{height:100vh;overflow:hidden;width:100vw}.mainContainerSIV,.shareImgMainSIV{align-items:center;display:flex;justify-content:center}.shareImgMainSIV{max-height:100%;max-width:100%;position:relative}
/*# sourceMappingURL=main.e9054a97.css.map*/