#root{max-width:1200px;width:90%;margin:0 auto;padding:1rem;box-sizing:border-box}@media (max-width: 768px){#root{padding:.5rem}}.mobile-nav-toggle{display:none}*{margin:0;padding:0;box-sizing:border-box}header{position:relative;display:flex;align-items:center;padding:2rem;width:100%;border-radius:20px}.navbar{font-family:Arial,sans-serif;display:flex;align-items:center;padding:20px;border-radius:20px;width:100%}.navbar-links{list-style:none;display:flex;gap:40px;align-items:center;text-align:center;width:100%}.navbar-links li a{text-decoration:none;font-weight:500;text-align:center;padding:10px;display:block}.navbar-links li{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1100}.hamburger span{display:block;width:25px;height:3px;background:#000;margin:4px 0;transition:.4s}.preview-button{background-color:transparent;border:none;color:#2979ff;font-size:14px;font-weight:500;cursor:pointer}.preview-button:hover{text-decoration:underline}.nav-button{border:none;border-radius:5px;padding:10px 15px;cursor:pointer;text-align:center;margin:5px;transition:background-color .3s ease,transform .2s ease}.nav-button:hover{background-color:#d1d3d5;transform:translateY(-2px)}.navbar-links li{position:relative}.navbar-links .has-subitems:hover .dropdown{display:block}.dropdown{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;list-style:none;padding:0;margin:0;z-index:1000}.nav-button.dropdown{text-align:left;padding-left:20px}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.loader-overlay .oval-loader{display:flex;justify-content:center;align-items:center}.navbar-signup{position:fixed;top:0;left:-250px;width:250px;height:100vh;background-color:#f8f9fa;padding:20px;box-shadow:2px 0 5px #0000001a;transition:left .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;gap:20px}.navbar-signup.open{left:0}.toggle-menu-btn{position:fixed;top:20px;left:20px;z-index:1100;padding:10px 15px;font-size:16px;cursor:pointer}.menu-options{margin-top:100px;display:flex;flex-direction:column;gap:20px}.navbar-logo-right{display:flex;margin-right:auto}@media screen and (max-width: 550px){.mobile-nav-toggle{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1200}.hamburger{display:none}.navbar{position:fixed;top:0;right:-100%;width:250px;height:100%;background:#fff;flex-direction:column;align-items:center;justify-content:center;transition:right .3s ease-in-out;box-shadow:-2px 0 5px #0000001a}.navbar.open{right:0}.navbar-links{display:flex;flex-direction:column;gap:20px;align-items:center}.navbar-logo .logo-image{width:120px;margin-left:auto;height:auto}.navbar-logo-right .logo-image-right{width:120px;height:auto;padding-top:20px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:20px;border-radius:8px;width:50%;height:auto;max-width:100%;box-shadow:0 4px 8px #0003;text-align:center}.modal-content h2{margin-bottom:15px}.modal-menu-list{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.modal-menu-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:20px}.modal-menu-item input{width:50%;padding:8px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;margin-top:10px}.delete-btn{background-color:red;color:#fff;border:none;padding:5px 8px;margin-left:10px;cursor:pointer;border-radius:4px}.delete-btn:hover{background-color:#8b0000}.add-item{margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.add-item input{width:50%;padding:8px;border:1px solid #ddd;border-radius:4px}.add-btn{background-color:green;color:#fff;border:none;padding:8px;cursor:pointer;border-radius:4px}.add-btn:hover{background-color:#006400}.modal-buttons{margin-top:15px;display:flex;justify-content:space-around}.modal-buttons button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer}.modal-buttons button:first-child{background-color:#2979ff;color:#fff}.modal-buttons button:last-child{background-color:#ddd}.button-42{background-color:initial;background-image:linear-gradient(-180deg,#ff7e31,#e62c03);border-radius:.5rem;box-sizing:border-box;color:#fff;display:flex;font-size:16px;justify-content:center;padding:1rem 1.75rem;text-decoration:none;border:0;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation}.button-42:hover{box-shadow:#fd4c0080 0 3px 8px}.button-34{background-image:linear-gradient(-180deg,#37aee2,#1e96c8);border-radius:.5rem;box-sizing:border-box;color:#fff;display:flex;font-size:16px;justify-content:center;padding:1rem 1.75rem;text-decoration:none;border:0;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation}.button-34:hover{background-image:linear-gradient(-180deg,#1d95c9,#17759c)}@media (min-width: 768px){.button-34{padding:1rem 2rem}}.button-41{background-color:initial;background-image:linear-gradient(-180deg,#00d775,#00bd68);border-radius:.5rem;box-sizing:border-box;color:#fff;display:flex;font-size:16px;justify-content:center;padding:1rem 1.75rem;text-decoration:none;border:0;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation}.button-41:hover{background:#00bd68}.image-preview{border-radius:10px}.style-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;pointer-events:auto;font-size:15px;color:#000}.style-selector{background:#fff;padding:20px;border-radius:8px;width:50%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 8px #0003;pointer-events:auto;font-size:15px}.container-style-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ddd;font-size:15px}.container-style-section h3{margin-bottom:15px;color:#333;font-size:1.25rem;font-weight:600}.color-picker-section{margin:15px 0;display:flex;align-items:center;gap:15px;font-size:15px}.color-picker-section label{color:#333;font-size:1rem;width:120px;font-size:15px}.color-swatch{width:40px;height:40px;border-radius:4px;border:1px solid #ddd;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.color-swatch:hover{transform:scale(1.05)}.color-input{width:100px;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.color-input:focus{border-color:#2979ff;outline:none}.picker-popover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.picker-cover{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}.picker-container{position:relative;z-index:1001}.image-size-section{margin:15px 0}.image-size-section label{color:#333;font-size:1rem;display:block;margin-bottom:10px}.size-inputs{display:flex;align-items:center;gap:10px}.size-inputs input{width:100px;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.size-inputs input:focus{border-color:#2979ff;outline:none}.size-inputs span{color:#333;font-size:1rem}.style-selector-buttons{margin-top:20px;display:flex;justify-content:center}.save-close-btn{padding:8px 16px;border:none;border-radius:4px;background-color:#2979ff;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.save-close-btn:hover{background-color:#1a5ed4}input[type=number].plain-number-input{-moz-appearance:textfield}input[type=number].plain-number-input::-webkit-outer-spin-button,input[type=number].plain-number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.full-page{display:flex;padding-bottom:100px;width:100%;justify-items:center;align-items:center;justify-content:center}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:5px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:20px}.modal-content-buttons{display:flex;flex-direction:column;align-items:center;gap:20px}.modal-container{display:flex;flex-direction:column;gap:40px;padding-bottom:100px;align-items:center;height:auto;width:100%;height:100%;border-radius:2%}.static-image-container{width:auto;display:block;padding-left:50px;padding-right:50px;border-radius:5%}.edit-state{display:flex;flex-direction:column;gap:40px;padding-top:100px;height:auto;height:100%;width:100%}.static-page-title,.static-page-editable-paragraph{padding-left:50px;width:auto;display:block;padding-right:50px}.static-page-save-button{align-items:center;justify-content:center;display:flex}.text-paragraph-truncate{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-height:1.5;max-height:4.5em;cursor:pointer}.overlay-modal-paragraph{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;align-items:center;justify-content:center;display:flex}.modal-paragraph{display:flex;width:40%;justify-items:center;align-items:center;justify-content:center;height:auto;padding:20px;background:#fff;border-radius:8px;flex-direction:column;gap:20px}.text-paragraph-truncate{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-height:1.5;max-height:4.5em;cursor:pointer}.edit-paragraph-modal-buttons{display:flex;flex-direction:row;gap:20px;width:100%;height:100%;align-items:center;justify-content:center}.grid-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;max-width:100%}.list-content{width:100%;justify-content:baseline;align-items:baseline}.add-item-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:40px}@media (max-width: 768px){.grid-list{grid-template-columns:1fr}}.modal-overlay-dynamic-list{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;align-items:center;justify-content:center;display:flex}.dynamic-list-modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background-color:#fff;width:20%;padding:20px;border-radius:10px}.dynamic-list-buttons{display:flex;flex-direction:row;gap:20px}.grid-item{display:flex;flex-direction:row;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;gap:20px}.grid-item img{max-width:100%;border-radius:4px}.grid-item p{margin-top:8px;font-size:14px;color:#333}.blog-card{display:flex;flex-direction:column;margin:1rem auto;box-shadow:0 3px 7px -1px #0000001a;background:#fff;font-family:sans-serif;border-radius:10px}.blog-card a{color:inherit;text-decoration:none}.blog-card .meta{width:100%;height:auto}.blog-card .photo{display:flex;align-items:center;justify-content:center;padding:10px;background-size:cover}.blog-card .details{margin:auto;transition:left .2s;background:#0009;color:#fff;padding:10px;width:100%;font-size:.9rem}.blog-card .details ul{margin:auto;padding:0;list-style:none}.blog-card .details ul li{display:inline-block}.blog-card .description{text-align:left;display:flex;flex-direction:column;align-items:flex-start;padding:24px 1rem 1rem}.blog-card .description h1,.blog-card .description h2{font-family:Poppins,sans-serif}.blog-card .description h1{line-height:1;margin:0;font-size:1.7rem}.blog-card .description h2{font-size:1rem;font-weight:300;text-transform:uppercase;color:#7f8c8d;margin-top:5px}@media (min-width: 640px){.blog-card{flex-direction:row;max-width:700px}.blog-card .meta{flex-basis:40%;height:auto}.blog-card .description{flex-basis:60%;padding:24px 1.5rem}}.items-modal-overlay-dynamic-list{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;align-items:flex-start;justify-content:center;display:flex;padding:20px}.items-dynamic-list-modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background-color:#fff;width:80%;padding:20px;border-radius:10px}.items-dynamic-list-buttons{display:flex;flex-direction:row;gap:20px}.items-grid-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;max-width:100%}@media (max-width: 768px){.items-grid-list{grid-template-columns:1fr}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.image-grid-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.image-grid-title{text-align:center;margin-bottom:40px}.image-uploader-container{text-align:center;display:flex;flex-direction:column;gap:0px;align-items:baseline}.video-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px}.video-grid-title{text-align:center;margin-bottom:40px}.video-uploader-container{text-align:center;display:flex;flex-direction:column;gap:20px;align-items:center;margin-bottom:40px}.video-uploader{display:flex;gap:10px;align-items:center;width:100%;max-width:600px}.video-uploader input[type=text]{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.video-uploader button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.video-uploader button:hover{background-color:#0056b3}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.video-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;background-color:#f9f9f9;transition:transform .2s,box-shadow .2s}.video-item:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.video-item iframe{width:100%;height:100%;border:none}.video-actions{padding:10px;text-align:right;background-color:#fff;border-top:1px solid #ddd}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.delete-modal{background:#fff;padding:20px;border-radius:8px;max-width:80vw;max-height:80vh;overflow:auto}.delete-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin:20px 0}.delete-modal-item{position:relative;border:2px solid transparent;transition:border-color .2s}.delete-modal-item:hover{border-color:#007bff}.delete-modal-item label{display:block;cursor:pointer;position:relative}.delete-modal-item input[type=checkbox]{position:absolute;top:5px;left:5px;z-index:1;width:20px;height:20px;cursor:pointer}.delete-modal-thumbnail{width:100%;height:150px;object-fit:cover;border-radius:4px}.delete-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}: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)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.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;top:0;right:0;bottom:0;left: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;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-uploader-container{display:flex;gap:10px;margin-bottom:20px}.pdf-grid-title{margin-bottom:20px}.pdf-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.pdf-grid-item{text-align:center}.pdf-grid-item span{display:block;margin-top:5px;font-size:14px}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center}.delete-modal{background:#fff;padding:20px;border-radius:8px;max-width:600px;width:100%}.delete-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-height:400px;overflow-y:auto}.delete-modal-item label{display:flex;flex-direction:column;align-items:center}.delete-modal-thumbnail{width:100px;height:100px;object-fit:cover}.delete-modal-actions{margin-top:20px;display:flex;gap:10px;justify-content:flex-end}.pdf-viewer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.pdf-viewer-modal{background-color:#fff;padding:20px;max-height:90vh;overflow-y:auto;border-radius:5px}.custom-footer{padding-top:100px;padding-bottom:100px;display:flex;flex-direction:row;border-width:1px;background-color:#d3d3d3;gap:40px;padding-left:50px;border-radius:20px}.custom-image{max-width:150px;max-height:150px}.contact-footer{display:flex;flex-direction:column;gap:10px}.contact-menu button{background-color:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.contact-menu button:hover{background-color:#0056b3}.footer-fullscreen-popover{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;color:#000}.footer-popover-content{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;align-items:center}.footer-popover-content button{background-color:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;margin:5px}.footer-popover-content button:hover{background-color:#0056b3}.close-button{position:absolute;top:20px;right:20px;background-color:#ff4d4d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.editable-paragraph:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.error-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:999;display:flex;align-items:center;justify-content:center}.error-popup{background-color:#ffe5e5;color:#a10000;padding:2rem;border:1px solid red;border-radius:12px;max-width:400px;text-align:center;box-shadow:0 4px 16px #00000040}.error-message{margin-bottom:1rem;font-size:1.1rem}.error-retry-button{padding:.5rem 1rem;background-color:#a10000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700}
