.container{max-width:600px;margin:100px auto 0;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;text-align:center}h1{font-size:32px;margin-bottom:20px;color:#333}a{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s ease}a:hover{background-color:#0056b3}.appbar_logo{width:65px;height:50px;top:22px;left:48px}.appbar-container{display:flex;justify-content:space-between;width:100%}.appbar-right-content{display:flex;align-items:center}.row{height:100%;display:flex;background-color:#fefefe}.displayNone{display:none}.displayBlock{display:block;width:100%}.div-ninety{height:100%}.not_selected{width:30px;height:30px;margin-top:3px;margin-bottom:3px}.not_selected:hover{width:30px;height:30px;margin-top:3px;margin-bottom:3px;background-color:#dea412;border-radius:5px;padding:2px}.yes_selected{width:30px;height:30px;margin-top:3px;margin-bottom:3px;padding:2px;background-color:#dea412;border-radius:5px}.side-menu{margin-top:30px;margin-bottom:25px;white-space:pre-line;font-size:18px;font-weight:600;margin-left:20px;line-height:24px;color:#3e4a52;width:100%;padding-right:35px}.dashboard-section{margin:30px 0;padding:0 12px;max-height:90vh;overflow-y:auto}.dashboard-section::-webkit-scrollbar{width:2px}.dashboard-section::-webkit-scrollbar-track{background:#f4f7fa}.dashboard-section::-webkit-scrollbar-thumb{background-color:#f4f7fa;border-radius:2px}.dashboard-section::-webkit-scrollbar-thumb:hover{background:#f4f7fa}.dashboard-header{display:flex;align-items:center;margin-bottom:20px}.dashboard-header-icon{margin-right:8px}.dashboard-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-card{background-color:#fff;border-radius:8px;border-width:1px;border-color:#e2e8f0;padding:16px;display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative;height:100%;max-height:100%}.dashboard-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.dashboard-card-loader-content{display:flex;justify-content:center;align-items:center;padding:2rem;font-weight:700;color:#999}.dashboard-card-header .dashboard-header-icon{display:flex;align-items:center}.dashboard-card-header .dashboard-card-header-title{font-weight:700;color:#eab840;font-size:1.1rem}.dashboard-card-header .dashboard-card-header-subtitle{font-weight:700;font-size:26px;color:##3E4A52}.date-range-bottom{margin-top:12px;font-size:.8rem;text-align:right;color:#888}.card-icons{display:flex;gap:8px}.numberstat-card{position:relative;max-height:250px;overflow:hidden;padding:1rem;transition:max-height .3s ease}.numberstat-card.expanded{max-height:none;overflow:visible}.numberstat-card:after{content:"";position:absolute;bottom:0;left:0;height:40px;width:100%;pointer-events:none;transition:opacity .3s ease}.numberstat-card.expanded:after{opacity:0}.stats-container{display:flex;flex-direction:column;gap:12px;width:100%}.stat-row{display:flex;justify-content:space-between;gap:16px}.stat-item{flex:0 0 48%;box-sizing:border-box}.stat-value{font-weight:700;font-size:16px;min-width:40px;margin-right:8px;text-align:right;flex-shrink:0;color:#1d2630}.stat-label{font-size:16px;word-break:break-word;white-space:normal;line-height:1.4;flex:1;word-break:normal;overflow-wrap:break-word;color:#1d2630}.table-card .table-head-cell{white-space:nowrap;font-weight:700;padding:6px;background-color:#eab840}.table-card .table-row-cell{white-space:nowrap;padding:6px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.header-content{flex:1}.card-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px;line-height:1.4}.card-subtitle{color:#6b7280;font-size:14px;margin:0;line-height:1.4}.card-metadata{display:flex;flex-direction:column;gap:8px;margin-top:8px}.metadata-item{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;background-color:#f3f4f6;padding:4px 8px;border-radius:4px;width:fit-content}.card-badge{padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:500}.card-badge.urgent{background-color:#fef2f2;font-weight:700;color:#b91c1c}.card-badge.important{background-color:#fffbeb;font-weight:700;color:#d97706}.card-badge.default,.card-badge.pending,.card-badge.active,.card-badge.completed{font-weight:700;color:#eab840}.header-badges{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.feedback-square{background-color:#2563eb;border:1px solid #1d4ed8;border-radius:6px;padding:12px;min-width:80px;text-align:center;font-size:12px;box-shadow:0 1px 2px #0000000d}.feedback-score{font-weight:600;color:#fff;margin-bottom:2px}.feedback-count{color:#fff;font-size:11px}.card-description{margin-bottom:16px}.card-description p{color:#374151;font-size:14px;line-height:1.5;margin:0}.card-divider{border-top:1px solid #e5e7eb;margin:16px 0}.card-actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:10px}.action-button,.action-button:hover{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.primary{background-color:#eab840;color:#fff}.action-button.secondary{background-color:#ff9800;color:#fff}.action-button.primary:hover:not(:disabled){background-color:#eab840}.action-button.success{background-color:#16a34a;color:#fff}.action-button.success:hover:not(:disabled){background-color:#15803d}.action-button.danger{background-color:#dc2626;color:#fff}.action-button.danger:hover:not(:disabled){background-color:#b91c1c}.action-button.default{background-color:#f3f4f6;color:#374151}.action-button.default:hover:not(:disabled){background-color:#e5e7eb}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.task-action-card-wrapper{grid-column:span 2;min-width:600px;width:100%;height:100%}.due-date{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;margin-top:6px}.data-content-wrapper{display:flex;gap:20px;margin-bottom:8px;width:100%}.data-image-container{width:25%;flex-shrink:0;height:150px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#f9fafb}.data-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.data-progress-container{flex:1;display:flex;flex-direction:column;gap:12px;padding:0}.data-chart-section{flex:1;height:150px}.data-item{display:flex;flex-direction:column;gap:4px}.data-info{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;color:#374151}.data-label.no-roles-message{color:#6b7280;font-style:italic;font-size:14px;text-align:center;padding:10px 0}.data-progress-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.data-progress-fill{height:100%;background-color:#eab840;border-radius:9999px;transition:width .3s ease-in-out}@media (max-width: 768px){.stat-item{flex:0 0 100%}.action-card{margin:0 16px;padding:16px}.card-actions{flex-direction:column}.action-button{justify-content:center;width:100%}.card-header{flex-direction:row;gap:12px;align-items:flex-start;justify-content:space-between}.header-badges{align-items:flex-end;flex-shrink:0}.feedback-square{min-width:70px;padding:10px;font-size:11px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.action-card{animation:slideIn .3s ease-out}.action-button:focus,.nav-button:focus{outline:2px solid #eab840;outline-offset:2px}.action-button:focus:not(:focus-visible),.nav-button:focus:not(:focus-visible){outline:none}.action-button.loading{position:relative;color:transparent}.action-button.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}.data-content-wrapper{flex-direction:column}.data-image-container{height:200px;width:100%}.data-progress-container,.data-chart-section{width:100%}.task-action-card-wrapper{grid-column:span 1;min-width:100%;width:100%}}.card-navigation{display:flex;align-items:center;justify-content:space-between}.nav-button{display:flex;align-items:center;gap:4px;padding:4px 12px;border-radius:6px;font-size:14px;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .2s ease-in-out}.nav-button:hover:not(:disabled){background-color:#f3f4f6}.nav-button:disabled{opacity:.5;cursor:not-allowed}.nav-counter{font-size:14px;color:#6b7280}.header-data-wrapper{display:flex;flex-direction:column;gap:12px}.header-data-wrapper .card-header{display:flex;justify-content:space-between;align-items:center}.header-data-wrapper .details-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.header-data-wrapper .left-section{flex:1;min-width:250px}.header-data-wrapper .right-section{width:200px;height:120px;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;border-radius:4px;text-align:center;font-size:14px;color:#888;overflow:hidden}.header-data-wrapper .data-image{width:100%;height:100%;object-fit:cover;border-radius:4px}.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input,.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input,.css-1o9s3wi-MuiInputBase-input-MuiOutlinedInput-input{height:.4375em}.css-qcowmo-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{height:2.4375em}.css-mikaer-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding:8px 14px}.MuiInputBase-root{height:2.5em}input[type=checkbox]:checked+.check-box-effect{color:#fefefe!important;border:none!important;background-color:#eab840}.checkDivA{padding-right:2px;padding-top:8px;padding-bottom:8px}.inpLabelstyle{margin-bottom:10px}@media (min-width: 900px){.inpLabelstyle{margin-bottom:10px}}@media (min-width: 1200px){.inpLabelstyle{margin-bottom:10px}}@media (min-width: 2506px){.inpLabelstyle{margin-bottom:10px}}.mytextArea{background-color:#fff;border-radius:5px;margin-top:7px;margin-left:6px;border-color:#cecece;font-family:Lato;font-size:15px;font-weight:500;margin-bottom:5px;padding:9px;outline:none}.mytextArea:focus{border-radius:5px;border:2px solid #eab840;border-color:#eab840;outline:none}.riskDiv2{padding-right:4px;padding-top:8px;padding-bottom:5px}.riskBox2{width:122px!important;height:32px!important;padding:4px 16px;border-radius:6px;font-family:Lato;font-size:16px;font-weight:400}.stckdiv{display:flex;gap:5px;color:#000;width:100%}.simage_div{margin-right:5px;position:relative;margin-top:0;height:160px;width:100%;border-radius:6px}.simage_div .sdelete_button{position:absolute;transform:translate(50%,50%);background:black;color:#fff;font-family:sans-serif;opacity:0;visibility:hidden;border-radius:50%;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;height:80px;width:80px;font-size:50px;text-align:center}.sigallery_logo{width:80px;height:80px;margin:24px auto auto}.ACTIVE{color:#000;font-family:Lato;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.INACTIVE,.NS{background-color:#f0f0f0;color:gray;font-family:Lato;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.image_div img{width:100%;height:100%;border-radius:5px}.simage_div{margin-right:5px;position:relative;margin-top:8px;height:160px;width:80%;border-radius:6px}.simage_div img{width:100%;height:100%;border-radius:5px}.simage_div .sdelete_button{position:absolute;bottom:50%;right:50%;transform:translate(50%,50%);background:black;color:#fff;font-family:sans-serif;opacity:0;visibility:hidden;border-radius:50%;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;height:80px;width:80px;font-size:50px;text-align:center;padding-top:3px}.sdelete_button p{font-size:50px;text-align:center}.simage_div:hover{cursor:pointer}.simage_div:hover .sdelete_button{visibility:visible;opacity:.7;align-items:center}.sgallery_logo{height:120px;width:120px;margin:auto}.noimage_div{margin-right:5px;position:relative;margin-top:8px;height:160px;width:80%;border-radius:6px}/*!
* 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}.ql-action,.ql-action:hover,.ql-preview,.ql-preview:hover,.ql-remove,.ql-remove:hover{background-color:#ccd1d1;font-weight:700;border:1px solid #eaecee;padding:2px 20px 2px 10px;margin-left:5px}.ql-tooltip{font-weight:bolder}.custom-quill-editor .ql-editor a,.rendered-content a{background-color:transparent!important;color:#eab840!important;text-decoration:underline!important;padding:0}.custom-quill-editor .ql-editor{font-size:16px;font-family:Lato}.css-12s7wmz-MuiTooltip-tooltip{background-color:#fff!important;box-shadow:5px 5px 5px 5px #cacaca}.css-kudwh-MuiTooltip-arrow{filter:drop-shadow(0px 0px 0px rgba(0,0,0,28.5));color:#fff}.checkBox{width:78px!important;height:24px!important;padding:4px 15px;border-radius:6px;border:1px solid #a0a0a0;color:#3e4a52;font-family:Lato;font-size:12px;font-weight:400}.Causes{display:flex;flex-wrap:wrap;flex-direction:row}input[type=checkbox]:checked+.check-box-effect{color:#fefefe!important;border:1px solid #eab840!important;background-color:#eab840}input[type=checkbox]:checked+.check-box-effect-disable{color:#fefefe!important;border:1px solid #525b64!important;background-color:#525b64}.checkDiv{padding-right:2px;padding-top:8px;padding-bottom:5px}.checkDiv2{padding-right:4px;padding-top:8px;padding-bottom:5px}.checkBox2{width:122px!important;height:32px!important;padding:4px 16px;border-radius:6px;border:1px solid #a0a0a0;color:#3e4a52;font-family:Lato;font-size:16px;font-weight:400}.inpLabelstyle{margin-bottom:20px}@media (min-width: 0px){.inpLabelstyle{margin-bottom:0}}@media (min-width: 600px){.inpLabelstyle{margin-bottom:0}}@media (min-width: 900px){.inpLabelstyle{margin-bottom:20px}}@media (min-width: 1200px){.inpLabelstyle{margin-bottom:20px}}@media (min-width: 2506px){.inpLabelstyle{margin-bottom:20px}}.image_div{margin-right:5px;position:relative;margin-top:8px;height:160px;width:80%;border-radius:6px}.image_div img{width:100%;height:100%;border-radius:5px;object-fit:cover}.image_div .delete_button{position:absolute;bottom:50%;right:50%;transform:translate(50%,50%);background:black;color:#fff;font-family:sans-serif;opacity:0;visibility:hidden;border-radius:50%;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;height:80px;width:80px;font-size:50px;text-align:center;padding-top:5px}.delete_button p{font-size:50px;text-align:center}.image_div:hover{cursor:pointer}.image_div:hover .delete_button{visibility:visible;opacity:.7;align-items:center}.gallery_logo{width:80px;height:80px;margin:auto}.file{display:none}.noimage_div{width:100%;height:100%;border-radius:5px}.noimage img{width:30%;height:30%;margin:auto;border-radius:5px}.nogallery_logo{height:60px;width:60px;margin:auto}.stckdiv{display:flex;gap:5px;color:#000;margin-bottom:10px}.labelDiv{display:flex;padding-top:20px;padding-left:20px}.onView,.onNonView{font-size:20px;background-color:#fff;width:98%;height:85%;margin:auto}.quillBoxStyle{height:250px;width:100%;padding:10px 5px;text-align:left}.ql-editor{font-family:Lato;font-size:16px;font-weight:400}.ql-container{border-bottom-left-radius:.3em;border-bottom-right-radius:.3em}.ql-containerp{border-radius:5px;border:.01px solid #E5E8E8}.ql-toolbar{display:block;background:#eaecec;border-top-left-radius:.3em;border-top-right-radius:.3em}.rotate-icon{position:relative}.spin{animation:spin 1s infinite}.loading{animation:spin 1s infinite,grow .5s infinite alternate}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes grow{0%{transform:scale(1)}to{transform:scale(1.1)}}.div-box{display:block}.side-menu{margin-top:30px;margin-bottom:25px;white-space:pre-line;font-size:18px;font-weight:600;margin-left:20px;line-height:24px;color:#3e4a52;width:100%;padding-right:35px;font-family:Lato}.selected{color:#eab840;font-size:16px;font-weight:600;margin-left:5px}.notselected{color:#3e4a52;margin-left:5px;font-size:16px;font-weight:600}.addpreline{white-space:pre-line}.myList{cursor:pointer}.backIco{font-size:25px;cursor:pointer;font-weight:800;padding-right:5px}.loading-spinner__bg{height:100%;width:100%;position:absolute;top:0;left:0;background:#fafcfd;display:flex;justify-content:center;align-items:center;margin:auto}.custom-loader{width:250px;height:250px;border-radius:50%;background:radial-gradient(farthest-side,#eab840 94%,#0000) top/20px 20px no-repeat,conic-gradient(#0000 30%,#eab840);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 20px),#000 0);animation:s3 3s infinite linear}@keyframes s3{to{transform:rotate(1turn)}}body{margin:0;font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#afb4be48}::-webkit-scrollbar-thumb{background:#eab840}::-webkit-scrollbar-thumb:hover{background:#eab840}.forHover:hover{cursor:pointer}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.align-center{align-items:center}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.w-100{width:100%}.logoDiv{border:1px solid #eab840;width:248px;height:42px}.MuiPickersDay-root,.MuiDayCalendar-weekDayLabel{font-size:14px!important}
