@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";html,body{min-height:-webkit-fill-available}.bodyContainer{height:100%;min-height:-webkit-fill-available}.level-wrapper{padding-left:5rem;z-index:100000;margin-top:4rem}.level-wrapper-title{font-size:2rem;font-weight:600;color:red}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1b1a27}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--body-color: #fafafd;--sidebar-color: #fff;--primary-color: #ff4c29;--primary-color-light: #eeeef0;--toggle-color: #ff4c29;--text-color: #082032;--tran-03: all .2s ease;--tran-03: all .3s ease;--tran-04: all .3s ease;--tran-05: all .3s ease;--tran-06: all .5s ease;--bg-color: #142127;--color-grey: #808080;--scroll-thumb-grey: #8b8d93;--scroll-bar-light-grey: #e6e5e8;--color-grey-dark: #404040;--btn-main-color: #3d99ff;--btn-warning-color: #ff3d99;--btn-selected-color: #335363}body{min-height:100vh;background-color:var(--body-color);transition:var(--tran-05)}::selection{background-color:var(--primary-color);color:#fff}body.dark{--body-color: #18191a;--sidebar-color: #242526;--primary-color: #3a3b3c;--primary-color-light: #3a3b3c;--toggle-color: #fff;--text-color: #ccc}h1{font-size:2rem;font-weight:700}h2{font-size:1.25rem;font-weight:500}h3{font-size:1.2rem;font-weight:600}h4,h5{font-size:1rem;font-weight:400}.mobile-only-content{display:none}.mobile-text-title{font-size:1rem;font-weight:600}.full-width{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;white-space:nowrap}.header{display:fixed;width:100vw;height:5rem;background-color:"#fff";transition:var(--tran-05)}.sidebar{position:fixed;overflow:visible!important;top:0;left:0;height:100%;width:250px;padding:10px 14px;background:var(--sidebar-color);transition:var(--tran-05);z-index:100;box-shadow:0 0 74px #00000040}.sidebar.close{width:88px}.sidebar li{height:50px;list-style:none;display:flex;align-items:center;margin-top:10px}.sidebar header .image,.sidebar .icon{min-width:60px;border-radius:6px}.sidebar .icon{min-width:60px;border-radius:6px;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px}.sidebar .text,.sidebar .icon{color:var(--text-color);transition:var(--tran-03)}.sidebar .text{font-size:17px;font-weight:500;white-space:nowrap;opacity:1}.sidebar.close .text{opacity:0}.sidebar.close .filter-group{visibility:hidden;opacity:0;transition:opacity .3s ease-in-out}.sidebar .filter-group{visibility:visible;opacity:1;transition:opacity .3s ease-in-out}.sidebar.close .toggle-main{visibility:hidden;opacity:0;transition:opacity .3s ease-in-out}.sidebar .toggle-main{visibility:visible;opacity:1;transition:opacity .3s ease-in-out}.sidebar header{position:relative}.sidebar header .image-text{display:flex;align-items:center;text-align:right}.sidebar header .logo-text{display:flex;flex-direction:column;padding-left:.8rem}header .image-text .name{margin-top:2px;font-size:18px;font-weight:600}header .image-text .profession{font-size:15px;margin-top:-2px;display:block}.sidebar header .image{display:flex;align-items:center;justify-content:center}.sidebar header .image{width:40px;border-radius:6px}.sidebar header .toggle{position:absolute;top:50%;right:-25px;transform:translateY(-50%) rotate(180deg);height:25px;width:25px;background-color:var(--primary-color);color:var(--sidebar-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;transition:var(--tran-05)}.sn-menu-links{display:flex;flex-direction:column}@media (max-width: 1050px){.sn-menu-links{display:flex;flex-direction:row;width:100%;justify-content:space-between}}body.dark .sidebar header .toggle{color:var(--text-color)}body.dark .slider{background-color:#979494}body.dark .slider:before{background-color:#242526}body.dark input:checked+.slider{background-color:#fff}body.dark input:focus+.slider{box-shadow:0 0 1px #fff}.sidebar.close .toggle{transform:translateY(-50%) rotate(0)}.sidebar .menu{margin-top:40px;display:flex;flex-direction:column;height:inherit}.sidebar li.search-box{border-radius:6px;background-color:var(--primary-color-light);cursor:pointer;transition:var(--tran-05)}.sidebar li.search-box input{height:100%;width:100%;outline:none;border:none;background-color:var(--primary-color-light);color:var(--text-color);border-radius:6px;font-size:17px;font-weight:500;transition:var(--tran-05)}.sidebar li a{list-style:none;background-color:transparent;display:flex;align-items:center;height:100%;width:100%;border-radius:6px;text-decoration:none;transition:var(--tran-03)}.sidebar li a:hover,.sidebar .nav-link.selected{background-color:#ff4c29;border-radius:6px}.sidebar li a:hover .icon,.sidebar li a:hover .text,.nav-link.selected .text{color:#fff}body.dark .sidebar li a:hover .icon,body.dark .sidebar li a:hover .text,.body.dark .sidebar .sidebar-link.selected .icon,.log-out:hover .side-bar-icon{color:var(--text-color);fill:#fff}.sidebar .menu-bar{height:calc(100% - 55px);display:flex;flex-direction:column;justify-content:space-between;overflow-y:scroll;overflow:visible!important}.menu-bar::-webkit-scrollbar{display:none}.sidebar .menu-bar .mode{border-radius:6px;background-color:var(--primary-color-light);position:relative;transition:var(--tran-05)}.menu-bar .mode .sun-moon{height:50px;width:60px}.mode .sun-moon i{position:absolute}.mode .sun-moon i.sun{opacity:0}body.dark .mode .sun-moon i.sun{opacity:1}body.dark .mode .sun-moon i.moon{opacity:0}.menu-bar .bottom-content .toggle-switch{position:absolute;right:0;height:100%;min-width:60px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer}.toggle-switch .switch{position:relative;height:22px;width:40px;border-radius:25px;background-color:var(--toggle-color);transition:var(--tran-05)}.switch:before{content:"";position:absolute;height:15px;width:15px;border-radius:50%;top:50%;left:5px;transform:translateY(-50%);background-color:var(--sidebar-color);transition:var(--tran-04)}body.dark .switch:before{left:20px}.home{position:absolute;top:0;left:0;height:100vh;width:100%;background-color:var(--body-color);transition:var(--tran-05)}.sidebar+.home{left:250px;width:calc(100% - 250px)}.home .text{font-size:30px;font-weight:500;color:var(--text-color);padding:12px 60px}.sidebar.close~.home{left:78px;height:100vh;width:calc(100% - 78px)}.sidebar:not(.close)~.header{left:180px}body.dark .home .text{color:var(--text-color)}.mobile-display-off,.tablet-display-down{display:unset}.menuSpacer{flex-grow:1}._404-Wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}._404-text{font-size:2rem;font-weight:600;margin-bottom:1em}._404-details{margin:2rem 0 3rem;max-width:60%}._404-text-small{font-size:1rem;font-weight:400;margin-bottom:1rem}._404-text-medium{font-size:1.2rem;font-weight:400;margin:0rem 0 3rem}._404-text-medium-bold{font-size:1.4rem;font-weight:600;color:#ff4c29}._404-Button-Container{display:flex;justify-content:center;width:fit-content;padding:1rem}._404-Button{background-color:var(--primary-color);color:#fff;border-radius:1rem;width:fit-content;font-size:1.3rem;font-weight:500;border:none;padding:.5rem 1rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none}._404-Button_back{background-color:#6b66da;color:#fff;border-radius:1rem;width:fit-content;font-size:1.3rem;font-weight:500;border:none;padding:.5rem 1rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none;margin-left:1rem}._404-Button:hover{background-color:#6b66da}._404-Button_back:hover{background-color:#6c66daa6}.notfound-loader{width:100px;aspect-ratio:1;display:flex;animation:l10-0 2s infinite steps(1);margin-bottom:2rem}.notfound-loader:before,.notfound-loader:after{content:"";flex:1;animation:l10-1 1s infinite linear alternate,l10-2 2s infinite steps(1) -.5s}.notfound-loader:after{--s: -1, -1}@keyframes l10-0{0%{transform:scaleX(1) rotate(0)}50%{transform:scaleX(-1) rotate(-90deg)}}@keyframes l10-1{0%,5%{transform:scale(var(--s, 1)) translate(0) perspective(150px) rotateY(0)}33%{transform:scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(0)}66%{transform:scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-180deg)}95%,to{transform:scale(var(--s, 1)) translate(0) perspective(150px) rotateX(-180deg)}}@keyframes l10-2{0%{background:#ff4c29;border-radius:0}50%{background:#e6e6e6;border-radius:100px 0 0 100px}}@media only screen and (max-width: 1050px){.tablet-display-off{display:none}.sidebar.close~.home,.sidebar~.home{left:.1rem;height:100vh;width:100%}.sidebar{z-index:500}.menuSpacer{display:none;flex-grow:unset}.sidebar.close,.sidebar{top:unset;left:0;bottom:0;height:4.85rem;width:100%}.sidebar li{margin-top:0}.sidebar header{display:none}.menu-bar{width:100%;height:100%;display:block}.sidebar .menu{margin-top:0;flex-direction:row;justify-content:space-between;align-items:center}.sidebar .menu-bar{height:100%}.search-box{display:none!important}.nav-link a span{display:none}.bottom-content{display:flex;flex-direction:row-reverse;justify-content:space-between;min-width:10rem}.sidebar.close .text{display:none}}@media only screen and (max-width: 750px){.mobile-display-off{display:none}.mobile-only-content{display:block}.home{position:static}}@media only screen and (max-width: 500px){h3{font-size:1rem;font-weight:600}}@media only screen and (max-width: 390px){h3{font-size:.8rem;font-weight:600}}@media print{.home{width:297mm;height:auto;overflow:visible}}.loader-container{padding-top:4rem;padding-bottom:1rem;display:flex;width:100%;align-items:center;justify-content:center}.loader{position:relative;width:75px;height:100px}.loader__bar{position:absolute;bottom:0;width:10px;height:50%;background:#1b1a27;transform-origin:center bottom;box-shadow:1px 1px #0003}.loading-text{font-size:1rem;padding:1rem}.loader__bar:nth-child(1){left:0;transform:scaleY(.2);-webkit-animation:barUp1 4s infinite;animation:barUp1 4s infinite}.loader__bar:nth-child(2){left:15px;transform:scaleY(.4);-webkit-animation:barUp2 4s infinite;animation:barUp2 4s infinite}.loader__bar:nth-child(3){left:30px;transform:scaleY(.6);-webkit-animation:barUp3 4s infinite;animation:barUp3 4s infinite}.loader__bar:nth-child(4){left:45px;transform:scaleY(.8);-webkit-animation:barUp4 4s infinite;animation:barUp4 4s infinite}.loader__bar:nth-child(5){left:60px;transform:scale(1);-webkit-animation:barUp5 4s infinite;animation:barUp5 4s infinite}.loader__ball{position:absolute;bottom:10px;left:0;width:10px;height:10px;background:#ff4c29;border-radius:50%;-webkit-animation:ball624 4s infinite;animation:ball624 4s infinite}@keyframes ball624{0%{transform:translate(0)}5%{transform:translate(8px,-14px)}10%{transform:translate(15px,-10px)}17%{transform:translate(23px,-24px)}20%{transform:translate(30px,-20px)}27%{transform:translate(38px,-34px)}30%{transform:translate(45px,-30px)}37%{transform:translate(53px,-44px)}40%{transform:translate(60px,-40px)}50%{transform:translate(60px)}57%{transform:translate(53px,-14px)}60%{transform:translate(45px,-10px)}67%{transform:translate(37px,-24px)}70%{transform:translate(30px,-20px)}77%{transform:translate(22px,-34px)}80%{transform:translate(15px,-30px)}87%{transform:translate(7px,-44px)}90%{transform:translateY(-40px)}to{transform:translate(0)}}@-webkit-keyframes barUp1{0%{transform:scaleY(.2)}40%{transform:scaleY(.2)}50%{transform:scale(1)}90%{transform:scale(1)}to{transform:scaleY(.2)}}@keyframes barUp1{0%{transform:scaleY(.2)}40%{transform:scaleY(.2)}50%{transform:scale(1)}90%{transform:scale(1)}to{transform:scaleY(.2)}}@-webkit-keyframes barUp2{0%{transform:scaleY(.4)}40%{transform:scaleY(.4)}50%{transform:scaleY(.8)}90%{transform:scaleY(.8)}to{transform:scaleY(.4)}}@keyframes barUp2{0%{transform:scaleY(.4)}40%{transform:scaleY(.4)}50%{transform:scaleY(.8)}90%{transform:scaleY(.8)}to{transform:scaleY(.4)}}@-webkit-keyframes barUp3{0%{transform:scaleY(.6)}to{transform:scaleY(.6)}}@keyframes barUp3{0%{transform:scaleY(.6)}to{transform:scaleY(.6)}}@-webkit-keyframes barUp4{0%{transform:scaleY(.8)}40%{transform:scaleY(.8)}50%{transform:scaleY(.4)}90%{transform:scaleY(.4)}to{transform:scaleY(.8)}}@keyframes barUp4{0%{transform:scaleY(.8)}40%{transform:scaleY(.8)}50%{transform:scaleY(.4)}90%{transform:scaleY(.4)}to{transform:scaleY(.8)}}@-webkit-keyframes barUp5{0%{transform:scale(1)}40%{transform:scale(1)}50%{transform:scaleY(.2)}90%{transform:scaleY(.2)}to{transform:scale(1)}}@keyframes barUp5{0%{transform:scale(1)}40%{transform:scale(1)}50%{transform:scaleY(.2)}90%{transform:scaleY(.2)}to{transform:scale(1)}}.header{position:fixed;top:0;display:flex;width:100%;height:4.5rem;background-color:var(--body-color);color:var(--text-color);align-items:center;justify-content:space-between;z-index:3;padding:1rem 3rem .75rem 4rem}.header-icon{width:7rem;display:flex;align-items:center;justify-content:center;fill:var(--text-color)}.header-title{font-size:1.875rem;font-weight:700;color:var(--text-color);padding:.75rem 0 .75rem 3.75rem}.header-title-subTitle{font-size:1.875rem;font-weight:500;color:var(--text-color)}@media only screen and (max-width: 1150px){.header{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-left:0;padding-right:0;background:var(--primary-color);transition:var(--tran-05);z-index:500;box-shadow:0 0 74px #00000040;text-align:center}.header-title{padding-left:0;padding-right:0;color:#fff;font-weight:700}}@media only screen and (max-width: 835px){.header-title{font-size:1.7rem}}@media only screen and (max-width: 800px){.header-title{font-size:1.6rem}}@media only screen and (max-width: 730px){.header-title{font-size:1.5rem}}@media only screen and (max-width: 675px){.header-title{font-size:1.4rem}}@media only screen and (max-width: 630px){.header-title{font-size:1.25rem}}@media only screen and (max-width: 515px){.header-title{font-size:1.1rem}}@media only screen and (max-width: 445px){.header{height:3.5rem}.header-title{font-size:1rem}}.image-header{width:3.8rem;padding-right:.2rem}.side-bar-icon{height:2rem;min-width:60px;border-radius:6px;height:100%;display:flex;align-items:center;justify-content:center;fill:var(--text-color)}.nav-link:hover .side-bar-icon,.nav-link.selected .side-bar-icon{color:var(--text-color);fill:#fff}.sb-tooltip-container{position:relative}.sb-tooltip{position:absolute;left:70px;top:50%;transform:translateY(-50%);background:var(--primary-color);color:#fff;padding:6px 12px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;display:none;z-index:1000}.sidebar.close .nav-link .sb-tooltip{display:block;opacity:0}.sidebar.close .nav-link:hover .sb-tooltip{opacity:1;transition:opacity .3s ease}.sb-tooltip:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:var(--primary-color);width:0;height:0}@media only screen and (max-width: 1050px){.sb-tooltip{top:-40px;left:50%;transform:translate(-50%)}.sb-tooltip:before{left:50%;top:100%;transform:translate(-50%) translateY(0);border-color:var(--primary-color) transparent transparent transparent}}@media only screen and (max-width: 1050px){.dropdown-content{border-bottom-left-radius:unset;border-bottom-right-radius:unset;position:absolute;align-items:center;transform:translateY(4rem);z-index:100;opacity:0;box-shadow:unset;transition:var(--tran-03);overflow:hidden;left:0rem;bottom:3rem;width:100%}.nav-dropdown:hover .dropdown-content{z-index:100;width:100%;left:0rem;bottom:4rem;transform:translateY(-1rem);overflow:unset;opacity:1;transition:var(--tran-06)}}.panel{display:none;position:fixed;top:150px;left:88px;width:fit-content;height:fit-content;transform:translate(100%);transition:transform .3s ease-out,opacity .3s ease-out,padding .3s ease-out,background .3s ease-out;opacity:0}.sidebar .panel.open{transform:translate(10rem)}.sidebar.close .panel.open{transform:translate(0)}.panel.open{display:block;transform:translate(0);opacity:1;padding:1rem .75rem;background:var(--primary-color-light);box-shadow:5px 0 15px #00000059}.dropdown-container{display:flex;flex-direction:column;padding:.15rem .2rem}.dropdown-content{border-radius:.5rem;min-width:fit-content;min-height:fit-content;padding:.5rem .35rem 0rem 0rem;color:var(--text-color);display:flex;flex-direction:column;opacity:0;transition:max-height .2s ease-out;max-height:0;height:0px;width:0px;overflow:hidden}.dropdown-content.open{opacity:1;height:auto;width:auto;overflow:visible;max-height:500px}.dropdown-item{overflow:hidden;padding:.25rem .5rem 0 1rem;white-space:nowrap;font-weight:600}.underline{height:.75px;background:#ff4c29;width:0;opacity:0;transition:width .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out}.underline.open{width:100%;opacity:1;transform:translateY(0)}.dropdown-item:hover,.dropdown-sub-item:hover{color:#ff4c29}.subitem-main-container{padding-left:1.5rem;display:flex;flex-direction:row;align-items:center}.dropdown-sub-item{padding:.5rem;white-space:nowrap;font-weight:400;cursor:pointer}.drop-bullet-point{width:8px;height:8px;border-radius:50%;background-color:#ff4c29}.nav-dropdown:hover .dropdown-content{width:unset;height:unset;overflow:unset;opacity:1;transition:var(--tran-06)}.nav-dropdown:hover{background-color:#ff4c29;border-radius:6px}.nav-dropdown:hover .text,.nav-dropdown:hover .side-bar-icon{color:#fff;fill:#fff}.dropdown-subitem.open{display:block}.dropdown-subitem{display:none}.filter-group{padding-top:1rem}.filter-item-container{display:flex;flex-direction:column;justify-content:space-between;align-items:left;width:100%;padding:1rem 1rem 0}.sidebar-filter-title{font-size:1rem;font-weight:700;padding-right:.5rem;padding-bottom:.1rem;margin-bottom:.25rem}.sidebar-border-bottom:after{content:"";display:block;border-bottom:#ff4c29 .75px solid;transform:scaleX(0);transform-origin:0%;transition:transform .3s ease-in-out}.sidebar-border-bottom.open:after{transform:scaleX(1)}.toggle-container{display:flex;justify-content:space-between;align-items:center;width:200px;padding:.15rem .2rem}.toggle-text{color:var(--text-color)}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:25px}.slider:before{position:absolute;content:"";height:15px;width:15px;left:5px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--toggle-color)}input:focus+.slider{box-shadow:0 0 1px var(--toggle-color)}input:checked+.slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translate(15px)}.slider.round{border-radius:25px}.slider.round:before{border-radius:50%}.chevron{width:10px;height:10px;margin-left:5px;transition:transform .3s ease-in-out}.chevron.open{transform:rotate(90deg)}.toggle-container{display:none}.toggle-container.open{display:flex;justify-content:space-between;align-items:center;width:200px;padding:.15rem .2rem}.warning-text{color:#ff4c29}.good-highlight-text{white-space:pre-line;font-size:.9rem;color:#6b66da}.summary-text-fs09{font-size:.9rem}.summary-text-fs1{font-size:1rem}.summary-text-fs1p1{font-size:1.1rem}.summary-text-fs1p2{color:orange;font-size:1.2rem}.summary-text-fs1p2plain{font-size:1.2rem}.summary-text-fs1p2p5{font-size:1.15rem}.summary-text-fs1p3{font-size:1.2rem}.milestone-warning{padding-right:1rem;font-weight:600}.no-data-container{padding:2rem}.pbr-name-display{font-size:.9rem;width:10%;display:flex;flex-direction:column;align-items:center;justify-content:center}.milestone-gantt-input-container{padding-top:1rem;width:100%;height:1.5rem;display:flex;justify-content:right;align-items:center}.milestone-gantt-input-title{font-size:.9rem;font-weight:400;padding-right:.25rem}.pad-bot-1r{padding-bottom:1rem}.status-main-container{height:100%;width:100%;display:flex;padding:1rem;justify-content:center;align-items:center}.deliverables-info-container{display:flex;flex-direction:column;padding:1rem;width:100%}.proj-status-main-container{height:100%;width:100%;display:flex;flex-direction:column;padding:1rem;justify-content:center;align-items:center}.proj-status-pie-container{display:flex;align-items:center;justify-content:center;padding:.5rem 0}.proj-detail-status-pie-container{display:flex;align-items:center;justify-content:center;padding:1rem 0 .5rem;border:red solid 1px}.status-value{position:absolute;text-align:center;font-size:2.5rem;bottom:15%;left:25%}.face-container{height:100%;display:flex;flex-direction:column;align-content:center;text-align:center}.status-icon{height:60%}.project-detail{padding:10px;font-size:1rem}.project-detail-line{font-size:1rem;margin-bottom:.6rem;align-items:center;padding:5px;display:flex;flex-direction:row}.project-detail-supplier-icon{height:2rem;padding-left:.25rem}.project-detail-icon{height:1rem;padding-left:.25rem}.project-detail-key{font-weight:400;padding-right:.2rem}.project-detail-value{font-weight:500;color:#08203279}.ignore-anchor{text-decoration:none;border:solid red 2px;width:4rem}.summary-page-section-title{grid-column:span 4;width:100%;color:var(--text-color);font-size:1.7rem;font-weight:700;padding:1rem 0 0rem 0rem;white-space:nowrap}.summary-page-section-title-empty{grid-column:span 4;width:100%;padding:0;height:0;margin:-1rem 0}.scroll-point-container{display:flex;align-items:center;justify-content:center;grid-column:span 4;margin-top:1rem}.right-component{margin-left:auto}.status-bar-main-container{padding-top:1rem}.status-bar-container{width:100%;display:flex;flex-direction:column;padding-bottom:.25rem}.proj-status-bar-container{width:100%;display:flex;flex-direction:column;padding-bottom:.5rem}.status-text-row{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:.25rem}.project-title{padding:0 1rem}.status-bar{width:100%;height:1.6rem}.issues-container{display:grid;margin:auto;grid-template-columns:1fr 1fr 1fr;width:100%;justify-content:center;align-items:center}.issues-box{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:9.375rem}.key-issue-image{place-self:center}.key-issue-value{padding-top:.5rem;text-align:center}.safety-title{padding-top:.25rem;text-align:center}.summary-look-container{padding:.25rem 1rem 1rem .25rem;display:grid;grid-template-columns:1fr;grid-template-rows:2fr;width:100%}.summary-look-box{border-bottom:.15rem solid #e6e6e6;padding:1rem 0 .75rem}.summary-look-pbr-box{padding:1rem 0 0}.summary-look-box-title{font-weight:500}.fw-700{font-weight:600;color:#ff4c29}.first-letter{color:#ff4c29;font-size:1.4rem;font-weight:800;padding-right:.05rem}.fw-700-plain{font-weight:600}.pbr-soft-items{padding:0 0 1rem}.commercial-commentary-container{padding:1rem;display:grid;width:100%}.summary-soft-container{padding:10px 1rem 1rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:unset;gap:1rem}.spend-summary-soft-container{padding:10px 1rem 0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:unset;gap:1rem}.soft-box{border-bottom:.15rem solid #e6e6e6;padding:2rem}.spend-soft-box{border-bottom:.15rem solid #e6e6e6;padding:1rem 1rem .75rem .5rem}.soft-box-clear{padding:2rem 1rem;min-height:7rem;max-height:23rem;border-bottom:.2rem solid #e6e6e6}.content-scroll-area{max-height:17rem;overflow-y:auto;padding-right:2rem}.content-scroll-area::-webkit-scrollbar{width:7px}.content-scroll-area::-webkit-scrollbar-track{background:#f1f1f1}.content-scroll-area::-webkit-scrollbar-thumb{background:#888;border-radius:3.5px}.content-scroll-area::-webkit-scrollbar-thumb:hover{background:#082032}.content-scroll-area::-webkit-scrollbar-button{display:none}.userpage-subtitle{padding-top:2rem;font-size:1.6rem;font-weight:600;color:#ff4c29}.userpage-no-issues-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;border:.15rem solid #e6e6e6;margin:2rem 0}.contact-main-container{padding-top:.5rem}.contact-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.8rem .25rem;width:100%;border-bottom:.15rem solid #e6e6e6}.avatar-box{position:relative;padding-right:1rem;display:flex;justify-content:center;align-items:center}.avatar{height:5rem;width:5rem;border-radius:50%;object-fit:cover;object-position:top}.avatar-ki-sum{height:4.5rem;width:4.5rem;border-radius:50%;object-fit:cover;object-position:top}.text-name{font-size:1.5rem;font-weight:600;color:#ff4c29}.right-container,.left-container{display:flex;flex-direction:row}.right-container-contacts{display:flex;flex-direction:row;align-items:center}.info-icon{height:3rem;cursor:pointer;transition:var(--tran-03)}.info-icon-small{height:3rem}.popup-container{position:relative}.popup-container:hover .info-container{display:block}.info-container{opacity:0}.info-container{position:absolute;display:flex;display:none;justify-content:center;text-align:center;background-color:#082032;opacity:.8;white-space:nowrap;z-index:100;padding:.5rem 1rem;border-radius:1rem}.info-phone,.info-email{top:20%;right:10%}.info-popup{font-size:1rem;color:#fff}.text-details-general{font-size:1rem;padding-left:.5rem}.name-box-left,.contact-details-container-email{width:30%;display:flex;flex-direction:row;align-items:center}.contact-details-container-phone{width:20%;display:flex;flex-direction:row;align-items:center}.contact-edit-box{width:5%;height:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-edit-image{height:3rem;transition:all .3s ease-in-out}.issue-top-text-box{width:100%;display:flex;justify-content:space-between;padding-right:1rem}.issue-top-text-sub-box{display:flex;justify-content:space-between;width:12rem}.site-issue-edit-box{width:15%;height:4rem}.site-issue-icon-box{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.site-issue-icon{width:3rem;transition:all .3s ease-in-out}.key-issue-container{display:flex;justify-content:space-between;border-bottom:.15rem solid #e6e6e6;align-items:center;padding:.35rem 0;width:100%}.ki-title-header,.key-issue-container-sum{display:flex;flex-direction:row;width:100%;padding-bottom:.75rem}.pbr-ki-title-header{display:flex;flex-direction:row;width:100%;padding:.75rem 0}.key-issue-container-sum{padding:.35rem 0;border-bottom:.15rem solid #e6e6e6}.ki-main-rank,.ki-main-action,.ki-main-closeout,.ki-main-icon,.ki-main-avatar-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.ki-main-avatar-box{position:relative}.keyissue-sum-date-content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.ki-issue-title{font-weight:600;color:#ff4c29}.pbr-ki-main-rank{width:7%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ki-main-rank{width:5%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ki-issue-sub-title{font-weight:600}.ki-main-details{padding:.2rem 1rem .2rem 3rem;display:flex;flex-direction:column;width:50%}.pbr-ki-main-details{padding:.2rem 1rem .2rem 1.5rem;display:flex;flex-direction:column;width:70%}.pbr-ki-main-closeout,.pbr-ki-main-avatar-box{align-items:center;justify-content:center;display:flex;text-align:center;width:10%}.ki-main-classification{align-items:center;justify-content:center;display:flex;text-align:center;width:20%}.ki-main-closeout{text-align:center;width:10%}.ki-main-icon{width:10%}.ki-main-avatar-box{min-width:5rem}.left-container-key,.right-container-key{display:flex;align-items:center}.avatar-img-issue{height:5rem;padding-right:1rem}.flag-image-issue{height:5rem;padding:1rem 2.5rem}.flag-image-issue-details-main-icon{display:flex;justify-content:center;align-items:center}.flag-image-issue-details{height:5rem}.issue-rank-box{align-items:center;min-width:5rem;width:5rem;height:5rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem;margin:1rem}.issue-rank-box-small{align-items:center;min-width:2.5rem;width:2.5rem;height:2.5rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem;margin:1rem}.allocation-complete-box{display:flex;width:5rem;min-width:5rem;height:5rem;flex-direction:row;justify-content:center;align-items:center;margin:1rem}.margin-left1p5{margin-left:1.5rem}.margin-left0p5{margin-left:.5rem}.issue-rank{text-align:center;color:#fff;font-size:3rem;transform:translateY(3px)}.access-rank-box{align-items:center;min-width:5rem;width:5rem;height:5rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem}.access-status-text-details{padding-top:.4rem}.access-rank{text-align:center;color:#fff;font-size:3rem;transform:translateY(3px)}.R,.r{background-color:#f84f39}.Y,.y,.A,.a{background-color:#ffe605}.G,.g{background-color:#98e000}.issue-text-title{text-align:left;padding-left:2rem;font-weight:600;font-size:1.6rem}.projectkey-issue-text-title{text-align:left;padding-left:2rem;font-weight:500;font-size:1.2rem}.projectKeyTitle{color:#ff4c29}.issue-text{text-align:left}.issue-text-details{min-width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.issue-text-header{text-align:left;font-weight:500}.issue-text-header-left{font-weight:500;cursor:pointer}.issue-text-header-center{text-align:center;font-weight:500;cursor:pointer}.issue-text-header-left:hover,.issue-text-header-center:hover{color:#ff4c29}.userpage-text-header-center{text-align:center;font-weight:500}.userpage-text-header-left{text-align:left;font-weight:500}.issue-text-header-colored{color:#ff4c29;text-align:left;font-weight:500}.site-issues-raised-sum-main-container{width:98%}.site-issues-raised-main-container{padding:.5rem 1rem;width:100%}.site-issue-status-bar{min-height:1rem;padding-top:.75rem;display:flex;width:100%;border-bottom:.15rem solid #e6e6e6;justify-content:space-between;margin-bottom:1rem}.userpage-status-bar{min-height:1rem;margin-top:.75rem;display:flex;width:100%;border-bottom:.15rem solid #e6e6e6;border-top:.15rem solid #e6e6e6;justify-content:space-between;margin-bottom:1rem}.site-issue-top-text-box{width:100%;display:flex}.obj-top-text-box{width:100%;display:flex;align-items:center;justify-content:space-between}.site-issue-container{display:flex;flex-direction:row;width:100%;min-height:4rem;border-bottom:.15rem solid #e6e6e6;padding:1.25 0;margin-bottom:.25rem}.access-text-details{width:100%;text-align:left;word-wrap:break-word}.access-sum-container{display:flex;border-bottom:.15rem solid #e6e6e6;width:100%}.access-top-text-box{width:100%;display:flex;align-items:center;justify-content:space-between;word-wrap:break-word}.access-comments{word-wrap:break-word;text-overflow:ellipsis}.text-left-align{text-align:left}.access-sum-details-container{width:90%;padding:0 1rem;text-overflow:unset}.access-sum-areas-container{width:20%;padding:0 1rem;display:flex;align-items:center}.access-sum-status{width:10%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem}.access-main-details-container{width:80%;padding:0 1rem;text-overflow:unset}.access-main-areas-container{width:20%;padding:0 1rem;display:flex;align-items:center}.access-main-status{width:10%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem}.access-main-status,.access-edit-status{display:flex;justify-content:center;align-items:center;width:10%}.access-possession-number{font-weight:600;text-align:left}.access-week-details-container{width:20%;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem}.access-sum-text-sub-container{width:80%;display:flex;flex-direction:column;justify-content:center;padding:0 1rem .5rem 2rem}.access-sub-title{font-weight:600;color:#f84f39}.access-details-sub-container{display:flex;flex-direction:row;align-items:center}.access-week-details-container{margin:1rem 0;padding:1rem;width:7rem;height:7rem;background-color:#ff4c29;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.access-week-number{font-size:3.5rem;font-weight:600}.access-week-text{font-size:1rem;font-weight:400;transform:translateY(1rem)}.access-year-text{font-size:1rem;font-weight:400;transform:translateY(-1rem)}.action-sum-title-container{width:60%}.userpage-status-container{display:flex;flex-direction:column;justify-content:center;text-align:left;width:5%;margin-right:1rem}.userpage-key-status-container{display:flex;flex-direction:row;width:10rem;margin-right:1rem}.userpage-project-title{display:flex;flex-direction:column;justify-content:center;text-align:left;width:15%}.key-issue-img{width:50%}.key-issue-img-flag{width:30%}.userpage-title-container{width:40%;text-align:left}.userpage-key-title-container{width:30%;text-align:left}.userpage-sum-date-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:20%}.pbr-sum-date-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.action-sum-dash-date-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:20%}.action-sum-number-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:10%}.action-issue-sum-container{display:flex;flex-direction:row;width:100%;border-bottom:.05rem solid #e6e6e6;padding:.25rem 0;margin-bottom:.25rem;min-height:6rem}.action-sum-status,.action-edit-status{display:flex;justify-content:center;align-items:center;width:10%}.action-status-icon{height:5rem;padding:1rem}.obj-sum-title-container{width:70%}.obj-title-container{width:61%}.obj-sum-icon-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:8%}.obj-sum-date-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:15%;white-space:nowrap}.obj-issue-sum-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;min-height:4rem;border-bottom:.15rem solid #e6e6e6;padding:1.25 0;margin-bottom:.25rem}.obj-sum-status,.obj-edit-status{display:flex;justify-content:center;align-items:center;width:10%}.obj-status-icon{height:5rem;padding:1rem}.obj-sum-avatar,.action-sum-avatar{display:flex;justify-content:center;align-items:center;width:10%;position:relative}.avatar-tooltip{position:absolute;display:none;background-color:#082032;font-size:1rem;color:#fff;opacity:.8;white-space:nowrap;z-index:100;padding:.5rem 1rem;border-radius:1rem;right:80%}.action-sum-avatar:hover .avatar-tooltip,.ki-main-avatar-box:hover .avatar-tooltip,.avatar-box:hover .avatar-tooltip{display:block}.action-text-header-colored{color:#ff4c29;text-align:left;width:100%;font-weight:500}.site-issue-text-header{text-align:left;font-weight:500;padding-left:.5rem}.issue-detail-container{max-width:100%}.site-issue-photo-container{padding-top:2rem;width:100%}.site-issue-photo{width:50%}.date-box-site-issue-summary{width:25%;padding-right:1rem}.detail-container-site-issue-summary{width:50%}.status-box-container-site-issue-summary{width:25%}.date-box{width:20%}.title-box{width:54%;padding-right:1rem}.action-title-box{width:100%;padding-right:1rem}.action-title-box-title-text{font-weight:600}.site-issues-title-box{width:50%;padding-right:1rem;padding-left:.5rem}.text-wrap{overflow-wrap:normal}.sim-date{width:12%}.sim-status,.sim-edit{width:10%;display:flex;justify-content:center;align-items:center}.sim-details{width:78%}.edit-box{width:12%}.issue-site-img{height:4.5rem;padding:.8rem}.border-right{border-right:.15rem solid #e6e6e6}.site-status-box{display:flex;flex-direction:row;align-items:center;justify-content:center;width:33%;padding:1rem 0}.userpage-status-box{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%;padding:1rem 0}.site-status-value{font-size:2.2rem;text-align:center}.site-status-title{font-size:1rem;text-align:center;transform:translateY(-6px)}.status-icon{height:90%}.edit-img{height:5rem;padding:1rem}.livefeed-main-container{padding-top:1rem}.feed-date-box{width:25%;padding-right:1rem}.feed-title-box{width:75%}.feed-edit-box{width:10%}.right-btn-container{display:flex;justify-content:space-between;align-items:center}.btn-container-card{padding-top:4rem;width:100%;height:2rem;display:flex;justify-content:center;align-items:center}.no-issue-text-header-center{padding:2rem 0;text-align:center;font-size:1.3rem;font-weight:500}.milestone-edit-main-container{padding:1rem}.milestone-info-container{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding-left:1rem;border-bottom:.15rem solid #e6e6e6}.milestone-title-row{display:flex;flex-direction:row;width:100%;justify-content:space-between;background-color:#f7fafc;border-bottom:2px solid #e2e8f0;min-height:2rem;padding:1rem 0 1rem 1rem}.milestone-title-text{font-weight:600}.milestone-title{width:50%}.milestone-date{width:10%;text-align:center}.milestone-edit{width:5%;text-align:center}.chatfeed-main-container{padding-top:1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.chat-issue-container{display:flex;flex-direction:row;align-items:center;width:100%;min-height:4rem;border-bottom:.15rem solid #e6e6e6;padding:1.25 0}.chat-avatar-box{padding-right:1rem;display:flex;justify-content:center;align-items:center;width:10%}.chat-message-box{width:70%;padding-right:1rem}.chat-date-box{width:20%}.submit-container{padding:1rem 0;display:flex;justify-content:space-between;width:100%}.submit-box{width:100%;margin-right:1rem}.avatar-small{height:3rem;width:3rem;border-radius:50%;object-fit:cover;object-position:top}.avatar-medium{height:4rem;width:4rem;border-radius:50%;object-fit:cover;object-position:top;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.avatar-text-display-only{display:flex;justify-content:center;align-items:center;width:4rem;text-align:center;font-family:.9rem}.chat-submit-btn{margin:0 1rem 0 0;color:#fff;background:#ff4c29;height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:600;transition:.2s ease-in-out}.chat-submit-btn:hover{box-shadow:0 8px 15px #0000001a;transition:.2s ease-in-out}.svg-map-containter{display:grid;margin:auto;width:95%;padding:1rem;gap:1rem;grid-template-columns:1fr}.svg-map-image{width:100%}.comms-headlines-container{padding:1rem .25rem 0rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;min-height:fit-content;width:100%;column-gap:1rem;row-gap:1rem}.comms-box{position:relative;display:flex;flex-direction:column;align-items:center;padding:.5rem 0 1.75rem;border:.1rem solid #e6e6e6;height:fit-content}.comms-row-seperator{border-bottom:.15rem solid #e6e6e6;width:100%}.comms-title{padding:.5rem 0 .15rem 0rem;text-align:center}.headline-container{padding-top:1rem;display:flex;flex-direction:column;align-items:center}.coms-report-photo-container{position:relative;height:30rem}.coms-report-photo{width:100%;height:30rem;object-fit:cover;padding:1rem}.comms-text{padding:1rem 1rem 0rem}.graph-gantt{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;width:100%}.graph-line{padding-top:1rem;width:100%;height:500px;padding-left:0}.amcharts-myCategoryAxis{font-weight:400;color:var(--text-color);font-size:1rem}.amcharts-myDateAxis,.amcharts-myCursor,.amcharts-myValueAxis{font-weight:400;font-size:1rem}@media only screen and (max-width: 1250px){.coms-report-photo-container{height:25rem}.coms-report-photo{width:25rem;height:25rem;padding:1rem}}@media only screen and (max-width: 1100px){.coms-report-photo-container{height:22rem}.coms-report-photo{width:22rem;height:22rem;padding:1rem}}@media only screen and (max-width: 1050px){.summary-text-fs1p3{font-size:1.1rem}}@media only screen and (max-width: 900px){.comms-box{min-height:unset;height:min-content}.headline-container{padding-top:.3rem}.comms-headlines-container{padding:1rem .25rem 0rem;display:grid;grid-template-columns:1fr;grid-template-rows:unset}.coms-report-photo-container{height:35rem}.coms-report-photo{width:35rem;height:35rem;padding:1rem}}@media only screen and (max-width: 800px){.access-sum-details-container,.access-main-details-container{width:40%}.access-sum-areas-container,.access-main-areas-container,.access-sum-status,.access-main-status{width:30%}.mobile-titles-off,.access-sum-text-sub-container{display:none}.access-sum-details-container{width:none}.site-issue-top-text-box{display:none}.avatar-box{position:relative;padding-right:0}}@media only screen and (max-width: 750px){.site-issue-top-text-box{display:none}.avatar-box{position:relative;padding-right:0}}@media only screen and (max-width: 715px){.headline-container{padding-top:.5rem;display:flex;flex-direction:column;align-items:center}.coms-report-photo-container{height:30rem}.coms-report-photo{width:30rem;height:30rem;padding:1rem}.summary-text-fs1p3{font-size:1rem}.projectkey-issue-text-title{padding-left:1rem;font-size:1rem}.summary-text-fs1p2{font-size:1.1rem}.summary-text-fs1{font-size:.9rem}.summary-soft-container{padding:10px 1rem 0;display:grid;grid-template-columns:1fr;grid-template-rows:unset;gap:0rem}.soft-box{padding:1rem 0 .75rem;height:min-content}}@media only screen and (max-width: 675px){.coms-report-photo-container{height:28rem}.coms-report-photo{width:28rem;height:28rem;padding:1rem}}@media only screen and (max-width: 600px){.coms-report-photo-container{height:25rem}.comms-box{border:none;border-bottom:.15rem solid #e6e6e6;padding:.25rem 0 1rem}.coms-report-photo{width:25rem;height:25rem;padding:1rem}.comms-text{padding:1rem 0rem;text-align:center}.action-sum-date-container,.userpage-project-title{display:none}.summary-text-fs1p2{font-size:1rem}.summary-text-fs1{font-size:.85rem}.site-status-box{display:flex;align-content:center;justify-content:center;width:33%;padding-bottom:1rem}.site-status-value{font-size:1.7rem;text-align:center}.site-status-title{display:none}.site-issue-status-bar{height:4rem}.status-icon{height:2.5rem}.action-sum-title-container{width:75%}.issue-rank-box{min-width:3rem;width:3rem;height:3rem}.issue-rank{font-size:2rem;transform:translateY(1px)}}@media only screen and (max-width: 550px){.access-area-location-text{text-align:center;font-size:1rem}.coms-report-photo-container{height:22rem}.coms-report-photo{width:22rem;height:22rem;padding:1rem}}@media only screen and (max-width: 490px){.coms-report-photo-container{height:19rem}.coms-report-photo{width:19rem;height:19rem;padding:.3rem}}@media only screen and (max-width: 450px){.proj-status-main-container{padding:.25rem}.coms-report-photo-container{height:15rem}.coms-report-photo{width:15rem;height:15rem}}@media only screen and (max-width: 375px){.projectkey-issue-text-title{padding-left:.5rem;font-size:.9rem}.coms-report-photo-container{height:12rem}.coms-report-photo{width:12rem;height:12rem}}.api-error-main-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.api-error-icon-container{margin:1rem 0 2rem;display:flex;justify-content:center;align-items:center}.api-error-text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem 1rem}.api-error-text-container>div:first-child{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.api-error-text-container>div{font-weight:600;margin-bottom:.25rem;font-size:1rem}.api-error-text-container>div span{font-weight:400}.app-error-info-text-medium{font-size:1.25rem;max-width:40%;margin-bottom:2.5rem;text-align:center}.api-error{width:150px;aspect-ratio:1;color:#0820320f;background:conic-gradient(currentColor 0 270deg,#0000 0);border-radius:50%;animation:l14-0 4s infinite linear}.api-error:before{content:"";display:block;height:50%;width:50%;border-top-left-radius:100px;background:#ff4d29;animation:l14 .5s infinite alternate}@keyframes l14-0{0%,24.99%{transform:rotate(0)}25%,49.99%{transform:rotate(90deg)}50%,74.99%{transform:rotate(180deg)}75%,to{transform:rotate(270deg)}}@keyframes l14{to{transform:translate(-10px,-10px)}}.error-button-container{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem}.error-button-disabled{opacity:.5;cursor:not-allowed}.error-button:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.error-button{background-color:var(--primary-color);color:#fff;border-radius:1rem;width:fit-content;font-size:1.3rem;font-weight:500;border:none;padding:.5rem 1rem;box-shadow:0 0 10px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none}.error-button_back{background-color:#6b66da;color:#fff;border-radius:1rem;width:fit-content;font-size:1.3rem;font-weight:500;border:none;padding:.5rem 1rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none;margin-left:1rem}.action-title-header{padding-top:1rem;padding-bottom:8px;border-bottom:2px solid #f0f0f0;margin-bottom:1rem}.action-title-container{width:60%}.action-sum-date-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:10%}.amp_header_row .action-sum-date-container,.amp_header_row .action-title-container{flex-direction:row;gap:4px}.amp_sort_icon{display:inline-flex;align-items:center;font-size:12px}.amp_filters_container{padding:1rem 0;background-color:#fff}.amp_search_row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.amp_search_input{flex:1;padding:8px 12px;border:1px solid #e6e6e6;border-radius:4px;font-size:.9rem}.amp_filter_toggle{display:flex;align-items:center;gap:4px;padding:12px;background:none;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.amp_filter_toggle:hover{background-color:#f5f5f5}.amp_filter_active{background-color:#f5f5f5;border-color:#ff4c29;color:#ff4c29}.amp_has_filters{background-color:#fff3f0;border-color:#ff4c29;color:#ff4c29}.amp_chevron{width:12px;height:12px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-3px) rotate(45deg);transition:transform .3s ease}.amp_filter_active .amp_chevron{transform:translateY(3px) rotate(-135deg)}.amp_filter_indicator{font-size:1rem;color:#ff4c29;cursor:help}.amp_filters_panel{padding-top:12px}.amp_filters_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.amp_filter_input{padding:8px 12px;border:1px solid #e6e6e6;border-radius:4px;font-size:.9rem}.amp_filter_input:focus{border-color:#ff4c29;outline:none}.amp-search-input:not(:placeholder-shown),.amp-filter-input:not(:placeholder-shown){border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.amp-search-input:focus,.amp-filter-input:focus{outline:none;border:2px solid #ff4c29;padding:calc(.5rem - 2px);background-color:#fff;transition:all .1s ease}.amp-filter-toggle.ets-filter-has-active{border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.amp-filter-toggle:focus{outline:none;border:3px solid #ff4c29;padding:2px;box-shadow:0 0 0 1px #ff4c2933}.amp-filter-toggle.ets-filter-has-active:hover{background-color:#ff4c290d}.amp_search_input{flex:1;padding:8px 12px;border:1px solid #e6e6e6;border-radius:4px;font-size:.9rem;transition:all .3s ease}.amp_search_input:hover,.amp_filter_input:hover{border-color:#ff4c29;background-color:#ff4c2905}.amp_search_input:focus,.amp_filter_input:focus{border-color:#ff4c29;outline:none;background-color:#fff;box-shadow:0 0 0 1px #ff4c2933}.amp_search_input:not(:placeholder-shown),.amp_filter_input:not(:placeholder-shown){border-color:#ff4c29;background-color:#ff4c2905;box-shadow:0 0 0 1px #ff4c2933}.diff-log-button{background:none;border:none;padding:4px;cursor:pointer;color:#666;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.diff-log-button:hover{color:#007bff;background-color:#007bff1a}.diff-log-button:focus{outline:none;box-shadow:0 0 0 2px #007bff33}.fixed-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;overflow-y:auto;padding:2rem 0}.fixed-modal-content{background-color:#fff;border-radius:8px;padding:2rem;width:90%;max-width:80rem;height:auto;max-height:70vh;position:relative;display:flex;flex-direction:column;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.fixed-modal-header{display:flex;justify-content:flex-end;gap:1rem;margin-bottom:1rem;background:#fff}.fixed-modal-body{flex:1;overflow:hidden;margin-bottom:1rem}.fixed-modal-footer{display:flex;justify-content:flex-start;gap:1rem;padding-top:.5rem;border-top:1px solid #eee;background:#fff}.fixed-modal-button{padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.action-button{background-color:#ff4c29;color:#fff}.action-button:hover{background-color:#6b66da}.second-button{background-color:#6b66da;color:#fff}.second-button:hover{background-color:#504da3}.close-button{background-color:#e9ecef;color:#212529}.close-button:hover{background-color:#dde2e6}.item-modal-details-header{color:#ff4c29;font-size:1.3rem;font-weight:600}.item-modal-details-body{display:flex;gap:1rem;align-items:flex-start;height:100%}.item-modal-details-text{flex:1;overflow:hidden;padding-right:.5rem;font-size:1rem}.item-modal-details-image{width:30rem;height:30rem;flex-shrink:0;border-radius:8px;overflow:hidden}.item-modal-details-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.item-modal-details-image:hover img{transform:scale(1.03)}.image-click-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:5px 10px;border-radius:4px;font-size:.8rem;opacity:0;transition:opacity .3s ease}.item-modal-details-image:hover .image-click-hint{opacity:1}.extra-details-section{padding:1rem 0 0}.extra-detail-item{padding-bottom:1rem}.extra-detail-label{font-size:1rem;font-weight:600;padding-right:.1rem}@media (max-width: 1200px){.item-modal-details-image{width:25rem;height:25rem}}@media (max-width: 768px){.fixed-modal-content{width:95%;padding:1rem;max-height:95vh}.item-modal-details-body{flex-direction:column}.item-modal-details-image{width:100%;height:20rem;margin-top:1rem}.item-modal-details-text{padding-right:0}}@media (max-width: 768px){.fixed-modal-content{width:95%;padding:1rem;margin:1rem}}.item-modal-details{height:100%;padding:.5rem}.diff-log-container{font-size:1rem;padding:20px;max-width:100%;max-height:80vh}.diff-log-header{margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.diff-log-title{display:flex;align-items:center;gap:8px;font-size:24px}.history-text{color:#ff4c29;font-weight:600}.document-title{font-weight:500;font-size:20px}.document-title{color:#666}.diff-log-table-container{overflow-x:auto;overflow-y:auto;max-height:calc(80vh - 100px);border-radius:4px;box-shadow:0 2px 4px #0000001a}.diff-log-table{width:100%;border-collapse:collapse;background-color:#fff}.diff-log-table th,.diff-log-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.diff-log-table th{background-color:#f5f5f5;font-weight:600;position:sticky;top:0;z-index:1}.operation-create{color:#28a745;font-weight:500}.operation-update{color:#007bff;font-weight:500}.operation-delete{color:#dc3545;font-weight:500}.changes-cell{max-width:300px}.change-entry{margin-bottom:8px;padding:8px;background-color:#f8f9fa;border-radius:4px}.field-name{font-weight:600;color:#495057;display:block;margin-bottom:4px}.change-values{font-size:.9em;margin-left:8px}.old-value,.new-value{margin:4px 0}.old-value .label{color:#dc3545;font-weight:500}.new-value .label{color:#28a745;font-weight:500}.diff-log-loading{padding:20px;text-align:center;color:#666}.diff-log-error{padding:20px;text-align:center;color:#dc3545;background-color:#f8d7da;border-radius:4px}@media screen and (max-width: 768px){.diff-log-table{font-size:14px}.diff-log-table th,.diff-log-table td{padding:8px}.changes-cell{max-width:200px}}.change-entry{padding:8px;border-radius:4px;background-color:#f8f9fa;margin-bottom:8px}.field-name{font-weight:600;color:#333;padding-bottom:4px;border-bottom:1px solid #eee;margin-bottom:8px}.change-values{padding-left:12px}.old-value,.new-value{display:flex;align-items:flex-start;margin:4px 0;font-size:.9em}.old-value .label,.new-value .label{font-weight:500;margin-right:8px;min-width:45px}.old-value .label{color:#dc3545}.new-value .label{color:#28a745}.value{white-space:pre-wrap;word-break:break-word}@media screen and (max-width: 768px){.change-values{padding-left:8px}.old-value,.new-value{flex-direction:column}.value{margin-top:4px;margin-left:0}}.no-milestone-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.no-milestone-title{text-align:center;font-size:1.3rem;font-weight:500}.no-milestone-text{text-align:center;font-size:1rem;font-weight:400}.no-milestone-btn-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem}.milestone-template-container{display:flex;flex-direction:column;height:100%;font-size:1rem}.milestone-edit-top-row{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.milestone-edit-toggle-container{display:flex;width:100%;align-items:center;justify-content:space-between;height:3rem}.milestone-edit-toggle-button{display:flex;align-items:center;height:2rem;padding:8px 16px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;color:#333;min-width:200px;justify-content:space-between;outline:none}.milestone-edit-toggle-button:hover{background-color:#f5f5f5}.milestone-edit-chevron{width:8px;height:8px;border-right:2px solid #666;border-bottom:2px solid #666;transform:rotate(45deg);transition:transform .2s ease;margin-top:-4px}.milestone-edit-chevron-up{transform:rotate(-135deg);margin-top:4px}.milestone-edit-toggle-text{margin-left:8px;font-size:14px;color:#666}.milestone-template-filter-input{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:4px}.milestone-template-row{display:flex;flex-direction:row;padding:.75rem 0;align-items:center;width:100%;border-bottom:.15rem solid #e6e6e6}.milestone-template-count{font-weight:600;padding:.25rem 0}.milestone-template-checkbox{margin-left:1rem}.milestone-template-instructions{padding:1rem 0 0}.milestone-template-instructions-warning{padding:0 0 1rem;color:#ff4c29}.milestone-template-header{display:flex;font-weight:700;margin-bottom:10px;border-bottom:.15rem solid #e6e6e6}.milestone-template-row{display:flex;align-items:center;margin-bottom:5px}.milestone-template-column{padding:5px}.column-code{width:5%}.column-cat{width:10%;text-align:center}.column-desc{width:70%}.column-classification{width:20%}.column-date{width:15%;text-align:center}.sortable{cursor:pointer}.sortable:hover,.sortable:active{color:#ff4c29}.milestone-template-top-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 0;margin:1rem 0 1rem 1rem;border-bottom:1px solid #e5e5e5}.milestone-edit-title{font-weight:600;font-size:1.2rem;color:#ff4c29}.milestone-edit-title-note{font-weight:400;font-size:1rem;color:#082032}.milestone-template-filter{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.milestone-template-filter-text{font-weight:600;padding-right:.25rem;font-size:1rem}.milestone-template-filter-select{margin-right:.5rem;padding:.2rem;background-color:#fff;border:1px solid #ddd;border-radius:4px}.milestone-template-name-input{padding-bottom:2rem}.milestone-template-label{font-weight:600;font-size:1.1rem;padding-right:.4rem}.milestone-template-name-input input{padding:10px;font-size:16px;height:40px;box-sizing:border-box}.milestone-edit-main-container.content-hidden{border-bottom:1px solid #e5e5e5;padding-bottom:1rem}.mse-milestone-section{margin-bottom:1.5rem}.mse-margin-top{margin-top:2rem}.mse-margin-bottom{margin-bottom:2rem}.mse-margin-bottom-sm{margin-bottom:.75rem}.mse-project-milestone-container{padding-top:1rem}.key-plan-container{padding:1rem;display:grid;gap:1rem;width:40%;margin:auto;justify-content:center;grid-template-columns:1fr 1fr 1fr}.key-plan-sub-container{display:flex;flex-direction:row;align-items:center}.key-plan-text{font-size:1rem}.key-plan-color{width:4rem;height:.5rem;margin-right:1rem}.key-plan-planned{background-color:#08b2e3;opacity:30%}.key-plan-forcast{background-color:#ff4c29;opacity:30%}.key-plan-actual{background-color:#98e000;opacity:30%}.header-with-sort{display:flex;align-items:center;justify-content:center;gap:.5rem}.sort-icon{display:inline-flex;align-items:center;min-width:1rem}.cursor-pointer{cursor:pointer}.site-report-summary-container{display:grid;gap:1rem;padding:1rem;width:100%;height:100%}.grid-one{grid-template-columns:1fr}.grid-two{grid-template-columns:repeat(2,calc((100% - 1rem)/2))}.grid-three{grid-template-columns:repeat(3,calc((100% - 2rem) / 3))}.grid-four{grid-template-columns:repeat(2,calc((100% - 1rem)/2));grid-template-rows:repeat(2,calc((100% - 1rem)/2))}.site-report-photo-container{position:relative;width:100%;height:100%;background-color:#fff;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.site-report-photo-wrapper{position:relative;width:100%;height:100%}.site-report-photo{width:100%;height:100%;object-fit:cover}.grid-one .site-report-photo-wrapper{aspect-ratio:16/9}.grid-two .site-report-photo-wrapper{aspect-ratio:4/3}.grid-three .site-report-photo-wrapper{aspect-ratio:3/4}.grid-four .site-report-photo-wrapper{aspect-ratio:1/1}.site-report-text-box{width:100%;background-color:#ff4c29;color:#fff;padding:1rem .25rem;position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.site-report-date-box{width:100%;height:fit-content;background-color:#1a1919c7;color:#fff;padding:.25rem;position:absolute;bottom:0;left:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.site-report-image-title{font-weight:500;font-size:1.5rem}.site-report-date-text{padding:.5rem;font-style:italic}.site-report-description-box{background-color:#000000b3;color:#fff;position:absolute;top:7rem;right:3rem;max-width:70%;display:flex;flex-direction:row;justify-content:center;align-items:center}.site-report-description-text{font-style:italic;text-align:right;padding:1rem 1.3rem;font-size:1rem;line-height:1.4;max-width:100%}@media only screen and (max-width: 768px){.site-report-summary-container{gap:.75rem;padding:.75rem}.site-report-description-text{font-size:.9rem;padding:.3rem}.grid-three{grid-template-columns:repeat(2,calc((100% - .75rem)/2))}.grid-three .site-report-photo-wrapper{aspect-ratio:1/1}}@media only screen and (max-width: 480px){.site-report-summary-container{grid-template-columns:1fr!important;gap:.5rem;padding:.5rem}.site-report-photo-wrapper{aspect-ratio:4/3!important}.site-report-description-text{font-size:.8rem;padding:.25rem}}.donut-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-container-block{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:right;font-size:1rem}.donut-left-text{position:absolute;right:7rem;font-size:.875rem;color:#666;text-align:right}.donut{width:100%;height:100%}.donut-background{fill:none;stroke:#e6e6e6;opacity:.8;stroke-width:4}.donut-segment{fill:none;stroke:#98e000;opacity:.8;stroke-width:4;stroke-linecap:square;animation:progress 1s ease-out forwards}.donut-percentage{fill:#082032;font-size:.5rem;text-anchor:middle;font-weight:700}@keyframes progress{0%{stroke-dasharray:0 100}}.efficiency-details-container{padding:2rem 1rem 1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 2fr}.efficiency-details-wrapper:not(:last-child){border-right:solid #e6e6e6 .15rem}.efficiency-details-row{padding:.5rem 1rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.eff-bold-title{font-weight:600;padding-right:.1rem;white-space:nowrap}.content-text{flex:1;min-width:0;word-wrap:break-word}.eff-text-title{padding:.5rem;width:40%;font-weight:700;border:solid #e6e6e6 .15rem;background-color:#f5f5f5}.eff-text-value{padding:.5rem;text-align:center;margin-left:.5rem;width:30%;border:solid #e6e6e6 .15rem}.efficiency-details-table{padding-right:1rem}.efficiency-details-table-row{display:flex;flex-direction:row;align-items:stretch;width:100%;margin-bottom:.5rem}.table-cell{flex:1;padding:.5rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:solid #e6e6e6 .15rem;margin-right:.5rem}.table-cell:last-child{margin-right:0}.eff-text-title{font-weight:700;background-color:#f5f5f5}.efficiency-details-table-row:first-child .table-cell{background-color:#f5f5f5;font-weight:700}.eff-text-title,.eff-text-value{width:auto;margin-left:0}.allocation-table{padding:1rem;display:flex;flex-direction:column;font-size:1rem}.allocation-table-header{display:flex;font-weight:700;color:#fff;margin-bottom:.4rem}.allocation-table-header .allocation-table-cell{background-color:#082032;border:1px solid #082032}.allocation-table-row{display:flex;align-items:center}.allocation-table-cell{flex:1;display:flex;justify-content:center;align-items:center;padding:8px 12px;border:1px solid #e0e0e0;margin:4px}.allocation-value-cell{min-height:5rem}.allocation-table-row .allocation-table-cell:first-child{justify-content:flex-start;background-color:#f5f5f5;font-weight:700}.small-edit-icon{width:1.8rem}.project-efficiencies-summary-main-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%}.project-efficiencies-summary-containter{display:grid;grid-template-columns:.4fr .5fr 1fr;gap:1rem;width:100%;padding:1rem 0;height:fit-content}.project-efficiencies-chart-main-container{display:flex;width:100%;height:400px;flex-direction:column;align-items:center}.project-efficiencies-chart-container{padding-top:1rem;display:flex;flex-direction:column;width:100%;height:100%}.project-efficiencies-summary-table{display:flex;flex-direction:column;width:100%;font-size:1rem}.project-efficiencies-summary-table-container{display:flex;flex-direction:column;width:100%;max-width:100%;height:22rem;padding:.25rem 1.5rem;justify-content:flex-start;align-items:center;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.project-efficiencies-summary-table-container::-webkit-scrollbar{width:8px;height:8px}.project-efficiencies-summary-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.project-efficiencies-summary-table-container::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.project-efficiencies-summary-table-container::-webkit-scrollbar-thumb:hover{background:#555}.project-efficiencies-row-container{display:flex;flex-direction:row;align-items:center;width:95%;border-bottom:solid #e6e6e6 .15rem}.project-efficiencies-row-text-container{display:flex;flex-direction:column;align-items:left;width:100%}.project-efficiencies-row-title{font-weight:600}.warning-container{font-size:1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.statusvalue-top-row-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.statusvalue-top-row-container-1{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}.statusvalue-top-row-container-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.statusvalue-top-row-container-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.statusvalue-top-row-container-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.statusvalue-top-row-container-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.statusvalue-top-row-container-6{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.statusvalue-top-row-container-7{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}.statusvalue-top-row-box{display:flex;flex-direction:column;justify-content:center;align-items:left;padding-left:1rem;border-left:solid #ff4c29 2px}.statusvalue-top-row-rag-box{display:flex;flex-direction:row;justify-content:left;align-items:center}.status-box-rag-text{font-size:1rem;font-weight:600}.statusvalue-top-row-complete-box{padding-left:2rem;display:flex;flex-direction:row;justify-content:left;align-items:center}.status-box-status-text{font-size:1rem;font-weight:400}.status-box-complete-text{padding-left:1rem;font-size:1.3rem;font-weight:500}.statusvalue-top-row-container>:first-child{border-left:none}.statusvalue-top-row-container>.statusvalue-top-row-box:nth-child(4){border-left:solid #cccc 2px}.statusvalue-top-row-main-title{font-size:1.2rem;font-weight:600}.statusvalue-top-row-title{font-size:1rem;font-weight:400}.statusvalue-top-row-value{font-size:2rem;font-weight:600}.statusvalue-bottom-row-title{font-size:.7rem;font-weight:400;padding-left:.25rem}.statusRedText{color:#f84f39}.statusvalue-title-container{display:flex;align-items:center}.statusvalue-comparions-container{display:flex;align-items:center;font-size:1rem;font-weight:400}.key-issue-detail-main-container{display:flex;flex-direction:row;width:100%;padding:.75rem;font-size:1.1rem;justify-content:space-between}.key-issue-detail-sub-title{font-weight:600;color:#ff4c29}.key-issue-detail-row{padding:.25rem 0;display:flex;flex-direction:column;width:100%}.keyissue-image-container{display:flex;align-items:center;justify-content:center;padding:1rem}.keyissue-issue-image{height:30rem;border-radius:.5rem;transition:transform .3s ease}.keyissue-image-container:hover .keyissue-issue-image{transform:scale(1.03)}.keyissue-image-container .image-click-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:5px 10px;border-radius:4px;font-size:.8rem;opacity:0;transition:opacity .3s ease;z-index:2}.keyissue-image-container:hover .image-click-hint{opacity:1}.fullscreen-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;font-size:1rem}.fullscreen-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:-1}.fullscreen-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:90%;height:90%;max-width:1200px}.fullscreen-close{position:absolute;top:-20px;right:0;background:transparent;color:#fff;border:none;font-size:32px;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.fullscreen-image-container{width:100%;height:80%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px}.fullscreen-image{max-width:100%;max-height:100%;object-fit:contain}.fullscreen-image-container .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;border-radius:8px}.fullscreen-image-container:hover .image-overlay{opacity:1}.fullscreen-image-container .overlay-content{padding:20px;color:#fff;width:100%;transform:translateY(0)}.fullscreen-image-container .overlay-title{font-size:1.5rem;font-weight:600;margin:0 0 8px}.fullscreen-image-container .overlay-date{font-size:1rem;opacity:.8;margin:0 0 8px}.fullscreen-image-container .overlay-description{font-size:1rem;line-height:1.4;margin:0;max-width:80%}.fullscreen-content .image-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;opacity:1;padding:0;z-index:5}.fullscreen-content .image-nav-button:hover{background:#0009;transform:translateY(-50%) scale(1.1)}.fullscreen-content .image-nav-previous{left:-60px}.fullscreen-content .image-nav-next{right:-60px}.carousel-slide{cursor:pointer}@media (max-width: 768px){.fullscreen-content{width:95%;height:95%}.fullscreen-content .image-nav-button{width:40px;height:40px}.fullscreen-content .image-nav-previous{left:16px}.fullscreen-content .image-nav-next{right:16px}.fullscreen-close{top:10px;right:10px;background:#0000004d;border-radius:50%}.fullscreen-image-container .overlay-title{font-size:1.25rem}.fullscreen-image-container .overlay-date,.fullscreen-image-container .overlay-description{font-size:.875rem}}.report-item-main-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:2rem .25rem;border-bottom:.15rem solid #e6e6e6}.report-item-main-container:hover{background-color:#f9f9f9}.report-title-container{display:flex;align-items:center;width:50%;padding-left:2rem}.title-circle{width:.7rem;height:.7rem;background-color:#ff4c29;border-radius:50%;flex-shrink:0}.report-title-text{font-size:1.1rem;font-weight:600;padding-left:.5rem}.report-title-description{font-size:1rem;font-weight:400;width:50%}.report-title-text:hover{cursor:pointer;color:#ff4c29}.report-icon-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:15%}.report-icon{width:2.5rem;transition:all .3s ease-in-out}.milestone-detail-main-container{display:flex;flex-direction:row;width:100%;padding:.75rem;font-size:1.1rem}.milestone-detail-sub-title{font-weight:600;color:#ff4c29}.milestone-detail-row{padding:.25rem 0;display:flex;flex-direction:column;width:100%}.no-data-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.no-data-title{padding:.5rem;color:#666;font-style:italic;font-size:1rem;height:3rem;width:100%;text-align:center;background-color:#f9f9f9;margin-bottom:2rem}.no-data-text{text-align:center;font-size:1rem;font-weight:400}.no-data-btn-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem}.flex-container-targets{padding:2rem;display:flex;flex-direction:column;font-size:1rem}.flex-header{display:flex}.flex-body{display:flex;flex-direction:column}.flex-row{display:flex}.header-cell,.rf-header-cell,.row-header{font-size:.9rem;font-weight:600;padding:8px;white-space:nowrap;margin:5px;flex:1;text-align:center}.header-cell{background-color:#ff4c29;color:#fff}.rf-header-cell{text-align:center;font-size:1rem;background-color:#082032;color:#fff}.highlighted-column{background-color:#ffe605;color:#082032;font-weight:600;border:12px solid #082032}.highlighted-header{background-color:#ffe605;font-weight:700;color:#082032}#flex-corner-item{background-color:#fff}.row-header{background-color:#f9f9f9;border:1px solid #e0e0e0}.table-value{font-size:.9rem;padding:8px;border:1px solid #e0e0e0;text-align:center;margin:5px;flex:1}.cemar-content-main-container{display:flex;flex-direction:column;width:100%}.cemar-content-graph-container{display:flex;flex-direction:row;justify-content:center;align-items:center;height:25rem;width:100%;font-size:1.5 rem}.cemar-header-container{margin:2rem 0}.cemar-tooltip{position:absolute;z-index:10;padding:1rem;background-color:var(--text-color);color:#fff;font-size:1rem;border-radius:4px;box-shadow:#0308141a 0 .12rem .2rem,#0208141a 0 .072rem .172rem;top:0%;left:110%;transform:translate(-50%);margin:.5rem;white-space:nowrap}.cemar-tooltip-item{display:flex;align-items:center;margin-bottom:.25rem}.cemar-color-square{width:1rem;height:1rem;margin-right:.5rem}.cemar-tooltip-text{overflow:hidden;text-overflow:ellipsis}.cemar-end-pie-chart-main-container{display:flex;width:100%;height:375px;flex-direction:row;justify-content:space-between;align-items:center;border-left:.15rem solid #e6e6e6}.cemar-end-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:right;padding-left:3rem}.cemar-bar-vertical-container{border-bottom:.75px #ff4c29 solid;padding:2rem 1rem 1rem;min-height:8rem;min-width:11rem;transition:background-color .3s ease,cursor .3s ease}.cemar-bar-vertical-container:last-child{border-bottom:none}.cemar-bar-vertical-container:hover{background-color:#f0f0f0;cursor:pointer}.cemar-bar-vertical-value{font-size:3rem;font-weight:600}.cemar-bar-vertical-front-unit{margin-right:4px;font-size:2rem;font-weight:500}.cemar-bar-vertical-back-unit{margin-left:4px;font-size:2rem;font-weight:500}.cemar-bar-vertical-title{font-size:1rem;font-weight:400}.cemar-dashboard-container{display:flex;flex-direction:column;width:100%;border:red 2px solid}.summary-header-main-content-container{display:flex;justify-content:space-between;flex-direction:row}.summary-header-content-status-face-container{display:flex;justify-content:right;align-items:center;width:15%;height:80%;margin-right:.5rem}.summary-header-content-status-face{width:100%}.cemar-display-container{display:flex;flex-wrap:wrap;gap:20px;padding:20px;width:100%;font-size:1rem}.cemar-group-card{flex:1 1 300px;background:#fff;border-radius:8px;padding:20px;margin:0}.cemar-group-title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.cemar-items-container{display:flex;flex-direction:column;gap:12px}.cemar-item{display:flex;align-items:center;gap:8px;padding:4px 0}.cemar-bullet{width:9px;height:9px;background-color:#ff4c29;border-radius:50%;flex-shrink:0}.cemar-label{flex:1;color:#555}.cemar-value{font-weight:500;color:#333}@media (max-width: 768px){.cemar-display-container{padding:10px;gap:15px}.cemar-group-card{flex-basis:100%}}.lookahead-filter-container{padding:0;border-radius:.5rem;background-color:#fff;font-size:1rem}.lookahead-filter-wrapper{display:grid;grid-template-columns:auto minmax(120px,auto) 100px;align-items:center;gap:.5rem;min-width:300px}.lookahead-filter-label{font-weight:500;white-space:nowrap}.lookahead-dropdown-container{position:relative;width:100%}.lookahead-dropdown-button{width:100%;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;background-color:#fff;cursor:pointer;font-size:1rem}.lookahead-dropdown-button:hover{background-color:#f9fafb}.lookahead-selected-count{background-color:#f3f4f6;padding:.125rem .5rem;border-radius:9999px;font-size:.875rem}.lookahead-dropdown-arrow{transition:transform .2s;font-size:.75rem;margin-left:auto}.lookahead-dropdown-arrow.open{transform:rotate(180deg)}.lookahead-dropdown-content{display:flex;flex-direction:column;position:absolute;top:100%;left:0;margin-top:.25rem;width:12rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;z-index:10}.lookahead-dropdown-list{padding:.5rem;overflow-y:auto}.lookahead-dropdown-item{display:flex;align-items:center;padding:.375rem .5rem;cursor:pointer;border-radius:.25rem;transition:background-color .2s}.lookahead-dropdown-item:hover{background-color:#f3f4f6}.lookahead-checkbox{margin-right:.5rem}.lookahead-type-label{text-transform:capitalize}.lookahead-reset-button{padding:.25rem .5rem;font-size:.875rem;color:#6b7280;cursor:pointer;border:none;background-color:transparent;transition:color .2s;white-space:nowrap;visibility:visible;opacity:1}.lookahead-reset-button:not(:visible){visibility:hidden;opacity:0}.lookahead-reset-button:hover{color:#111827}.lookahead-message{margin-top:.5rem;padding:.375rem .5rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;font-size:.875rem;text-align:left;margin:.5rem}.lookahead-message-outside{margin-top:.5rem;padding:.375rem .5rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;font-size:.875rem;text-align:left}@media (max-width: 640px){.lookahead-filter-wrapper{grid-template-columns:1fr;width:100%}.lookahead-dropdown-content{width:100%;min-width:200px}.lookahead-filter-label{margin-bottom:.25rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lookahead-message,.lookahead-message-outside{animation:fadeIn .2s ease-in-out}.schedule-timeline{font-size:1rem;padding:1rem;width:100%;margin-top:1rem}.schedule-header{background-color:#f7fafc;padding:.25rem 0;display:flex;font-weight:700;align-items:center;font-size:1.2rem;margin-bottom:2rem}.task-row{display:flex;border-bottom:1px solid #eee}.group-header+div>.task-row:last-child{border-bottom:none}.column{flex:1;padding:1.1rem 5px}.column.title{flex:1 1 20%;padding-left:1rem;font-size:1.1rem}.column.start-date,.column.end-date{flex:1 1 2%;text-align:center}.column.timeline{flex:1 1 45%;position:relative;padding:10px 0;display:flex}.day-labels{display:flex;justify-content:space-between;padding:0 5px;margin-top:4px;font-size:.8rem;color:#666;font-weight:400}.day-label{flex:1;text-align:center}.week-header{flex:1;text-align:center;padding-bottom:4px}.week-wrapper{flex:1;padding:0 5px}.week{position:relative;background-color:#f9f9f9;height:100%;border-radius:4px}.days-container{display:flex;height:100%;width:100%}.day-division{flex:1;border-right:5px solid white}.day-division:last-child{border-right:none}.week-date-range{font-size:.8em;color:#666;white-space:nowrap;font-weight:400}.task-bar{position:absolute;height:1.5rem;background-color:#6b66da;top:50%;transform:translateY(-50%);z-index:1}.task-bar.in-possession{background-color:#ff4c29}.task-bar.extended{border-radius:5px 0 0 5px}.task-bar.starts-before-range{border-top-left-radius:0;border-bottom-left-radius:0;border-left:2px solid #333}.task-bar.extended:after{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;background-color:inherit;border-radius:0 5px 5px 0}.group-header{font-weight:700;padding:10px 5px 10px 15px;background-color:#f7fafc;margin-top:1rem;font-size:1.2rem}.schedule-key{display:flex;justify-content:center;margin-top:20px;padding-top:10px}.key-item{display:flex;align-items:center;margin:0 10px}.key-color{width:20px;height:20px;margin-right:5px;border-radius:3px}.key-color.possession{background-color:#ff4c29}.key-color.non-possession{background-color:#6b66da}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.formSearch-custom-select{position:relative;min-width:30rem;width:100%;font-size:1rem}.formSearch-select-header{width:100%;padding:8px 30px 8px 8px;border:1px solid #ccc;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.formSearch-select-header:after{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);border:5px solid transparent;border-top-color:#333}.formSearch-dropdown{position:absolute;width:fit-content;border:1px solid #ccc;border-top:none;max-height:400px;overflow-y:auto;background-color:#fff;z-index:1000;box-shadow:0 2px 4px #0003,0 -1px #0000001a}.formSearch-input{width:100%;padding:8px;border:none;border-bottom:1px solid #ccc}.formSearch-options-list{list-style:none;padding:0;margin:0}.formSearch-options-list li{padding:8px;cursor:pointer}.formSearch-options-list li:hover{background-color:#f0f0f0}.formSearch-options-list li.selected{background-color:#e0e0e0}.checkbox-searchable-select{position:relative;width:30rem}.checkbox-select-header{padding:8px 12px;border:1px solid #ccc;border-radius:4px;cursor:pointer;background:#fff;font-size:1rem}.checkbox-dropdown-container{font-size:1rem;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;margin-top:4px;z-index:1000;box-shadow:0 2px 4px #0000001a}.checkbox-search-input{width:100%;padding:8px 12px;border:none;border-bottom:1px solid #eee;outline:none}.checkbox-dropdown{padding:8px}.checkbox-dropdown.scroll{max-height:250px;overflow-y:auto}.checkbox-container{display:flex;align-items:center;padding:6px 8px;cursor:pointer}.checkbox-container:hover{background-color:#f5f5f5}.checkbox-input{margin-right:8px}.checkbox-label{-webkit-user-select:none;user-select:none}.checkbox-with-list{display:flex;gap:2rem;align-items:flex-start}.checkbox-component{flex:0 0 30rem}.selected-items-list{flex:1;min-width:200px;max-width:400px}.selected-items-title{font-size:.875rem;color:#666;margin-bottom:.5rem}.selected-items{list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto}.select-bullet-list-item{font-size:1rem}.selected-item{position:relative;padding-left:1.25rem;margin-bottom:.5rem;line-height:1.4}.selected-item:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background-color:#ff8c00;border-radius:50%;transform:translateY(-50%)}.formSearch-disabled .formSearch-select-header{background-color:#f5f5f5;color:#888;border-color:#ddd;cursor:not-allowed}.formSearch-disabled{opacity:.7;pointer-events:none}.formSearch-disabled .formSearch-select-header{pointer-events:all}.array-container{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.array-item{display:flex;gap:.5rem;align-items:flex-start}.array-item-controls{display:flex;flex-direction:column;gap:.25rem;min-width:35px}.array-control-btn,.array-delete-btn,.array-add-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer;transition:all .2s ease}.array-control-btn:hover,.array-delete-btn:hover,.array-add-btn:hover{background:#f0f0f0}.array-control-btn:disabled,.array-delete-btn:disabled,.array-add-btn:disabled{opacity:.5;cursor:not-allowed}.array-item-input,.array-new-input{flex:1;min-height:100px;padding:.5rem;border:1px solid #ccc;border-radius:4px;resize:vertical;width:500px}.array-delete-btn{color:#dc2626}.array-add-item{display:flex;gap:.5rem;align-items:flex-start;padding-left:40px}.array-add-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff4c29;color:#fff;border:none;border-radius:4px}.array-add-btn:hover:not(:disabled){background:#ff4c29}.array-add-btn svg{width:16px;height:16px}.array-item-content{flex:1;display:flex;gap:.5rem;width:100%}.file-array-container{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;width:100%}.file-array-item{display:flex;gap:.5rem;align-items:flex-start;width:100%;background:#f8f8f8;padding:.5rem;border-radius:4px}.file-array-item-controls{display:flex;flex-direction:column;gap:.25rem;min-width:35px}.file-array-control-btn,.file-array-delete-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer;transition:all .2s ease}.file-array-control-btn:hover,.file-array-delete-btn:hover{background:#f0f0f0}.file-array-control-btn:disabled,.file-array-delete-btn:disabled{opacity:.5;cursor:not-allowed}.file-array-item-content{flex:1;display:flex;gap:1rem;align-items:center}.file-preview-container{width:100px;height:100px;border:1px solid #ccc;border-radius:4px;overflow:hidden;background:#fff}.file-preview-image{width:100%;height:100%;object-fit:cover}.file-info{flex:1}.file-name{font-size:.9rem;color:#666;word-break:break-all}.file-array-delete-btn{color:#dc2626}.file-array-add-item{padding-left:35px}.file-upload-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff4c29;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;font-size:.9rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.file-upload-button:hover{background:#ff4c29}.file-upload-button:disabled{opacity:.5;cursor:not-allowed}.file-input{display:none}.file-preview-container.loading{display:flex;align-items:center;justify-content:center;background:#f0f0f0}.file-preview-container.loading:after{content:"Loading...";font-size:.8rem;color:#666}.label-container{display:block;width:100%}.custom-object-list-container{display:flex;flex-direction:column;gap:25px;margin-top:10px;font-size:1rem;width:100%}.custom-object-list-item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.custom-object-list-header{background-color:#f8fafc;padding:12px 15px;border-bottom:1px solid #e2e8f0}.access-granted-background{background-color:#ff4c29}.access-granted-text{color:#fff;font-weight:500}background- .custom-object-list-header h4{margin:0;font-size:16px;font-weight:600;color:#334155}.custom-object-list-fields{display:flex;flex-wrap:wrap;gap:15px;padding:15px;background-color:#fff}.custom-object-field{flex:1 1 calc(33.333% - 15px);min-width:200px;position:relative;margin-bottom:10px}.custom-object-label{display:block;font-weight:500;margin-bottom:5px;font-size:.9em;-webkit-user-select:none;user-select:none}.custom-object-list-loading{padding:20px;text-align:center;color:#6b7280;font-style:italic;background-color:#f9fafb;border-radius:5px;border:1px dashed #e5e7eb}.required-mark{color:#dc3545;margin-left:3px}.field-hint{font-size:.8em;color:#6c757d;margin-top:3px;margin-bottom:0}.custom-checkbox-field{display:flex;justify-content:space-between;align-items:center;padding:5px 0;cursor:default}.custom-checkbox-field .custom-object-label{margin-bottom:0}.custom-checkbox-wrapper{display:inline-flex;align-items:center;justify-content:center;margin-left:10px;position:relative;z-index:2}.custom-checkbox{width:18px;height:18px;cursor:pointer;margin:0;display:inline-block;vertical-align:middle}@media (max-width: 768px){.custom-object-field{flex:1 1 100%}.custom-checkbox-wrapper{padding:5px}.custom-checkbox{width:20px;height:20px}}.custom-checkbox-container{position:relative;display:flex;flex-direction:row;padding:8px;margin-bottom:5px;width:100%;height:100%;border-radius:4px;transition:background-color .2s ease}.custom-checkbox-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-checkbox-label-text{font-weight:500;font-size:.9em;margin-left:8px}.custom-checkbox-input-container{position:relative;z-index:10;padding:5px;display:flex;align-items:center;justify-content:center}.custom-checkbox{cursor:pointer;width:18px;height:18px;margin:0;position:relative;z-index:20}.custom-checkbox:focus{outline:2px solid #ff9800}.custom-checkbox-container .field-hint{margin-left:31px;font-size:.8em;color:#6c757d;margin-top:3px;margin-bottom:0}.at-activity-table-container{width:100%;padding:1rem;transition:opacity .2s}.at-activity-table-container.loading{opacity:.7}.at-table-wrapper{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.at-table-header,.at-table-row{width:100%;display:grid}.at-table-header{background-color:#f3f4f6;font-weight:700;position:sticky;top:0;z-index:1}.at-header-cell,.at-table-cell{padding:.75rem 1rem;box-sizing:border-box;display:flex;align-items:center;min-height:3.5rem;position:relative;overflow:visible}.at-table-row{border-bottom:1px solid #e5e7eb;min-height:3.5rem}.at-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:flex;align-items:center}.at-header-cell{background-color:#f3f4f6;font-weight:700;position:sticky;top:0;z-index:1}.at-table-cell .at-field-wrapper{width:100%;margin:-.75rem -1rem;padding:.75rem 1rem;box-sizing:border-box}.at-edit-input-container{width:100%;box-sizing:border-box}.at-edit-input-container .input-box{width:100%;height:2.5rem;padding:.375rem .5rem;font-size:.875rem;box-sizing:border-box;margin:0}.at-table-cell{font-size:1rem}.at-header-cell:first-child,.at-table-cell:first-child{text-align:left;justify-content:flex-start}.at-header-cell:not(:first-child),.at-table-cell:not(:first-child){text-align:center;justify-content:center}.at-edit-column{position:sticky;right:0;background:inherit;z-index:1;min-width:200px}.at-table-cell.at-edit-column{background-color:#fff}.at-table-row:hover .at-table-cell.at-edit-column{background-color:#f9fafb}.at-header-cell.at-edit-column{background-color:#f3f4f6}.at-header-content{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;cursor:pointer;width:100%}.at-header-cell:first-child .at-header-content{justify-content:flex-start}.at-table-edit-mode .at-header-cell:not(:first-child) .at-header-content{justify-content:center}.at-table-view-mode .at-header-cell .at-header-content{justify-content:flex-start}.at-table-view-mode .at-edit-column .at-header-content,.at-table-edit-mode .at-edit-column .at-header-content{justify-content:center}.at-header-cell:hover{color:#ff4c29}.at-sort-indicator{font-size:.875rem}.at-table-row{border-bottom:1px solid #e5e7eb}.at-table-row:hover{background-color:#f9fafb}.at-field-wrapper{width:100%;display:flex;align-items:center;padding:0 .5rem;box-sizing:border-box}.at-field-wrapper .input-box{width:100%;padding:.375rem .5rem;margin-top:1.4rem;font-size:.875rem;box-sizing:border-box}.at-field-wrapper select.input-box{max-width:100%;padding-right:1.5rem}.at-field-wrapper .input-box[disabled]{border:none;background:none;padding:0;margin:0;cursor:default;color:inherit}.at-field-wrapper .label-title{display:none}.at-edit-controls{margin-bottom:1rem;display:flex;justify-content:flex-end}.at-controls-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;width:100%}.at-search-container{display:flex;gap:1rem}.at-search-input{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem}.at-controls-lower-container{display:flex;justify-content:space-between;align-items:center}.at-filters-container{display:flex;flex-wrap:wrap;gap:1rem}.at-filter-input{padding:.5rem;border:1px solid #ccc;border-radius:.5rem;font-size:.875rem;min-width:200px}.at-edit-button{padding:.375rem .75rem;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;font-size:.875rem;white-space:nowrap;min-width:fit-content}.at-edit-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.at-update-indicator{color:#ff4c29;font-size:.9em;font-weight:600;font-style:italic;padding:0 .5rem;line-height:1.2;word-wrap:break-word}.at-submit-hint{color:#ff4c29;font-size:1rem;font-style:italic;padding-right:1rem}.at-table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.at-results-count{font-size:.875rem;color:#6b7280}.at-controls-disabled,.at-edit-button.at-button-disabled,.at-toggle-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.at-toggle-disabled .at-toggle-slider{background-color:#e5e7eb!important}.at-mode-label{font-size:1rem;color:#6b7280;font-weight:400}.at-mode-active{color:#ff4c29;font-weight:600}.at-loading-container,.at-error-container{display:flex;justify-content:center;align-items:center;height:16rem;font-size:1.125rem}.at-error-container{color:#dc2626}.at-search-input:focus,.at-filter-input:focus{outline:none;border-color:#ff4c29;box-shadow:0 0 0 2px #ff4c2940}@media (max-width: 768px){.at-edit-controls{justify-content:center;margin-bottom:1.5rem}.at-filters-container{flex-direction:column}.at-filter-input{width:100%}.at-header-cell,.at-table-cell{min-width:120px}.at-edit-column{min-width:160px}.at-controls-lower-container{flex-direction:column;gap:1rem}}.at-table-row,.at-header-cell,.at-table-cell{transition:all .2s ease-in-out}.btn-font-onerem{font-size:1rem;font-weight:400;transform:translateY(-3px)}.at-toggle-note{font-size:1rem;padding-right:2rem;color:#ff4c29;cursor:pointer}.at-table-view-mode:not(.at-table-edit-mode) .at-table-cell,.at-table-view-mode:not(.at-table-edit-mode) .at-header-cell{text-align:left}.at-table-view-mode:not(.at-table-edit-mode) .at-cell-content,.at-table-view-mode:not(.at-table-edit-mode) .at-header-content{justify-content:flex-start}.at-table-edit-mode .at-header-cell:not(:first-child) .at-header-content{justify-content:center;text-align:center}.at-table-edit-mode .at-table-cell:not(:first-child){text-align:center;justify-content:center}.at-table-edit-mode .at-field-wrapper{justify-content:center;text-align:center}.at-edit-column,.at-edit-column .at-cell-content,.at-edit-column .at-header-content{text-align:center!important;justify-content:center!important}.at-edit-restricted{color:#ff4c29;font-size:.9em;font-style:italic;padding:0 .5rem;line-height:1.2}.at-input-error{border-color:red}.at-error-message{color:red;font-size:.8rem;margin-top:4px}.at-global-errors{background-color:#fff3f3;padding:10px;margin-bottom:16px;border:1px solid #ffcdd2;border-radius:4px}.at-validation-warning{color:red;margin-right:16px}.ets-edit-controls{margin-bottom:1rem;display:flex;justify-content:flex-end;align-items:center}.ets-toggle-container{display:flex;align-items:center;gap:.5rem}.ets-toggle-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.ets-mode-label{font-size:.875rem;color:#6b7280}.ets-mode-label.ets-mode-active{color:#111827;font-weight:600}.ets-toggle-input{opacity:0;width:0;height:0}.ets-toggle-slider{position:relative;display:inline-block;width:48px;height:24px;background-color:#ccc;border-radius:24px;transition:.4s}.ets-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.ets-toggle-input:checked+.ets-toggle-slider{background-color:#ff4c29}.ets-toggle-input:checked+.ets-toggle-slider:before{transform:translate(24px)}.ets-toggle-note{font-size:1rem;padding-right:2rem;color:#ff4c29}.ets-toggle-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}@media (max-width: 768px){.ets-edit-controls{justify-content:center;margin-bottom:1.5rem}}.form-section-title-container{margin-top:1rem;display:flex;flex-direction:column;width:100%;padding:0 1rem;background-color:#343a40;border-color:#495057}.form-section-title{font-size:1.5rem;font-weight:600;padding:1rem;color:#fff}.form-container{padding:4rem 0}.form-container-embedded{padding:0}.form-boxes-container{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;padding-top:1rem}.form-field-width-12{grid-column:span 12}.form-field-width-6{grid-column:span 6}.form-field-width-4{grid-column:span 4}.form-field-width-3{grid-column:span 3}.form-field-width-8{grid-column:span 8}.form-field-width-9{grid-column:span 9}.form-boxes-container-wide{width:100%;padding-top:1rem}.form-image-box{height:25rem;width:25rem;object-fit:cover;object-position:top}.portfolio-project-select-container{width:100%;display:flex;flex-direction:row;justify-content:space-between}.home-select-container,.home-select-list-container{display:flex;flex-direction:column;padding:0 0 1rem 1rem;width:40%}.label-container{display:flex;flex-direction:column}.label-container-wide{width:100%;display:flex;flex-direction:column}.label-container-inner{display:flex;flex-direction:column;padding-bottom:1rem}.form-boxes-subtitle{font-size:1.2rem;font-weight:600;padding-top:2rem;color:#ff4c29}.form-boxes-subtitle-close{font-size:1.2rem;font-weight:600;padding:.5rem 0;color:#ff4c29}.form-error-sub-message{font-size:1rem;font-weight:600;padding:.2rem 0rem .5rem 1rem}.form-boxes-note-text{font-size:1.1rem;font-weight:400;color:#ff4c29;padding-bottom:2rem}.form-boxes-note-text-black{font-size:1.1rem;font-weight:400;padding-bottom:2rem}.form-title-main{font-size:2rem;font-weight:600;padding-top:1rem}.form-main-container{color:var(--bg-color);padding:1.2rem;display:flex;flex-direction:column}.form-top-row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.form-sub-title{margin-top:.5rem;color:var(--primary-color);width:100%;font-size:1.2rem;font-weight:500}.form-sub-title-small{margin-top:.5rem;color:var(--primary-color);width:100%;font-size:1rem;font-weight:400}.form-sub-title-row{display:flex;flex-direction:row;align-items:center;padding-bottom:.2rem;max-width:12rem}.form-sub-title-image{width:2rem}.form-group{border:dashed #808080 .5px;padding:1rem;min-width:25rem;margin-top:1rem}.form-button-container{padding-top:2rem;display:flex;justify-content:center}.form-mini-title{font-weight:600;margin-top:3rem;padding-left:1rem}.input-container-photo{display:flex;flex-direction:row}.image-container,.input-container{display:flex;flex-direction:row;border:solid #f7f6f6 .15rem;background-color:#fff;padding:1rem}.input-container.error{border:4px dotted #ff4c29;border-radius:4px;background-color:#ffebee22}.form-small-text{font-size:1rem;font-weight:400}.photo-label-container{padding-left:1rem;display:flex;flex-direction:column}.label-title,.custom-fields-title{font-size:1.1rem;font-weight:600;padding-bottom:.25rem}.form-note{font-size:.9rem;font-weight:400;padding-bottom:1.25rem;color:#ff4c29}.custom-fields-title{margin-top:1rem}.custom-fields-subtitle{font-size:1rem;font-weight:400;padding-bottom:.5rem}.input-box{padding:.25rem}.input-width-wide{min-width:30rem}.input-unit-wrapper{position:relative;display:flex;align-items:center;gap:.5rem;flex:1}.input-unit{color:#666;font-size:.9rem;display:flex;align-items:center}.input-unit-front{margin-right:-.25rem}.input-unit-back{margin-left:-.25rem}.has-units{flex:1}.input-nullable-wrapper{display:flex;align-items:center;gap:1rem;width:100%}.nullable-checkbox{display:flex;align-items:center;white-space:nowrap;accent-color:#ff4c29}.nullable-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.nullable-text{color:#666;font-size:.9rem}.nulled-input{background-color:#f5f5f5;color:#999}.textarea{min-height:15.625rem}.checkbox-main-container{display:flex;flex-direction:column;padding:0 1rem}.checkbox-container{padding:.5rem;display:flex;align-items:center}.checkbox-group{display:flex;flex-direction:column;gap:8px;font-size:1rem}.checkbox-input{accent-color:#ff4c29}.checkbox-label{padding-left:.5rem}.error-messages{margin-top:1rem;font-size:1.1rem;background-color:#ffebee;border:1px solid #f44336;border-radius:4px;padding:1rem;margin-bottom:16px}.error-messages h3{color:#f44336;margin-top:0}.error-messages ul{margin:0;padding-left:24px}.error-messages ul li{position:relative;list-style-type:none;padding-left:8px;cursor:pointer;transition:color .2s ease}.error-messages ul li:hover{color:#d32f2f}.error-messages ul li:before{content:"•";position:absolute;left:-10px;font-size:24px;color:#f44336;line-height:24px}@keyframes highlightField{0%{background-color:#f4433633}50%{background-color:#f4433633}to{background-color:transparent}}.highlight-field,.highlight-container{animation:highlightField 2s ease-out}.custom-fields-container{margin-bottom:1rem}.custom-field-item{display:flex;align-items:center;margin-bottom:.25rem;padding:1rem;border:solid #e6e6e6 .15rem}.custom-field-item:first-child{margin-top:1rem}.custom-field-buttons{display:flex;flex-direction:column;margin-right:1rem}.custom-field-button{background:none;border:none;cursor:pointer;padding:0;margin:0;font-size:.8rem;color:#888}.custom-field-button:hover{color:#ff4c29}.custom-field-checkbox{transform:scale(1.5);margin-right:1rem}.custom-field-checkbox:checked{accent-color:#ff4c29}.custom-field-label{font-size:1rem;cursor:pointer}@media (max-width: 768px){.custom-object-list-fields .custom-object-field{flex:1 1 100%}}@media only screen and (max-width: 950px){.form-boxes-container,.form-boxes-container-3{grid-template-columns:1fr}}@media (max-width: 768px){.form-boxes-container{grid-template-columns:1fr}[class*=form-field-width-]{grid-column:1 / -1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:5px;width:80%;max-width:500px;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.modal-message p{font-size:1.1rem;line-height:1.5;color:#333;margin-bottom:15px}.modal-message p:last-child{margin-bottom:0}.modal-message strong{font-weight:700;color:#ff4c29}.modal-buttons{display:flex;justify-content:flex-end;margin-top:20px}.modal-buttons button{margin-left:10px;padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.modal-buttons-confirm{background-color:#ff4c29;color:#fff;transition:.2s ease-in-out;font-weight:600;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.modal-buttons-cancel{color:var(--text-color);background:var(--sidebar-color);border:1px solid #ccc;transition:.2s ease-in-out}.modal-buttons-confirm:hover{background-color:#6b66da;color:#fff;transition:.2s ease-in-out}.modal-buttons-cancel{color:var(--text-color);background:var(--sidebar-color);border:1px solid #ccc;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;transition:.2s ease-in-out}.scroll-to-top-btn{position:fixed;bottom:6.5rem;right:2rem;background-color:#6b66da;color:#fff;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a;opacity:0;visibility:hidden;transform:translateY(100px);pointer-events:none}.scroll-to-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.scroll-to-top-btn:hover{background-color:#504da3}.chevron-scroll-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:40px;width:40px}.chevron-scroll{border-style:solid;border-width:3px 3px 0 0;content:"";display:inline-block;height:10px;width:10px;transform:rotate(-45deg)}.scroll-margin-top-20{scroll-margin-top:20px}.benefit-image{position:relative;flex-shrink:0;width:33%;aspect-ratio:16 / 9;overflow:hidden}.benefit-image img{width:100%;height:100%;object-fit:cover}.section-image{width:100%;height:100%;border-radius:8px;object-fit:cover;transition:transform .3s ease}.spinner-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.image-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;opacity:0;padding:0}.benefit-image:hover .image-nav-button{opacity:1}.image-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#0003;padding:8px 12px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-image.fade-out{opacity:0}.section-image.fade-in{opacity:1}.image-nav-button:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.indicator-dot:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.benefit-image{width:100%;margin-top:1rem}.image-nav-button{opacity:1;width:40px;height:40px}}.carousel-container{position:relative;padding:2rem .5rem 0;width:100%;overflow:hidden}.carousel-track{display:flex;gap:16px;transition:transform .3s ease}.carousel-slide{flex:0 0 calc(33.333% - 11px);position:relative}.carousel-image{width:100%;height:550px;border-radius:8px;object-fit:cover}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:1.2rem;background:#0006;opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;border-radius:8px}.carousel-slide:hover .image-overlay{opacity:1}.overlay-content{padding:20px;color:#fff;width:100%;transform:translateY(-2rem)}.overlay-title{font-size:1.25rem;font-weight:600;margin:0 0 8px}.overlay-date{font-size:.875rem;opacity:.8;margin:0 0 8px}.overlay-description{font-size:.875rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.image-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;opacity:0;padding:0;z-index:2}.carousel-container:hover .image-nav-button{opacity:1}.image-nav-button:hover{background:#0009;transform:translateY(-50%) scale(1.1)}.image-nav-button:focus{outline:none;box-shadow:0 0 0 3px #ffffff80}.image-nav-previous{left:16px}.image-nav-next{right:16px}.image-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#0003;padding:8px 12px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.indicator-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s ease}.indicator-dot:hover{background:#fffc}.indicator-dot.active{background:#fff;transform:scale(1.2)}@media (max-width: 768px){.carousel-slide{flex:0 0 100%}.carousel-track{gap:0}.image-nav-button{opacity:1;width:40px;height:40px}}.single-image-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:2rem .5rem;overflow:hidden}.single-image-wrapper{position:relative;max-height:70vh;width:auto;max-width:100%;border-radius:8px;overflow:hidden}.single-image{display:block;max-height:70vh;width:auto;max-width:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.single-image-wrapper .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;border-radius:8px}.single-image-wrapper:hover .image-overlay{opacity:1}@media (max-width: 768px){.single-image-wrapper,.single-image{max-height:60vh}}.all-images-container{display:flex;flex-direction:column;gap:2rem;padding:2rem .5rem;width:100%}.all-images-container .single-image-container{margin-bottom:.5rem}.all-images-container .single-image-wrapper:hover .image-overlay{opacity:1}.all-images-container .single-image-wrapper:hover .single-image{transform:scale(1.02)}.project-overview-main-review-container{padding:1rem}.project-overview-main-review-top-row{display:flex;justify-content:right;align-items:right;transform:translateY(1rem)}.benefit-section{display:flex;gap:32px;border-bottom:1px solid #e5e5e5}.benefit-section:last-child{border-bottom:none}.benefit-content{flex:1}@media (max-width: 768px){.benefit-section{flex-direction:column}}.info-group-main-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem}.info-group{break-inside:avoid}.info-group-title{font-weight:700;font-size:1.2rem;margin:20px 0 10px;padding-bottom:5px;border-bottom:2px solid #eee}.info-group-items{margin-left:0;font-size:1rem}.info-item-row{display:flex;align-items:baseline;padding:8px 0;color:#333;font-size:1rem;gap:.5rem}.bullet{display:inline-block;width:6px;height:6px;background-color:#ff4c29;border-radius:50%;flex-shrink:0;margin-top:8px}.item-text{flex:1}.completion-key{font-weight:600;color:#ff4c29;font-style:italic}@media (max-width: 1024px){.info-group-main-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.info-group-main-container{grid-template-columns:1fr}}.financial-metrics{display:grid;gap:20px;padding:20px;margin:0 auto}.metric-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease-in-out;display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-width:0;overflow:hidden}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.no-data{justify-content:center;color:#666;font-size:16px;grid-column:1 / -1}.metric-title{text-align:right;flex:1;padding-right:20px;font-size:16px;color:#666;display:flex;align-items:center;justify-content:flex-end}.deliverables-metrics{font-size:1rem;padding:1rem 2rem}.delivery-metric-section{display:flex;flex-direction:column;width:100%;height:100%;border-bottom:1px solid #e0e0e0}.delivery-metric-section:first-child{margin-top:1rem;border-top:1px solid #e0e0e0}.delivery-metric-graph-section{display:flex;flex-direction:row;width:100%;height:100%;align-items:center;justify-content:space-between}.date-metric-box{border:1px solid #e0e0e0;border-radius:4px;padding:10px;margin-bottom:10px;display:flex;align-items:center}.date-metric-box:last-child{margin-bottom:0}.date-metric-count{width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px}.missing-count{background-color:#f2dede;color:#fff}.late-count{background-color:#fcf8e3;color:#8a6d3b}.date-metric-info{display:flex;flex-direction:column}.date-metric-label{font-weight:700}.pie-metric-container{padding-left:2rem;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center;width:30%;width:fit-content}.graph-metric-container{padding:2rem;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%}.date-metrics-container{margin-left:20px;display:flex;flex-direction:column;width:20%;justify-content:center}.delivery-metric-title{margin-top:1rem;margin-bottom:2rem;font-size:1.2rem;font-weight:600}.metric-details{margin-top:.5rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:16px;text-align:center}.key-field{font-weight:400}.key-field-subtitle{font-weight:400;font-size:.9rem;color:#aba0a0}.delivery-summary-section{display:flex;flex-direction:column;padding:20px;margin:30px 0;font-size:1rem;width:100%}.delivery-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-left:2rem}.delivery-summary-header h2{margin:0;color:#333;font-size:1.3rem}.delivery-summary-content{display:flex;flex-direction:row;gap:1rem}.delivery-overall-progress{display:flex;flex-direction:column;align-items:center;gap:20px;justify-content:center;width:15%}.delivery-stages-progress{width:65%}.delivery-missing-dates{width:20%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.delivery-missing-dates>div{align-items:flex-end}.delivery-missing-dates .date-metric-box{text-align:right}.delivery-overall-details{display:flex;flex-direction:column}.delivery-overall-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.delivery-overall-percentage{font-size:1.4rem;font-weight:700;color:#98e000}.delivery-stages-title{font-size:1.1rem;font-weight:600;margin-bottom:15px}.delivery-stacked-bars{display:flex;flex-direction:column;gap:20px}.delivery-stacked-bar-container{display:flex;align-items:center;gap:10px}.delivery-bar-label{width:80px;font-size:.9rem;text-align:right;white-space:nowrap}.delivery-stacked-bar{width:100%;height:20px;border-radius:10px;overflow:hidden;display:flex;background-color:#e6e6e697}.delivery-completed-bar{height:100%;background-color:#98e000;transition:width .3s ease;position:relative}.delivery-late-dates-bar{height:100%;background-color:#f84f39;transition:width .3s ease;position:relative}.delivery-remaining-bar{height:100%;transition:width .3s ease;position:relative}.delivery-bar-percentage{width:auto;min-width:40px;font-size:.9rem;font-weight:600;display:flex;flex-direction:row;align-items:center;white-space:nowrap}.delivery-chart-legend{display:flex;margin-top:2rem;gap:15px;justify-content:center}.legend-item{display:flex;align-items:center;font-size:.85rem;color:#777}.legend-color{width:16px;height:16px;border-radius:4px;margin-right:5px}.completed-color{background-color:#98e000}.late-dates-color{background-color:#f84f39}.remaining-color{background-color:#e6e6e697}.late-dates-label{margin-left:5px;font-size:.8rem;color:#f84f39;font-weight:500;white-space:nowrap;display:inline-flex}.delivery-completed-bar:hover:after,.delivery-late-dates-bar:hover:after,.delivery-remaining-bar:hover:after{content:attr(title);position:absolute;background:#000000bf;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:10;bottom:24px;left:50%;transform:translate(-50%)}.delivery-horizontal-bar{width:100%;height:15px;background-color:#e0e0e0;border-radius:8px;overflow:hidden}.delivery-bar-labels{display:flex;justify-content:space-between;margin-top:5px;font-size:12px;color:#777}.delivery-bar-label-left{text-align:left}.delivery-bar-label-right{text-align:right}.stage-number{font-weight:600}.stage-separator,.stage-description{font-weight:400}@media (max-width: 768px){.delivery-summary-content,.delivery-metric-graph-section{flex-direction:column}.pie-metric-container,.graph-metric-container{width:100%}.delivery-chart-legend{flex-direction:column;gap:8px}}@media (max-width: 1024px){.delivery-metric-graph-section{flex-wrap:wrap}.date-metrics-container{margin-left:0;margin-top:15px;flex-direction:row;gap:15px;width:100%}.date-metric-box{flex:1;margin-bottom:0}}@media (max-width: 768px){.date-metrics-container{flex-direction:column}.date-metric-box{margin-bottom:10px}.date-metric-box:last-child{margin-bottom:0}}.date-chart-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333;margin:20px;padding:20px;border-radius:8px;width:100%}.chart-title{font-size:1.25rem;font-weight:600;margin:0 0 20px;text-align:center}.chart-content{display:flex;height:250px;position:relative;margin-bottom:30px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-right:10px;width:40px}.y-label{font-size:.8rem;color:#666;text-align:right}.chart-area{flex-grow:1;position:relative;border-left:1px solid #ddd;border-bottom:1px solid #ddd}.chart-grid{height:100%;width:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.grid-line{width:100%;height:1px;background-color:#eee}.chart-bars{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-around}.bar-column{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;position:relative}.qty-bar{width:50%;max-width:30px;background-color:#e6e6e697;border-radius:3px 3px 0 0;position:relative;transition:height .3s ease;z-index:2;bottom:0;position:absolute}.bar-value{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.75rem;color:#555;font-weight:600}.x-label{position:absolute;bottom:-25px;font-size:.75rem;color:#666;transform-origin:top left;white-space:nowrap}.line-chart{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.line-svg{width:100%;height:100%}.cumulative-line{fill:none;stroke:#082032;stroke-width:.8;stroke-linecap:round;stroke-linejoin:round}.chart-legend{display:flex;justify-content:center;margin-top:60px}.legend-item{display:flex;align-items:center;margin:0 15px}.legend-color{width:12px;height:12px;border-radius:2px;margin-right:6px}.bar-color{background-color:#e6e6e697}.line-color{background-color:#082032}.legend-text{font-size:.85rem;color:#555}.no-data-message{display:flex;align-items:center;justify-content:center;height:250px;color:#777;font-size:.9rem}.qty-bar:hover{opacity:.8}@media (max-width: 768px){.date-chart-container{padding:15px;margin:10px}.chart-content{height:200px;overflow-x:auto}.chart-bars,.line-chart{min-width:500px}.x-label{font-size:.7rem}}.ets-activity-table-container{width:100%;padding:1rem;transition:opacity .2s;font-size:.9rem}.ets-controls-container-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ets-group-filter-wrapper{display:flex;flex-direction:column;width:100%}.ets-table-wrapper{position:relative;background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.ets-table-wrapper-with-controls{max-height:60vh;min-height:30rem}.ets-table-wrapper-without-controls{max-height:75vh}.ets-table-header,.ets-table-row{display:grid;width:fit-content;min-width:100%}.ets-table-row>.ets-table-cell:first-child .ets-cell-content{font-weight:700}.ets-table-header{position:sticky;top:0;z-index:3;background-color:#f3f4f6}.ets-table-scroll-container{scroll-behavior:smooth;scrollbar-width:thin;-ms-overflow-style:none}.ets-table-body::-webkit-scrollbar{width:8px}.ets-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ets-table-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.ets-table-body::-webkit-scrollbar-thumb:hover{background:#555}.ets-header-cell,.ets-table-cell{padding:.3rem 1rem;min-height:3.5rem;display:flex;align-items:center;background:inherit;box-sizing:border-box}.ets-table-cell{border-bottom:1px solid #ccc}.ets-table-cell:last-child{border-bottom:none}.ets-header-cell{font-weight:600;cursor:pointer}.ets-header-cell:hover{color:#ff4c29}.ets-header-content{display:flex;align-items:center;gap:.5rem}.ets-sort-indicator{font-size:.875rem}.ets-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:flex;align-items:center}.ets-edit-column,.ets-fixed-column,.ets-status-column{position:sticky!important;right:0;background:inherit;z-index:2;width:150px!important;min-width:150px!important;max-width:150px!important;box-shadow:-2px 0 4px #0000001a}.ets-view-column{position:sticky!important;right:200px;width:130px!important;min-width:130px!important;max-width:130px!important;z-index:2;box-shadow:-2px 0 4px #0000001a}.ets-table-cell.ets-fixed-column,.ets-table-cell.ets-status-column{background-color:#fff}.ets-header-cell.ets-fixed-column,.ets-header-cell.ets-status-column,.ets-header-cell.ets-edit-column,.ets-header-cell.ets-view-column{background-color:#f3f4f6;z-index:4}.ets-table-row:hover .ets-fixed-column,.ets-table-row:hover .ets-status-column{background-color:#f9fafb}.ets-table-edit-mode .ets-table-cell,.ets-table-edit-mode .formSearch-custom-select{min-width:0;width:100%}.ets-table-edit-mode .formSearch-dropdown{z-index:9999;position:absolute;margin-top:2px;width:max-content;min-width:100%;background:#fff}.ets-table-edit-mode .formSearch-select-header{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.ets-table-edit-mode .formSearch-input{width:100%;box-sizing:border-box}.ets-table-edit-mode .formSearch-options-list{max-height:200px;overflow-y:auto;background:#fff;border:1px solid #ccc;box-shadow:0 2px 4px #0000001a}.ets-table-edit-mode .label-container{margin:0!important;padding:0!important;width:100%!important}.ets-table-edit-mode .label-title,.ets-table-edit-mode .form-note{display:none!important}.ets-table-edit-mode .input-box{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;box-sizing:border-box!important;padding:.5rem!important}.ets-table-edit-mode .input-container{margin:0!important;padding:0!important;border:none!important;width:100%!important}.ets-table-edit-mode textarea.input-box{min-width:0!important;min-height:100px!important;resize:vertical}.ets-table-edit-mode select.input-box,.ets-table-edit-mode .custom-searchable-select{width:100%!important;min-width:0!important}.ets-table-edit-mode .input-unit-wrapper{width:100%}.ets-table-edit-mode .input-unit-wrapper .input-box{flex:1}.ets-table-edit-mode .ets-field-wrapper{display:flex;align-items:center;width:100%;height:100%}.ets-table-edit-mode .ets-edit-input-container{margin:0!important;padding:0!important;width:100%!important}.ets-table-edit-mode .checkbox-with-list,.ets-table-edit-mode .checkbox-component{width:100%}.ets-table-edit-mode .input-width-wide{min-width:0!important;width:100%!important}.ets-table-edit-mode br{display:none}.ets-controls-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.ets-search-container{display:flex;align-items:center;gap:8px}.ets-filter-controls{display:flex;align-items:center;gap:4px}.ets-controls-lower-container.ets-filters-visible{max-height:500px}.ets-search-input{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:.5rem;font-size:.8rem}.ets-controls-lower-container{display:flex;justify-content:space-between;align-items:center;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.ets-filters-container{display:flex;flex-wrap:wrap;gap:1rem}.ets-filter-input{padding:.5rem;border:1px solid #ccc;border-radius:.5rem;font-size:.8rem;min-width:200px}.ets-donut-container{display:flex;align-items:center;justify-content:center;width:100%;transform:translate(-2rem)}.ets-avatar-container{display:flex;align-items:center;justify-content:center;width:100%;transform:translate(-1rem);position:relative}.ets-avatar{height:2.5rem;width:2.5rem;border-radius:50%;object-fit:cover;object-position:top;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.ets-tooltip{position:absolute;right:80%;display:none;background-color:#082032;font-size:1rem;color:#fff;opacity:.8;white-space:nowrap;z-index:100;padding:.5rem 1rem;border-radius:1rem}.ets-avatar-container:hover .ets-tooltip{display:block}.ets-edit-button{padding:.375rem .75rem;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;font-size:.875rem;white-space:nowrap}.ets-edit-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.ets-update-indicator{color:#ff4c29;font-size:.9em;font-weight:600;font-style:italic;line-height:1.2;word-wrap:break-word}.ets-edit-restricted{color:#ff4c29;font-size:.9em;font-style:italic;line-height:1.2}.ets-error-message{color:red;font-size:.8rem;margin-top:4px}.ets-global-errors{background-color:#fff3f3;padding:10px;margin-bottom:16px;border:1px solid #ffcdd2;border-radius:4px}.ets-validation-warning{color:red;margin-right:16px}.ets-table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.ets-results-count{font-size:.875rem;color:#6b7280}.ets-error-container{display:flex;justify-content:center;align-items:center;height:16rem;font-size:1.125rem;color:#dc2626}.ets-submit-hint{color:#ff4c29;font-size:1rem;font-style:italic;padding-right:1rem}.ets-controls-disabled,.ets-button-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}@media (max-width: 768px){.ets-filters-container{flex-direction:column}.ets-filter-input{width:100%}.ets-controls-lower-container{flex-direction:column;gap:1rem}}.ets-search-input:not(:placeholder-shown),.ets-filter-input:not(:placeholder-shown){border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.ets-search-input:focus,.ets-filter-input:focus{outline:none;border:2px solid #ff4c29;padding:calc(.5rem - 2px);background-color:#fff;transition:all .1s ease}:root{--first-column-width: 200px}.ets-sticky-column{position:sticky!important;z-index:2;background-color:#fff}.ets-table-header .ets-sticky-column{background-color:#f3f4f6;z-index:3}.ets-first-column{left:0}.ets-second-column{left:var(--first-column-width)}.ets-table-row:hover .ets-sticky-column{background-color:#f9fafb}.edmgf_header{display:flex;align-items:center;gap:12px}.edmgf_selection_text{font-size:14px;color:#666;white-space:nowrap;text-overflow:ellipsis;max-width:400px}.edmgf_dropdown_button{min-width:auto}.edmgf_container{display:inline-flex;align-items:center}.edmgf_dropdown{position:relative}.edmgf_warning{color:#ff4c29;margin:0 4px;font-size:16px;display:inline-flex;align-items:center}.edmgf_divider{height:1px;background-color:#ddd;margin:4px 0}.edmgf_dropdown_button{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;color:#333;min-width:150px;justify-content:space-between}.edmgf_dropdown_button:hover{background-color:#f5f5f5}.edmgf_dropdown_button:disabled{opacity:.5;cursor:not-allowed}.edmgf_chevron{width:8px;height:8px;border-right:2px solid #666;border-bottom:2px solid #666;transform:rotate(45deg);transition:transform .2s ease;margin-top:-4px}.edmgf_chevron_up{transform:rotate(-135deg);margin-top:4px}.edmgf_dropdown_content{position:absolute;top:100%;left:0;margin-top:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:8px;box-shadow:0 2px 4px #0000001a;z-index:1001;min-width:200px;max-height:300px;overflow-y:auto}.edmgf_checkbox{display:flex;align-items:center;gap:6px;padding:6px 8px;cursor:pointer;-webkit-user-select:none;user-select:none}.edmgf_checkbox:hover{background-color:#f5f5f5}.edmgf_label{font-size:14px;color:#333;white-space:nowrap}.edmgf_checkbox input[type=checkbox].checkbox-input{accent-color:#ff4c29;margin:0}.edmgf_checkbox input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.edmgf_checkbox input[type=checkbox]:disabled+.edmgf_label{opacity:.5;cursor:not-allowed}.edmgf_search_container{padding:8px;border-bottom:1px solid #ddd}.edmgf_search_input{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.edmgf_actions{display:flex;gap:8px;padding:8px;border-bottom:1px solid #ddd}.edmgf_action_button{padding:4px 8px;font-size:12px;background-color:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;color:#333}.edmgf_action_button:hover{background-color:#f5f5f5}.ets-filter-toggle{background:none;border:1px solid #ddd;border-radius:4px;width:32px;height:32px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.ets-filter-toggle:hover{background-color:#f5f5f5}.ets-filter-toggle:disabled{opacity:.5;cursor:not-allowed}.ets-chevron{width:12px;height:12px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-3px) rotate(45deg);transition:transform .3s ease}.ets-filter-toggle-active .ets-chevron{transform:translateY(3px) rotate(-135deg)}.ets-filter-toggle.ets-filter-has-active{border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.ets-filter-toggle:focus{outline:none;border:3px solid #ff4c29;padding:2px;box-shadow:0 0 0 1px #ff4c2933}.ets-filter-toggle.ets-filter-has-active:hover{background-color:#ff4c290d}.ets-filter-warning{display:flex;align-items:center;font-size:1.2em;cursor:help}.report-commercial-top-row-box{display:flex;flex-direction:column;justify-content:center;align-items:left;padding-left:1rem;border-left:solid #ff4c29 1px}.report-commercial-top-row-title{font-size:.9rem;font-weight:400}.report-commercial-top-row-title-grey{font-size:1.2rem;font-weight:600;color:#08203280}.report-commercial-top-row-value{font-size:1.8rem;font-weight:600}.report-commercial-top-row-value-blank{font-size:1.8rem;font-weight:600;opacity:.5;color:#08203280}.report-commercial-bottom-row-title{font-size:.7rem;font-weight:400;padding-left:.25rem}.report-commercial-title-container{display:flex;align-items:center}.report-circle-dot{width:.6rem;height:.6rem;border-radius:50%;background-color:#ff4c29;display:flex;align-items:center;justify-content:center;margin-right:.25rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.summaryblock-block-main-container{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}.summaryblock-title-container{font-size:1.3rem;font-weight:600;padding-bottom:.2rem;color:#08203280}.summaryblock-content-container{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:none;width:100%;min-height:100px}.summaryblock-block-btn-container{background:none;border:none;padding:0;width:100%;cursor:pointer}.summaryblock-content-text-details{display:flex;flex-direction:column;font-size:1.2rem;font-weight:600}.summaryblock-content-text-value{font-size:clamp(1.5rem,5vw,3rem);font-weight:600}.summaryblock-content-text-comparison-container{display:flex;flex-direction:row;justify-content:space-between;transform:translateY(-.5rem);font-size:.9rem;font-weight:400}.summaryblock-nodata-container{padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem}.summaryblock-nodata-text-title{font-size:1.1rem;font-weight:600;color:#ff4c29}.summaryblock-message-list{padding:0 1rem;margin:8px 0}.summaryblock-message-item{color:#666;font-size:.8rem;padding:4px 0;font-style:italic}.summaryblock-content-sparkline,.summaryblock-content-visualization{height:100%;padding:0 .5rem 0 2rem;display:flex;justify-content:center;align-items:center;flex-grow:1;max-width:65%}.summaryblock-content-visualization-full{max-width:85%}.summaryblock-content-status-face-container{display:flex;justify-content:right;align-items:flex-end;width:20%;height:100%;flex-shrink:0;align-self:stretch}.summaryblock-content-status-face{width:100%;margin-bottom:.5rem;align-self:flex-end}.summaryblock-content-visualization{position:relative;height:100%;padding:0 .5rem;display:flex;justify-content:center;align-items:center;flex-grow:1;max-width:65%}.summaryblock-donut-wrapper{position:relative;width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;transform:translate(1rem,-1rem)}.summaryblock-content-visualization-full .summaryblock-donut-wrapper{max-width:calc(100% - 1rem)}.summaryblock-content-icon{display:flex;justify-content:center;align-items:center;width:clamp(6rem,5vw + 5rem,10rem);padding-right:.5rem;transform:translate(1rem,-1.5rem)}.snoc-logo{width:90%;height:90%;transition:all .3s ease}.snoc-logo:hover{opacity:.8}.summaryblock-metric-items{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:0 0 .1rem .5rem}.summaryblock-metric-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:.9}.summaryblock-metric-bullet{width:6px;height:6px;background-color:#ff4c29;border-radius:50%;flex-shrink:0}.summaryblock-metric-text{color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 900px){.summaryblock-content-container{padding-bottom:1rem}}._container_n3cig_1{position:relative;width:100%;padding-right:4px}._svg_n3cig_7{display:block;width:100%;height:100%;overflow:visible}._fill_n3cig_14{vector-effect:non-scaling-stroke}._line_n3cig_18{vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}._endDot_n3cig_24{vector-effect:non-scaling-stroke}._errorWarning_n3cig_28{color:#f56565;font-weight:500;font-size:.8rem}._container_1s1mx_1{position:relative;width:100%;display:flex;align-items:center}._chart_1s1mx_8{display:block;width:100%;height:100%;overflow:visible}._titleContainer_1s1mx_15{overflow:visible;text-align:right}._barTitle_1s1mx_20{display:block;font-size:.8rem;font-weight:700;line-height:1;font-family:Arial,sans-serif;white-space:nowrap;color:currentColor}._bar_1s1mx_20{transition:all .3s ease}._bar_1s1mx_20:hover{opacity:.8}._container_1hv84_1{position:relative;width:100%;display:flex;align-items:flex-start}._chart_1hv84_8{display:block;width:100%;height:100%;overflow:visible}._bar_1hv84_15{transition:all .3s ease;cursor:pointer}._bar_1hv84_15:hover{opacity:.8}._tooltip_1hv84_24{position:absolute;background-color:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;pointer-events:none;z-index:1000;white-space:nowrap;transform:translate(-50%)}._tooltip_1hv84_24:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border-width:4px 4px 0;border-style:solid;border-color:rgba(0,0,0,.8) transparent transparent}.tabs-container{position:relative;width:100%;margin-top:.25rem}.tabs-header{display:flex;justify-content:flex-end;margin-bottom:-2px;position:relative;z-index:2}.tab{margin:0 .1rem;padding:12px 24px;cursor:pointer;background:#f3f4f6;border:none;position:relative;transition:all .3s ease;border-bottom:none;border-right:none;min-width:120px;display:flex;align-items:center;justify-content:center;height:48px;font-size:1rem}.tab-content{position:relative;transform:translateY(0);transition:transform .3s ease;font-size:.9rem}.tab:hover{background:#e8e8e8}.tab.active{background:#fff;height:52px;z-index:2;position:relative;margin:0}.tab.active:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:0;background:#fff;border:2px solid #ddd;border-bottom:none;-webkit-box-shadow:-1px -3px 5px 0px rgba(0,0,3,.1);-moz-box-shadow:-1px -3px 5px 0px rgba(0,0,3,.1);box-shadow:-1px -3px 5px #0000031a}.tab.active .tab-content{transform:translateY(-2px);font-weight:600;font-size:1.1rem;position:relative;z-index:1}.tab:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:2px;background:transparent;transition:all .3s ease;transform:scaleX(0);z-index:2}.tab.active:after{background:#ff4c29;transform:scaleX(.8)}.tab-container{position:relative;color:var(--text-color);background:var(--sidebar-color);padding:24px;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem;border-radius:4px;min-height:300px;width:100%;padding:1.5rem 2rem}.content-section{display:none;width:100%;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.content-section.active{display:block;opacity:1;transform:translateY(0)}.project-page-content-container{display:grid;margin:auto;margin-top:1rem;width:100%;padding:1rem;gap:1rem;grid-template-columns:1.5fr 1fr}.project-details-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.project-page-map-container{grid-column:2 / 3}.project-page-details-container{display:flexbox;flex-direction:row;position:relative;overflow:visible}.pp-bold-title{font-weight:600;padding-right:.1rem;white-space:nowrap}@media (max-width: 1350px){.project-page-content-container{grid-template-columns:1fr}.project-page-map-container{grid-column:1}}.map-wrapper{width:100%;height:27rem;border-radius:2rem;overflow:hidden;position:relative}.map-container-project{width:100%;height:100%}.content-section{display:none;width:100%}.content-section.active{display:block}.project-page-map-container{width:100%;margin-top:1rem}.mapboxgl-ctrl,.mapboxgl-ctrl-attrib,.mapboxgl-compact,.mapboxgl-compact-show.mapboxgl-ctrl-logo{display:none!important}.portfolio-page-main-container{width:100%;padding:1rem}.portfolio-page-content-container{display:flex;gap:40px;min-height:600px}.portfolio-details-wrapper{flex:1;max-width:50%}.portfoilio-sub-section{margin-top:1rem}.portfolio-content{height:100%}.portfolio-page-title-row{margin-bottom:20px}.portfolio-page-title-row h1{font-size:24px;margin:0}.portfolio-text-content{line-height:1.6}.portfolio-image-section{flex:1;max-width:60%;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.portfolio-image{width:100%;height:auto;max-height:100%;object-fit:contain;border-radius:4px}.project-item{display:flex;align-items:center;gap:10px}.project-bullet{width:8px;height:8px;background-color:#ff4c29;border-radius:50%;display:inline-block;flex-shrink:0}.soft-box-title{font-weight:600;display:flex;flex-direction:row;width:100%;align-items:center;padding-left:.5rem;gap:12px}.title-count-box{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;border-radius:4px;box-shadow:#0308141a 0 .075rem .25rem,#0208141a 0 .075rem .175rem}.exception-title{font-size:1.3rem;width:100%;font-weight:600}.exception-sub-title{font-weight:400}.title-count-box.success,.title-count-box.opportunity{background-color:#98e000}.title-count-box.threat,.title-count-box.failure{background-color:#f84f39}.classification-square{width:16px;height:16px;margin-right:12px}.title-count-box.amber{background-color:#ffe605;color:#082032}.no-entry-text{padding:1rem}.ert-container{display:flex;flex-direction:column;width:100%;overflow:hidden;font-size:.9rem;padding:2rem 1rem}.ert-main-header{font-size:1.2rem;font-weight:600;margin-bottom:2rem;border-bottom:.75px #ff4c29 solid;padding-bottom:.75rem}.ert-header{display:flex;background-color:#f7fafc;font-weight:700;border-bottom:2px solid #e0e0e0;font-size:1rem}.ert-header-cell{flex:1;padding:12px 16px;text-align:left}.exception-title-cell{color:#ff4c29;font-weight:500}.ert-header-cell:first-child,.ert-cell:first-child{flex:.4}.ert-header-cell:nth-last-child(1),.ert-header-cell:nth-last-child(2),.ert-cell:nth-last-child(1),.ert-cell:nth-last-child(2){flex:.3;text-align:center}.ert-row{display:flex;border-bottom:1px solid #e0e0e0}.ert-cell{flex:1;padding:12px 16px;text-align:left;overflow:hidden;text-overflow:ellipsis}.ert-no-data{padding:20px;text-align:center;color:#666}.classification-square.amber{background-color:#ffe605}.classification-square.success,.classification-square.opportunity{background-color:#98e000}.classification-square.threat,.classification-square.failure{background-color:#f84f39}.system-summary-main-title{font-size:1.5rem;font-weight:700;width:100%;padding:0 2rem;margin-top:1rem;margin-bottom:.5rem}.summary-section-container{margin-bottom:2rem}.system-summary-flex-table{display:flex;flex-wrap:wrap;gap:16px;width:100%;padding:0 2rem;margin-top:.5rem;margin-bottom:.5rem}.system-summary-commentary-item{margin-top:.6rem;flex:1 1 100%;padding:12px;background-color:#f9f9f9;border-radius:4px}.system-summary-commentary-item .system-summary-item-title{font-weight:600;font-size:1rem;margin-bottom:.5rem}.system-summary-commentary-item .system-summary-item-value{font-size:.9rem;color:#333}.pfd-selector{position:relative;display:flex;align-items:center;justify-content:center}.pfd-dropdown{width:300px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;text-align:left}.pfd-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:8px auto;padding-right:30px}.pfd-selector{transform:translate(-100%);left:100%}.pfd-dropdown:focus{border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.pfd-dropdown option:checked{background-color:#ff4c29;color:#fff}.pfd-dropdown option:hover{background-color:#ff4c29}.pfd-dropdown option:hover,.pfd-dropdown option:focus{background-color:#ff4c29!important;color:#fff!important}.pfd-dropdown option:not(:checked):hover{background-color:#ff4c29;color:#fff}.qsra-summary-container{padding:1rem}.qsra-header{display:flex;justify-content:space-between;align-items:center;margin:.75rem 0;padding:.5rem 0;border-bottom:.05rem solid #e6e6e6}.qsra-item-container{margin-bottom:1rem}.qsra-no-data-message{padding:.5rem;color:#666;font-style:italic;font-size:1rem;height:3rem;width:100%;text-align:center;background-color:#f9f9f9;margin-bottom:2rem}.btn-primary{background-color:#ff4c29;color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;cursor:pointer;font-size:.875rem}.btn-primary:hover{background-color:#6b66da}.system-summary{margin-top:1rem}.system-summary-title{font-size:1.5rem;font-weight:700;padding-bottom:1.2rem}.system-summary-main-title{font-size:1.5rem;font-weight:700}.display-title-text{font-size:1.5rem;color:#ff4c29;font-weight:600}.system-summary-subtitle{font-size:1.2rem;color:#ff4c29;font-weight:500;padding-left:1.8rem}.system-summary-title-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding-right:1rem}.system-title-orange{color:#ff4c29}.summary-section{display:flex;justify-content:space-between;width:100%;flex-direction:row;margin-bottom:24px;padding:2rem}.summary-section-boxes{margin-bottom:24px;padding:0 2rem}.summary-section-content{margin:.8rem 0;font-size:1rem}.system-summary-flex-table{display:flex;flex-wrap:wrap;gap:16px;margin:1rem -8px}.system-summary-flex-item{flex:1 1 calc(25% - 16px);min-width:200px;padding:12px;background-color:#f9f9f9;border-radius:4px}.system-summary-item-title{font-weight:600;margin-bottom:4px;font-size:1rem}.system-summary-item-value{color:#333;font-size:.9rem}@media (max-width: 768px){.system-summary-flex-item{flex:1 1 calc(50% - 16px)}}@media (max-width: 480px){.system-summary-flex-item{flex:1 1 100%}}.edit-button-container{display:flex;width:2.5rem;height:2.5rem;justify-content:flex-end;gap:.5rem}.system-def-header{display:flex;justify-content:space-between;align-items:center;margin:16px;padding-bottom:.5rem;border-bottom:1px solid #eaeaea}.system-summary-subtitle{font-size:16px;font-weight:600;color:#333}.system-summary-subtitle-portfolio{font-size:1.1rem;font-weight:600;color:#ff4c29}.safety-summary-subtitle-portfolio{font-size:1.3rem;padding-left:2rem;font-weight:600}.safety-summary-subtitle-portfolio:first-of-type{padding-top:20px}.system-no-data-message{padding:.5rem;color:#666;font-style:italic;font-size:1rem;height:3rem;width:100%;text-align:center;background-color:#f9f9f9;margin-bottom:2rem}.rssr-finance-content-main-container{display:flex;flex-direction:row;width:100%;padding:0rem 2rem 1rem;justify-content:space-between}.rssr-finance-graph-container{width:100%;font-size:1.5 rem}.rssr-finance-year-graph-container{width:90%;font-size:1.5 rem;padding:1rem 1rem 1rem 0}.financial-summary-main-container{min-width:700px;margin:20px auto;padding-right:3rem}.financial-summary-top-row{display:flex;flex-direction:row;justify-content:space-between;border:solid red 1px}.profile-main-graph-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding-bottom:4rem;height:100%}.profile-main-graph-container-portfolio{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding:4rem 4rem 4rem 8rem;height:100%}.rssr-period-graph-check{font-size:1rem;align-items:center;padding:2rem 2rem 2rem 5.5rem;min-height:450px;width:92%;margin-bottom:2rem}.am-graph-check-small{font-size:1rem;align-items:center;padding:2rem 0;height:450px;width:100%;margin-bottom:2rem}.graph-main-title{font-size:1.5rem;font-weight:700;padding-right:1rem}.milestone-main-title{font-size:1.5rem;font-weight:700;padding:2rem 1rem 0rem 2rem}.graph-main-title-right{font-size:1.5rem;font-weight:700;padding-right:1rem;text-align:center;width:100%}.table-container-period{padding:2rem 0;width:100%;display:grid;grid-template-columns:1fr repeat(14,1fr);gap:10px}.table-container-year{padding:2rem 0;width:100%;display:grid;grid-template-columns:1fr repeat(11,1fr);gap:10px}.table-header,.table-row{display:contents}.table-value{font-size:.9rem;padding:8px;border:1px solid #e0e0e0;text-align:center}.variance-warning{background-color:#f84f39;color:#fff;font-weight:600;border:1px solid #082032}.contigency-warning{background-color:#7d1128;color:#fff;font-weight:600;border:1px solid #082032}.contigency-warning-dark{background-color:#082032;color:#fff;font-weight:600;border:1px solid #082032}.graph-note-container{text-align:right;display:flex;width:100%;font-size:.7rem}.commercial-text{white-space:nowrap}.am-graph-check{font-size:1rem;align-items:center;padding:2rem 0;height:250px;width:100%;margin-bottom:2rem}.graph-bar-vertical{font-size:1rem;align-items:center;padding:1rem 0;height:350px;width:100%;margin-bottom:1rem}.graph-bar-vertical-percentage{font-size:1rem;align-items:center;padding:1rem 0;height:250px;width:100%;margin-bottom:1rem}.project-filter{margin-left:20px;display:inline-block}.project-checkboxes{background-color:#fff;min-width:200px;padding:12px;border:1px solid #ccc;border-radius:4px}.checkbox-label{display:block;padding:8px 0;border-bottom:1px solid #eee}.checkbox-label:last-child{border-bottom:none}.checkbox-label input{margin-right:8px}.financial-summary-grid-container{padding:2rem 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-overview-main-container{display:flex;flex-direction:column}.finance-summary-section{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #eaeaea}.finance-summary-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{color:#2c3e50;font-size:1.1rem;font-weight:600}.section-content{color:#34495e;line-height:1.6;font-size:1rem}.bullet-points{list-style-type:none;padding-left:0;margin:0}.bullet-points li{position:relative;padding-left:20px;margin-bottom:8px}.bullet-points li:before{content:"•";position:absolute;left:0;color:#ff4c29}.bullet-points li:last-child{margin-bottom:0}@media (max-width: 600px){.financial-summary{margin:10px;padding:15px}.section-title{font-size:1.1rem}}.finance-upload-footer{margin-top:20px;padding:10px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.upload-info{font-size:14px;color:#333;margin:0}.missing-info{color:#ccc;font-style:italic}.ldm-container{display:flex;flex-direction:column;width:100%;gap:1rem;padding:.25rem 1rem 1rem}.ld-container{display:flex;align-items:flex-start;padding:1rem;gap:.5rem;width:100%;background-color:#fff;border-bottom:.05rem solid #e6e6e6}.ld-soft-container{display:flex;align-items:center;padding:.4rem 1rem;gap:.5rem;width:100%;border-bottom:.05rem solid #e6e6e6}.ld-soft-container:last-child{border-bottom:none}.ld-container-left-pad{padding-left:2rem}.ld-content{flex:1;display:flex;flex-direction:column;align-items:left;min-width:0;overflow:hidden}.ld-title{margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:.1rem;font-size:1.1rem;font-weight:600;color:#333;line-height:1.2}.ld-description{flex:1;color:#666;font-size:.9rem;overflow:hidden}.ld-soft-description{transform:translateY(2px)}.ld-icons{display:flex;flex-direction:row;gap:.5rem;margin-left:auto;justify-content:flex-end}.ld-icon-button{cursor:pointer;margin-left:2rem}.ld-icon{width:20px;height:20px;color:#666}.ld-icon-button:hover .ld-icon{color:#333}.look-header{display:flex;width:100%}.look-header-left{display:flex;align-items:flex-start;flex-direction:column;gap:1rem;flex:1}.look-header-right{display:flex;align-items:flex-start;flex:1;justify-content:flex-end;padding-top:.5rem}.look-header-text{display:flex;flex-direction:column}.look-header-title{font-size:1.2rem;font-weight:600;color:#ff4c29;padding:0 0 0rem 1.5rem}.look-section-sub-header-top{padding:1rem 0}.look-section-sub-header{padding:3rem 0;margin-bottom:2rem}.main-status-container{display:grid;margin:auto;grid-template-columns:1fr 1fr;width:100%;height:100%;justify-content:space-between;align-items:center;padding:1.5rem 0rem 0rem 1.5rem}.health-status-container-2-items{display:grid;margin:auto;gap:1rem;grid-template-columns:1fr 1fr;width:100%;height:100%;align-items:center;padding:1.5rem 0rem 0rem 1.5rem}.health-status-container-3-items{display:grid;margin:auto;gap:1rem;grid-template-columns:1fr 1fr 1fr;width:100%;height:100%;align-items:center;padding:1.5rem 0rem 0rem 1.5rem}.main-dial-container{display:grid;margin:auto;grid-template-columns:1fr 1fr 1fr;width:100%;height:100%;justify-content:space-between;align-items:center;padding:1.5rem 0rem 0rem 1.5rem}.status-gauge-container{transform:translateY(-1.5rem);width:20rem;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center}.gauge-main{padding-left:1rem}.gauge-title{font-size:1.2rem;font-weight:500;text-align:center}.status-gauge-thick-container{transform:translateY(-.5rem);width:20rem;height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:1rem}.main-status-bottom-container{width:100%}.status-left-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.health-status-middle-container{display:flex;flex-direction:column;justify-content:left;padding-left:2rem}.health-status-boxes-container{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem}.health-status-graph-container{padding:.5rem;height:100%;display:flex;flex-direction:row;align-items:center}.health-status-boxes-row{display:flex;flex-direction:row;border:solid cyan 2px;width:100%}.health-status-box{padding:.4rem;width:4rem;height:4rem;border-radius:.6rem;margin-right:1rem;display:flex;flex-direction:row;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.health-status-text-container{display:flex;flex-direction:column;justify-content:left}.health-status-text-title{font-size:1.1rem;font-weight:500}.health-status-text-issue{font-size:.9rem;font-weight:400}.status-right-container{padding:.5rem 2rem 1rem 0rem}.status-top-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.status-icon-face{padding-right:.8rem}.main-status-text-container{display:flex;flex-direction:row;align-items:center;width:100%}.status-text-desc-container{text-align:right;font-size:1rem;padding-right:.4rem}.status-text-value{font-size:3rem;font-weight:700}.forecast-top-value-icon{height:1.5rem}.forecast-top-text-value{font-size:1.5rem}.no-items-container{font-size:1.3rem;font-weight:400;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.forecast-main-container{padding:2rem 0;display:grid;margin:auto;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;justify-content:center;align-items:center}.forecast-box-main-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s ease-in-out}.forecast-box-main-container:hover{cursor:pointer;transition:all .5s ease-in-out;scale:1.05}.forecast-box{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:14rem;border-radius:1rem;height:fit-content;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.forecast-box-text-type{font-size:1.2rem;font-weight:400;margin-top:.5rem;color:#fff}.forecast-box-line{width:90%;height:.2rem;background-color:#fff}.actual-box-text-value{color:#fff;font-size:2.6rem}.forecast-box-text-bold{font-size:2.6rem;font-weight:600;color:#fff}.forecast-bottom-text-discipline{font-size:1.2rem;font-weight:600}.forecast-top-value-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.planned-text-bottom{transform:translateY(-1rem)}.planned-text-top{transform:translateY(.5rem)}.forecast-box-top-text-container{padding-top:.7rem}.forecast-box-bottom-text-container{padding-bottom:.7rem}@media only screen and (max-width: 1500px){.main-status-container{display:grid;margin:auto;grid-template-columns:1fr;width:100%;height:100%;justify-content:center;align-items:center;padding:1.5rem 0rem 1rem 1.5rem}}@media only screen and (max-width: 1300px){.health-status-container-3-items{grid-template-columns:1fr 1fr}.health-status-middle-container{display:unset}.health-status-graph-container{padding:1rem}}@media only screen and (max-width: 1200px){.main-status-container{display:grid;margin:auto;grid-template-columns:1fr 1fr;width:100%;height:100%;justify-content:space-between;align-items:center;padding:1.5rem 0rem 1rem 1.5rem}.gauge-title{font-size:1.2rem;font-weight:500;text-align:center}}@media only screen and (max-width: 1150px){.forecast-main-container{padding:2rem 0;display:grid;margin:auto;grid-template-columns:1fr 1fr;width:100%;justify-content:center;align-items:center}}@media only screen and (max-width: 1000px){.gauge-title{font-size:1.2rem;font-weight:500;text-align:center}}@media only screen and (max-width: 850px){.main-dial-container{display:grid;margin:auto;grid-template-columns:1fr;width:100%;height:100%;justify-content:space-between;align-items:center;padding:1.5rem 0rem 1rem}.gauge-title{font-size:1.2rem;font-weight:500;text-align:center}}@media only screen and (max-width: 800px){.main-status-container{display:grid;margin:auto;grid-template-columns:1fr;width:100%;height:100%;justify-content:space-between;align-items:center;padding:1.5rem 0rem 1rem}}@media only screen and (max-width: 730px){.health-status-container-3-items,.health-status-container-2-items{grid-template-columns:1fr}}@media only screen and (max-width: 650px){.forecast-main-container{padding:2rem 0;display:grid;margin:auto;grid-template-columns:1fr;width:100%;justify-content:center;align-items:center}}@media only screen and (max-width: 450px){.status-gauge-container{transform:translateY(0);width:fit-content;height:10rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.status-gauge-thick-container{transform:translateY(.5rem);width:15rem;height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center}}@media only screen and (max-width: 400px){.gauge-title{font-size:1.2rem;font-weight:500;text-align:center;margin-bottom:1rem}.status-text-value{font-size:2.75rem}}@media only screen and (max-width: 320px){.gauge-title{font-size:1.2rem;font-weight:500;text-align:center;margin-bottom:1rem}}.linearProgressBar{width:100%;height:8px;background-color:#e6e6e6;border-radius:100px}.linearProgressBar-inner{--value: var(--progress);background-color:var(--accentColor);height:100%;width:var(--value);border-radius:100px}.project-page-map-container{height:30rem}.project-page-graph-container{height:20rem}.project-page-title-row{display:flex;flex-direction:row;width:5rem;align-items:center;padding-bottom:.75rem}.pp-details-sub-title{color:#ff4c29;font-weight:600;font-size:1.2rem;padding-left:1rem}.pp-details-sub-title-margin{margin-top:1rem}.pp-details-row{padding:.25rem 1rem;display:flex;flex-direction:row;align-items:top}.pp-Icon-container{height:4rem}.pp-worktype-text{padding-left:.5rem;font-weight:600;font-size:1.5rem}.pp-seperator{width:100%;border-bottom:.15rem solid #e6e6e6}.work-description-wrapper{cursor:pointer;position:relative;display:inline-block}.projectdetails-tooltip{visibility:hidden;background-color:#082032;color:#fff;text-align:center;padding:1rem;border-radius:4px;position:absolute;z-index:1;bottom:0%;left:150%;transform:translate(-50%);max-width:45rem;width:max-content;word-wrap:break-word;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem}.work-description-wrapper:hover .projectdetails-tooltip{visibility:visible}@media (max-width: 800px){.project-details-wrapper{grid-template-columns:1fr}}.pie-list-container{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:1rem;padding-right:1rem}.justify-center{justify-content:center}.justify-flex-start{justify-content:flex-start}.pie-chart-main-container{display:flex;width:100%;height:375px;flex-direction:column;justify-content:space-between;align-items:center}.piechart-chart-header{padding-top:1rem;font-size:1.1rem;font-weight:600;display:flex;width:100%;justify-content:center;align-items:center}.piechart-chart-sub-text{font-size:1rem;font-weight:400;display:flex;width:100%;justify-content:center;align-items:center}.pie-chart-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:15rem;margin:1rem}.flex-less-than-five{flex:0 0 calc(20% - 2rem)}.flex-more-than-five{flex:0 0 calc(25% - 4rem)}.white-circle{filter:drop-shadow(2px 2px 2px rgba(0,0,0,.116))}.deliverables-icon-container{position:absolute;top:58px;background-image:url(/assets/DeliverablesIcon-BZk1HFFy.png);background-size:cover;width:100px;height:100px}.efficiencies-icon-container{position:absolute;top:68px;background-image:url(/assets/EfficienciesIcon-CEybMKTQ.png);background-size:cover;width:100px;height:100px}.cemar-ce-icon-container{position:absolute;top:68px;background-image:url(/assets/Cemar_CEIcon-BAIvUuoh.png);background-size:cover;width:100px;height:100px}.cemar-ce-icon-container{position:absolute;top:68px;background-image:url(/assets/Cemar_CEIcon-BAIvUuoh.png);background-size:cover;width:100px;height:100px}.cemar-client-icon-container{position:absolute;top:68px;background-image:url(/assets/Cemar_ClientEWNIcon-C8qKjs5C.png);background-size:cover;width:100px;height:100px}.cemar-supplier-icon-container{position:absolute;top:68px;background-image:url(/assets/Cemar_ContractorEWNIcon-D5qBNNR_.png);background-size:cover;width:100px;height:100px}.cemar-tq-icon-container{position:absolute;top:68px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATIAAAEyCAYAAAB5xlzFAAAACXBIWXMAAC4jAAAuIwF4pT92AAAPnklEQVR4nO3dwXHbSBqG4W+2fJc3AnFuOEHaQgDiRCBtBKIjsCaCoSOwHIGhCExHMFQAqJFwwm2oDMwItAe0ZmVbIgGiG40feJ8q1RyW7v7Xo/nY3Wh0//L4+CgAsOxfsQsAgK4IMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJj3JnYBGL8kzWaSZq/8z5uqLDa9FYNR+uXx8TF2DRgRF1pz93Mq6aThH72XdCdpLWlNuKENggydJWn2VtLC/TQNrn3uJeWS8qosvnlqEyNFkOFgbvS1lHQZsJutpJWkJaM0vIYgQ2tuBHatsAH2kk+qA40RGr5DkKGVJM0uVE/5jiKVsJW0qMpiFal/DBBBhkYijsJecyPpitEZJIIMDbi1sJX8LeT7ci9pTpiBIMNOSZqdqt4SEWsquc9WdZjdxS4E8bCzH68yEGJSXdva1YqJYkSGFxkJsee2kmZMM6eJERl+4hb2c9kJMen/I7O3sQtB/wgyvCTX8Bb2mzhR/WQVE0OQ4TtJml1JOo9dRweXbq8bJoQ1MvzDbbO4k60p5UtYL5sYRmR4bin7ISbV/x+YYk4IIzJIkpI0m0v6M3Ydnv3Ki+bTwMGKeLIM1O7T6RVrSRvVU1epPqtspvrcsguFGQkuVR8thJFjRIantbG/PTf7oPqkirxhDQvVwXPsuQ5GZRPAGhkk6cpzex+qspg1DTFJcp89VX1Uj08Lz+1hgBiRQUmafZOfqd1W9YkUecd6FpI+e6hHkh6qsph5agsDxYhs4twiv6/1qUXXEJP+GZ2961xN7Zj3MMePIIOvzaO/+zzs0IXZB0/NzT21g4EiyOBjtHJblYX3fVtVWSxVPzToip3+I0eQ4cxDG0sPbbzGx4MIppYjx2L/hLm1o786NnNflUXQoEjSbKPu2zL+zStL48WIbNp8HHmTe2hjHx9rb4zKRowgmzYf/3H3ccQ0NyZhJ4Js2jqPyKqyWHuoYx8fYTn30AYGiiDD4LG2hX0IMgDmEWQAzCPI0Ekfr/+416i64t7LESPIpm3toY0+tjX46IN1thFjQ+zIuevR5no5DGaSLjt2ca/w2yMW6r4h9kb1wY4/uvP5jijiIMhGygXYtcKdvjomW9V/V9c8IbWJIBshdx1aLgKsra3qo4gYoRnDGtnIuEMJv4gQO8SRpC/u7xCGMCIbETcS+xK7jpH4rae3FuABQTYSbk1sI0ZivjxIOmXNzAamluNxJULMp2NxcYkZBNl4LGIXMEK+b5dCIATZCLjd9b7vg0R9ccksdhHYjyAbBw4NDGcWuwDsR5CNwyx2ASM2j10A9iPIAJhHkAEwjyADYB5BBsC8N7ELmBK3+77NE8ZNVRabQOXAI7dNY9b087z+5BdBFpALrgv3M1f7nfcfFPYWb/izkPRH0w8naSbVr0HdqT7PbcXrUIcjyAJw385LdT+0EON27H7OJX1O0uxG0pJReHuskXmUpNnbJM1ySX+LEEN7l5L+TtIsd6N5NESQeeKO0NmIAEN3l5I2ni5dmQSCzIMkzZaKe5ghayvhxLp96UjSn0ma8eJ6AwRZR24q2XiRt6Wm0wuuOgtn0/Bzod53/eh+x7ADQdZBkmbXCjuVbPQfh3uUvw1Yx1Q9VGXR9Esi5JrWpRv14xUE2YHcue7vA3fT5lueCzP8y1t89ixUEc4fbh0WLyDIDuC2V1z30NVRi5u8l2JU5tPTFXF79bgon3M+2ssIssPk6m9hf97kQ27vEQvD/ixabFDta6R0pH6+QM0hyFpy376hpxHPNQ6nqixy1Tdqo5t3Le+27HPKd862jJ8RZO0te+7vuM0vblUWC0m/B6tm/N65L4RG3LpV38eML3vub/AIshbcelWfo7EnyzYfrsriWtJ/JN0GqWacbiT92ibEnBjT+TPWyr7Hu5btLCL1e5ak2bzNiQlu28Dc/cJfqH4COgtSnV0buZe2D3m/0T25jvHFJtX/Tlkvc7igt4UkzTaKd1sRF8YOyAAuRL6vyoJLZxymlg25X9yYV64di2/gIckV90Lkk4h9Dw5B1twQvv0u3XQGEbn3H88HUMc8dg1DQZA1N4Qgk+pzqxaxi5gq93f/MXYdDkf9OCz2N+f7l+arDn/Ze5ak2VvWy/rllhdmqk/uPcSF/E4JT8WraZIIslhu3H4vGOK+OJaH/nl3yMBarG95x9Qyjjx2AeifC0JGUAEQZADMI8gAmEeQATCPIANgHkEGwDyCDIB5BBkA8wgyAOYRZADMI8gAmEeQATCPIANgHkEGwDyCDIB5BBkA8wgyAOYRZADMI8gAmMeZ/Qju2bVlp2p2icvm6eeQG8AxPQQZvEnSbCZprjqwnn46XWKbpJkk3au+tONO0orbo/AjggwHc9ejXagOr7nC3cR+ov/fPPQ5SbN71Re45IQaJIIMLT0LrwvFu237RPUluR+TNLuRtGQKOm0EGRpJ0uxU0pXqAOs0XfTsUtIlgTZtPLXETkmazZM0W0v6S3VoDCnEnruUdJek2VXsQtA/RmR4kZtCriSdxa6lhSPV0825pAXrZ9PBiAy7WAqx584lrV0YYwIIMrzIjWa+xq6jgxMRZpNBkGGXVewCOiLMJoIgwy7r2AV4cKJ6zxlGjCDDq9xWhvvYdXhwztPMcSPIsE8euwBPlu4VKowQQYZ9rK+TPTmStIxdBMIgyLCTm14+xK7Dk0tGZeNEkKGJsYzKpPo1K4wMQYYm8tgFeHQRuwD4R5Bhr6os7jSe6eWxewEeI0KQoal17AI8YlQ2Mrw0jqZWqk+YaOLpRNeN6lNdVZXFWvrp2Ou5++n7RI353k/AFIIMjVRlsUrSbKuXQ2erOuhWkta7Tp14CjTVQXctSUmaLVRvjQh1wuyPmFqODFNLtPHj08sHSe8kzaqyWFRlcdB5+lVZ5KrD5aZ7iY0M9Uw1HIgRGdpYq55ePqg+jTX31bALwIW7bKTpFPZgSZrNOE12PAgytLFSPfpahuqgKouFe6p4svfD3cxUr+FhBAgyNOZGTcseulpK+tJDPxgJ1sgwOFVZrFQ/QAAaIcgwVHeB298Ebh89IsgwVOuQjbPQPy4EGaaIaevIEGQYqpCbVkNPW9EzggxDRZChMYIMg+MOPwz5utI6YNuIgCDDEC0Ct78O3D56RpBhiBYB2/56yPugGDaCDIPirm0LOa3MA7aNSAgyDIa7EXwZsIsH99YARoYgw5BcK+wRO3nAthERQYZBSNLsQmGP79nKHeSI8SHIEJ2bUuaBu7likX+8CDIMwVphp5T3Pg+BxPAQZIgqSbNrhT9EcRG4fURGkCEad+nI+8DdfHD3cmLECDJE4Y6z/hy4m/uQx3JjOAgy9M69S7kO3M1WXMQ7GQQZeuWeUK4U/kq2BYcnTgdBhr71sbj/Ozv4p4UgQ2/ce5Sh76y8qcqCja8TQ5ChF25xfxm4m9uqLBaB+8AAEWToS67Am17F4v5kEWQILkmzpcKui91LmvMK0nQRZAjKbbW4CtjFVvUTSkJswggyhLZUuCnlVvVIjJ37E0eQIRg3Ggv5lPKKEINEkCGsZcC2bzjRAk8IMgQReDT2oLDrbjCGIEMoi5Bts7iP5wgyhLII1O5NVRbrQG3DKIIM3rld/KGudFsGaheGEWQIIdQO+xtOtMBLCDKEMA/U7jJQuzCOIEMIZwHavGU0htcQZPDKrY+FkAdqFyNAkMG3t4HaXQdqFyNAkMG3eYA2H5hWYheCDBbwPiV2IshgAUGGnQgyWMDrSNiJIIMFjMiwE0EGwDyCDIB5BBkA8wgyAOa9iV0ARmcdoM1NgDYxIgQZvHKHHq4jl4GJYWoJwDyCDIB5BBkA8wgyAOYRZADM46kleuFOjp2rPnjx1P1z8+znrioL3qnEQQgyBJOk2VvVN4Iv9PL1cGc/fP5B9ZHW11zAizaYWiKIJM2uVI+0/lDzOy6P3ec37s8DjRBk8C5Js1zSR0lHBzZxJOmjawfYiyCDV0marSRdemrukjBDEwQZvEnS7FrSuedmL127wKsIMniRpNlc0vtAzb937QMvIsjgSx64/WXg9mEYQYbOkjS7UPMnk4c6Y1SG1xBk8OGip34WPfUDYwgy+NBXkM176gfGEGToJEmzmQ7fL9bWsXtbAPgOQYauZj33d9pzfzCAIANgHkEGwDyCDIB5BBkA8wgydLUZeX8wgCBDJ1VZbCQ99NTdg+sP+A5BBh/WI+sHxhBk8CEfWT8whiBDZ1VZrCXdBu7m1vUD/IQggy+hz9jnDH+8iiCDF+4qtw+Bmv/AVXHYhSCDN1VZLCXdeG72xrULvIogg1dVWSwkffLU3CfXHrATQQbvqrK4kvRfHb6/7EHSb64dYC+CDEFUZbGqymIm6Z2k+4Z/7FbSu6osZjyhRBtvYheAcavKIpeUuwMRT/XyKa9rSXdVWXzrrzKMCUGGXriQWovd+QiAqSUA8wgyAOYRZADMI8gAmEeQATCPIANgHkEGwDyCDIB5BBkA8wgyAOYRZADMI8gAmEeQATCPIANgHkEGwDyCDIB5BBkA8wgyAOYRZADMI8gAmEeQxfE2dgHAmBBkceRJmp3GLgL9cv/OuXQ4AK6Di+NI0l9JmsWuAxgFRmTNbWIXAPxgHbuAoSDImtvELgD4ATezO788Pj7GrsGMJM34y8JQbKuy4KGRw4isndvYBQDOOnYBQ0KQtbOKXQDg8Lv4DEHWTh67AEDSVgTZdwiyFqqy+CbpJnYdmLxr97sIhyBrbxm7AEzaVtJ17CKGhiBrqSqLjaQPsevAZC0Zjf2M7RcHStLsTtJJ7DowKbdVWcxjFzFEjMgOt1A9zAf6sJV0EbuIoSLIDlSVxZ2kuQgzhLeVNGdK+TqCrAPCDD14CrG72IUMGUHW0bMwe4hcCsbnXoRYIwSZB+4X7VTS19i1YDQ+iRBrjKeWniVpNle91+wsbiUw6lb1Fot17EIsIcgCcYF2Jek8cimw4UZSToAdhiALLEmzt6rX0E7dPyVGa1P3dIrKWtJdVRa8N9kRQQbAPBb7AZhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAeQQZAPMIMgDmEWQAzCPIAJhHkAEwjyADYB5BBsA8ggyAef8DoZvSNZYteYwAAAAASUVORK5CYII=);background-size:cover;width:100px;height:100px}.pie-text-container{display:flex;flex-direction:column;align-content:center;align-items:center}.pie-item-name-text,.pie-item-qty-text{text-align:center;margin:auto;font-size:1rem;font-weight:600}.pie-item-name-text,.pie-item-qty-line{color:#83848f}.pie-item-qty-text{color:var(--text-color);font-size:1.2rem;font-weight:500}.empty-text{font-size:5rem;color:var(--text-color);font-weight:400}.value-container{display:flex;justify-content:center;align-items:center}.complete-icon-background{margin-left:.25rem;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.dashboard-container{display:grid;margin:auto;width:95%;padding:6rem 1rem;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grid-display-span4{grid-column:span 4}.dashboard-container-high{display:grid;margin:auto;width:95%;padding:2rem 0 0;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grey-line-spacer{border-bottom:.15rem solid #e6e6e6}.safty-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:50rem;padding:1rem}.safty-image{width:100%}.pbr-text,.highlight-title-text{background-color:#ff4c29;font-size:1.5rem;font-weight:600;color:#fff;padding:.5rem 1rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem;margin:0 .5rem;white-space:nowrap}.pbr-period{margin-left:1.5 rem;font-size:1.5rem;color:#ff4c29}.no-card{margin-top:3rem}.pbr-year{font-size:1.5rem;font-weight:500}.userSearch-container{padding-top:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:fit-content}.userSearch-content-container{display:flex;flex-direction:column;width:fit-content;height:fit-content}.userpage-display-button-container{padding:1rem 0 0 1rem;display:flex;flex-direction:column;height:fit-content;width:fit-content;text-align:center;align-items:center;justify-content:center}.user-option-title{padding-bottom:.5rem}.user-option-api-test-title{padding:2rem 0 .25rem;font-weight:700}.detailTableHeader{cursor:pointer}.detailTableHeader:hover{color:#ff4c29;transition:.3s}.card,.block-card{display:flex;flex-direction:column;background:var(--sidebar-color);font-size:3rem;color:var(--text-color);box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem;border-radius:4px;transition:all .5s;overflow:hidden}.card-static{display:flex;flex-direction:column;background:var(--sidebar-color);font-size:3rem;color:var(--text-color);box-shadow:#0308141a 0 .12rem .2rem,#0208141a 0 .072rem .172rem;border-radius:4px;transition:all .2s;overflow:hidden}.blank-card-embed{display:flex;flex-direction:column;padding:1.5rem 0rem 1rem;font-size:3rem;transition:all .5s;overflow:hidden}.card,.card-static{padding:1.5rem 2rem 1rem 1.5rem}.block-card{padding:1.2rem 2rem 0rem}.card:hover,.block-card:hover{box-shadow:#0208141a 0 .35em 1.175em,#02081414 0 .175em .5em;transform:translateY(-3px) scale(1.01)}.orange-bullet-circle{width:6px;height:6px;background-color:#ff4c29;flex-shrink:0;margin-top:.25rem;border-radius:50%}.orange-bullet-square{width:15px;height:15px;background-color:#ff4c29;flex-shrink:0;margin-top:.25rem}.card-filter-container{margin-right:1rem;display:flex;align-items:center}.pie-card{height:17rem;grid-column:span 1}.pie-card-tall{min-height:22rem;grid-column:span 1}.graph-card{grid-column:span 2}.graph-card-wide{grid-column:span 4}.text-card-threeqtr{grid-column:span 3}.text-card-qtr{grid-column:span 1}.text-card-fourfifth{grid-column:span 3.2}.text-card-onefifth{grid-column:span .8}.text-card{grid-column:span 2}.text-card-wide{grid-column:span 4}.card-height-10{min-height:10rem}.card-height-20{min-height:20rem}.card-height-25{min-height:25rem}.card-height-30,.card-height-photo{min-height:30rem}.card-height-min{min-height:10rem}.general-card{min-height:20rem;grid-column:span 2}.top-row-padding{padding-top:1rem}.card-top-row{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:.75px #ff4c29 solid;padding-bottom:.75rem;min-height:2rem}.card-bottom-row{width:100%;display:flex;justify-content:flex-end;align-items:center;border-top:.75px #ff4c29 solid;padding-top:1rem;margin-top:1rem}.card-top-row-plain{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;min-height:2rem}.card-title-container{display:flex;align-items:center}.comparison-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.comparison-value{font-size:1rem;padding-right:.2rem}.card-icon{width:2.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;fill:var(--text-color)}.card-top-img{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem}.card-title{padding-left:.25rem;color:var(--text-color)}.card-sub-title{font-weight:400;padding-left:1rem;font-size:.9rem;color:#ff4c29}.card-title-stats{padding-left:.25rem;color:var(--text-color);font-size:1.1rem}.card-top-btn{margin:0;color:var(--text-color);background:var(--sidebar-color);height:2rem;border:1px solid #ccc;display:inline-block;padding:6px 12px;cursor:pointer;transition:.2s ease-in-out}.stat-top-btn{margin:0;color:var(--text-color);background:var(--sidebar-color);height:2rem;border:1px solid #ccc;display:inline-block;padding:.125rem;cursor:pointer;transition:.2s ease-in-out}.card-top-btn-img{width:1.7rem}.display-toggle-btn-main{color:#fff;background:#ff4c29;height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:600;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.2rem}.card-top-btn-main,.card-top-btn-secondary{margin:0 1rem 0 0;color:#fff;height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:600;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.2rem}.card-top-btn-main{background:#ff4c29}.card-top-btn-secondary{background:#6b66da}.card-top-btn-secondary:hover{background:#6c66da97}.display-toggle-btn-main:disabled,.card-top-btn:disabled{color:#fff;background:#e6e6e6;transition:.2s ease-in-out;box-shadow:none;cursor:none}.card-top-btn-main:disabled{margin:0 1rem 0 0;color:#fff;background:#e6e6e6;height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:none;font-weight:600;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.2rem}.general-btn{margin:0;color:var(--text-color);background:var(--sidebar-color);min-height:2rem;border:1px solid #ccc;display:inline-block;padding:6px 12px;cursor:pointer;transition:.2s ease-in-out;text-align:center}.controller-title{display:flex;flex-direction:row;align-items:center}.controller-title-text{padding-left:3rem;font-size:1.1rem;font-weight:500;color:#6b66da}.controller-title-text-no-title{font-size:1.1rem;font-weight:500;color:#6b66da}.general-btn-main{margin:0 1rem 0 0;color:#fff;background:#ff4c29;min-height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:600;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.2rem}.card-centre-btn-main{margin:0 .4rem;color:#fff;background:#ff4c29;min-height:2rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-size:1rem;font-weight:400;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.2rem}.card-top-btn-thick{margin:0;color:var(--text-color);background:var(--sidebar-color);height:2.5rem;border:1px solid #ccc;display:inline-block;padding:6px 12px;cursor:pointer;transition:.2s ease-in-out}.card-top-btn-main:hover,.general-btn-main:hover,.display-toggle-btn-main:hover,.card-centre-btn-main:hover{background-color:#6b66da}.card-top-btn-main:disabled:hover,.display-toggle-btn-main:disabled:hover{background:#e6e6e6}.delete-btn-icon{background:none;border:none;padding:0;cursor:pointer}.delete-button img{width:20px;height:20px}.card-top-btn:hover,.general-btn:hover,.card-top-btn-thick:hover .print-card-top-btn{box-shadow:0 8px 15px #0000001a;transition:.2s ease-in-out}.card-top-btn-text{transform:translateY(-3px)}.card-top-btn-text-centre{transform:translateY(-1px)}.card-content{height:90%}.detailsTable-top-text-box{margin-top:1rem;padding-top:1rem;width:100%;display:flex;font-weight:600;font-size:1rem;align-items:center;justify-content:space-between;padding-bottom:1rem;background-color:#f7fafc;border-bottom:2px solid #e2e8f0}.detailsTable-sum-container{font-size:.9rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-height:3rem;border-bottom:.15rem solid #e6e6e6}.detailsTable-project-container{width:30%;padding:.5rem 1rem;text-align:left}.detailsTable-category-container{width:20%;text-align:left}.detailsTable-content-container{width:10%;text-align:center}.detailsTable-id-container{width:10%;text-align:left}.detailsTable-percentage-container{width:5%;text-align:center}.detailsTable-person-container{display:flex;justify-content:center;align-items:center;width:10%;position:relative}.detailsTable-person-container:hover .avatar-tooltip{display:block}.detailsTable-info-container{width:5%;text-align:center}.detailsTable-discipline-container{width:7%;text-align:left;font-weight:600}.rag-content-container{width:7%;text-align:center}.detailsTable-sum-container:hover{background-color:#f7fafc;transition:.3s}.initiative-complete-box-height{padding:2rem 0}.filter-title{font-size:1rem;font-weight:600;padding-right:.5rem}.filter-option-container{display:flex;width:fit-content;align-items:center;height:fit-content}.filter-select-box{margin-left:.5rem;padding:.12rem}.list-qty-text{border:solid .1rem #e6e6e6;height:100%;margin-left:.2rem;padding:.2rem .4rem;font-size:.9rem}.btn-img{filter:none;scale:1;transition:all .3s ease-in-out}.btn-img:hover,.site-issue-icon:hover,.contact-edit-image:hover,.home-edit-icon:hover,.report-icon:hover{filter:invert(40%) sepia(68%) saturate(3726%) hue-rotate(345deg) brightness(104%) contrast(101%);scale:1.15;transition:all .3s ease-in-out}@media (max-width: 1300px){.text-card-qtr{grid-column:span 2}}@media (max-width: 900px){.text-card-qtr{grid-column:span 4}}@media only screen and (max-width: 800px){.filter-title{display:none}.filter-select-box{margin-left:1;padding:.12rem}}@media only screen and (max-width: 600px){.filter-title{display:none}.table-img{padding:.5rem}.filter-select-box{margin:1rem}.table-img{width:2rem;padding:0}.comp-icon-table,.btn-img{width:1.8rem}.btn-img{filter:invert(40%) sepia(68%) saturate(3726%) hue-rotate(345deg) brightness(104%) contrast(101%);scale:1.2}}@media only screen and (max-width: 550px){.filter-option-container{margin:1rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;height:fit-content}}@media only screen and (max-width: 1200px){.pie-card{min-height:15rem;grid-column:span 2}.pie-card-tall{grid-column:span 2}.graph-card{min-height:25rem;grid-column:span 4}.text-card{grid-column:span 4}.general-card{min-height:25rem;grid-column:span 4}}@media only screen and (max-width: 800px){.pie-card{height:min-content;grid-column:span 4}.pie-card-tall{grid-column:span 4}}@media only screen and (max-width: 1050px){.tablet-display-off{display:none}}@media only screen and (max-width: 750px){.mobile-display-off{display:none}}@media only screen and (max-width: 445px){.dashboard-container,.dashboard-container-high{padding-top:4.3rem}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.calendar-container{width:100%;font-size:1rem;padding:1rem}.rbc-header{background-color:#ff4c29;border:#ff4c29 1px solid;color:#fff;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px}.rbc-agenda-table{display:table;width:100%;border-collapse:collapse}.rbc-agenda-table thead{display:table-header-group}.rbc-agenda-table thead tr{display:table-row}.rbc-agenda-table thead th{background-color:#ff4c29;border:#ffffff 1px solid;color:#fff;font-weight:700;padding:10px;text-align:left;display:table-cell}.rbc-event{background-color:#007bff;color:#fff;padding:5px;border-radius:4px}.calendar-popup-text{padding-bottom:.1rem}.rbc-month-view .rbc-day-bg.rbc-off-range,.rbc-off-range-bg{background-color:#e6e6e64f}.rbc-month-view .rbc-day-bg.rbc-off-range .rbc-button-link{color:#0000004f}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-color:transparent}.rbc-agenda-table thead{border-collapse:collapse;width:100%}.spend-profile-main-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:1rem}.spend-profile-main-graph-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100%}.spend-profile-main-commentary-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:left;width:50%;height:35rem;padding-top:10px;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.spend-profile-main-commentary-container::-webkit-scrollbar{width:8px;height:8px}.spend-profile-main-commentary-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.spend-profile-main-commentary-container::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.spend-profile-main-commentary-container::-webkit-scrollbar-thumb:hover{background:#555}.cdms-value-boxes{display:flex;flex-direction:column;justify-content:space-between;gap:15px}.cdms-value-box{display:flex;flex-direction:column;align-items:center;width:70px}.cdms-value-container{width:4.5rem;height:4.5rem;border-radius:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.cdms-value{color:#fff;font-size:20px;font-weight:600}.cdms-value-title{font-size:1.2rem;color:#fff;font-weight:400;text-align:center}.cdms-safety-dashboard{width:100%;font-family:Arial,sans-serif;color:#333;padding:2rem}.cdms-top-row{display:flex;width:100%;gap:30px;padding-bottom:1rem;border-bottom:#e8e8e8 1px solid}.cdms-dial-item{transform:translateY(3rem);height:100%;display:flex;flex-direction:column;align-items:center;min-width:200px}.cdms-dial{margin-bottom:10px}.cdms-dial-text{text-align:center;width:100%}.cdms-kpi-heading{display:flex;flex-direction:column;margin:0 0 5px;font-weight:700;color:#333;text-align:center;justify-content:center}.cdms-dial-narrative{font-size:14px;color:#666;text-align:center}.cdms-donut-chart{position:relative}.cdms-donut-text{font-size:20px;font-weight:700;fill:#333}.cdms-donut-subtext{font-size:14px;fill:#666}.cdms-charts-container{display:flex;flex-grow:1;justify-content:space-between;gap:20px}.cdms-bar-chart{flex:1;display:flex;flex-direction:column;align-items:center;border-right:#e8e8e8 1px solid}.cdms-bar-title{margin-bottom:10px;font-weight:700;text-align:center;min-height:40px;display:flex;align-items:center;justify-content:center}.cdms-bar-container{display:flex;align-items:flex-end;height:180px;border-bottom:#e8e8e8 1px solid}.cdms-target-bar{background-color:#e6e6e6;margin-right:10px}.cdms-actual-bar{display:flex;justify-content:center;align-items:center}.cdms-target-value{position:absolute;top:-30px}.cdms-actual-value-inside{color:#fff}.cdms-actual-value-outside{position:absolute;top:-25px}.cdms-bar-width{width:8rem;position:relative}.cdms-value-size{font-size:1.1rem;font-weight:700}.cdms-title-size{font-size:1.3rem;font-weight:700}.cdms-target-line{position:absolute;top:0;left:0;width:100%;border-top:2px dashed #666}.cdms-target-label{font-weight:400;padding-right:.1rem}.cdms-details-section{margin-top:30px}.cdms-details-heading{margin:0 0 10px;font-size:16px;font-weight:600}.cdms-details-list{padding-left:0;margin:0;list-style-type:none}.cdms-detail-item{margin-bottom:5px;font-size:14px;display:flex;align-items:flex-start}.cdms-square-bullet{width:8px;height:8px;background-color:#ff4c29;margin-right:10px;margin-top:6px;flex-shrink:0}@media (max-width: 1575px){.cdms-bar-width{width:6rem;position:relative}.cdms-value-size{font-size:.9rem;font-weight:700}.cdms-title-size{font-size:1.1rem;font-weight:700}}@media (max-width: 1350px){.cdms-bar-width{width:5rem;position:relative}.cdms-target-label{display:none}.cdms-title-size{font-size:1rem;font-weight:700}}@media (max-width: 1150px){.cdms-value-boxes{display:none}.cdms-bar-width{width:5rem;position:relative}.cdms-target-label{display:none}.cdms-title-size{font-size:1rem;font-weight:700}}@media (max-width: 1050px){.cdms-charts-container{flex-direction:column}}.csm_main-overall-container{display:flex;flex-direction:row;padding:1rem;border-bottom:.14rem solid #e6e6e6;box-sizing:border-box;overflow:hidden}.csm_main-overall-container>*:first-child{border-right:#e8e8e8 1px solid;padding-right:16px;margin-right:16px;width:50%;box-sizing:border-box}.csm_main-overall-container>*:last-child{width:50%;box-sizing:border-box}.csm_container{padding:16px;color:#333;display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden}.csm_top_row{display:flex;align-items:center;margin-bottom:20px}.csm_rag_status{width:4.5rem;height:4.5rem;border-radius:4px;margin-right:12px;flex-shrink:0;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.csm_title_commentary{height:auto;min-height:4.5rem;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 5.5rem)}.csm_title{font-size:1.2rem;font-weight:600}.csm_status_commentary{font-size:1rem;line-height:1.5;margin:0;color:#555;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;text-overflow:ellipsis;overflow:hidden}.csm_main_row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;gap:24px;width:100%}.csm_dials_container{margin-top:4rem;display:flex;flex-direction:row;justify-content:space-between;width:100%}.csm_dial_item{display:flex;flex-direction:column;align-items:center;width:33%;margin-bottom:16px}.csm_dial_text{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:3rem;width:100%}.csm_kpi_heading{font-size:14px;font-weight:700;margin:0 0 4px;color:#333}.csm_dial_narrative{font-size:12px;text-align:center;color:#666;line-height:1.3;margin:0;width:10rem}.csm_dial{position:relative;height:80px;display:flex;justify-content:center;align-items:center}.csm_status_items{display:flex;flex-direction:row;justify-content:space-between;gap:12px;width:100%;border-bottom:#e8e8e8 1px solid;border-top:#e8e8e8 1px solid;padding:.25rem 0}.csm_status_item{display:flex;align-items:center;gap:10px}.csm_status_label{font-size:14px;text-transform:capitalize}.csm_status_indicator{display:flex;align-items:center;justify-content:center}.csm_status_icon{width:2rem;height:2rem}.csm_status_check{display:block}.csm_commentary_list{list-style-type:none;padding:0;margin:0}.csm_commentary_item{display:flex;align-items:flex-start;margin-bottom:8px;font-size:14px;line-height:1.5}.csm_bullet_point{width:8px;height:8px;background-color:#ff4c29;border-radius:50%;margin-right:10px;margin-top:6px;flex-shrink:0}.csm_divider{height:1px;background-color:#e8e8e8;margin:20px 0}.csm_key_dates_title{font-size:16px;font-weight:600;margin:0 0 12px}.csm_key_dates_list{list-style-type:none;padding:0;margin:0}.csm_key_date_item{display:flex;align-items:flex-start;margin-bottom:8px;font-size:14px;line-height:1.5}.csm_square_bullet{width:8px;height:8px;background-color:#ff4c29;margin-right:10px;margin-top:6px;flex-shrink:0}@media (max-width: 1350px){.csm_main-overall-container{display:flex;flex-direction:column}.csm_main-overall-container>*:first-child{border-right:none;padding-right:0;margin-right:0;width:100%;box-sizing:border-box}.csm_main-overall-container>*:last-child{width:100%;box-sizing:border-box}}.chart-container{width:100%;height:100%;font-size:1rem}.chart-title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:1rem}.chart-wrapper{width:100%;height:750px;padding:2rem 2rem 1rem;aspect-ratio:1}.recharts-tooltip-wrapper{background-color:#ffffffe6;border-radius:5px;box-shadow:0 2px 4px #0003}.custom-tooltip{padding:10px;font-size:.9rem;color:#333;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0003}.recharts-line-dot{cursor:pointer}.recharts-active-dot{animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.recharts-default-legend{opacity:0}.recharts-legend-item{cursor:pointer;transition:opacity .3s}.recharts-legend-item:hover{opacity:.7}.recharts-cartesian-axis-tick-value{font-size:12px}.recharts-yAxis .recharts-cartesian-axis-tick{display:block!important}.recharts-xAxis .recharts-cartesian-axis-line,.recharts-yAxis .recharts-cartesian-axis-line{stroke:#666;stroke-width:1px}.recharts-xAxis .recharts-text,.recharts-yAxis .recharts-text{fill:#333}.reference-line{stroke:#999;stroke-dasharray:5,5;stroke-width:1.5}.recharts-legend-item:has(.reference-line){opacity:.7}.custom-legend{display:flex;justify-content:center;margin-top:10px}.legend-item{display:flex;align-items:center;margin:0 10px}.legend-icon{display:inline-block;width:12px;height:12px;margin-right:5px;border-radius:2px}@media (max-width: 768px){.chart-wrapper{height:300px;padding:10px;aspect-ratio:auto}.chart-title{font-size:1rem}}.vm-key-plan-container{padding:1rem;display:grid;width:45%;margin:auto;justify-content:center;grid-template-columns:1fr 1fr 1fr;transform:translateY(-2rem)}.vm-key-plan-sub-container{display:flex;flex-direction:row;align-items:center}.vm-key-plan-text{font-size:.9rem}.vm-key-plan-color{width:3rem;height:.25rem;margin-right:1rem}.vm-key-plan-planned{background-color:#08b2e3}.vm-key-plan-forcast{background-color:#ff4c29}.vm-key-plan-actual{background-color:#98e000}.vmt-table{display:flex;flex-direction:column;width:95%;font-size:1rem;border-radius:4px;overflow:hidden;margin:1rem;border:1px solid #ddd}.vmt-row{display:flex;width:100%;border-bottom:1px solid #eee}.vmt-header-row{background:#f7fafc;font-weight:700;border-top:none}.vmt-cell{padding:12px 15px;display:flex;align-items:center;border-right:1px solid #eee;min-height:30px}.vmt-header-cell{color:#333;position:sticky;top:0;font-weight:500}.vmt-title-cell{flex:0 0 20rem}.vmt-data-cell{flex:1;justify-content:center;text-align:center}.vmt-row>.vmt-cell:last-child{border-right:none}.vmt-header-row>.vmt-cell:first-child{border-left:none}.vmt-header-row>.vmt-cell:last-child{border-right:none}.dashboard-nav-button{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background-color:#ff4c29;color:#fff;border:none;box-shadow:0 2px 10px #0000001a;cursor:pointer;z-index:50;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}.dashboard-nav-button:hover{background-color:#6b66da}.dashboard-nav-button:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #ff4c29;border-radius:50%}.dashboard-nav-button:focus:hover{box-shadow:0 0 0 2px #fff,0 0 0 4px #6b66da}.dashboard-nav-button:active{transform:scale(.95)}.dashboard-nav-button svg{width:1.5rem;height:1.5rem;transition:transform .2s}.dashboard-nav-button.open svg{transform:rotate(45deg)}.dashboard-nav-menu{position:fixed;bottom:6rem;right:2rem;width:16rem;background-color:#fff;border-radius:.5rem;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem;z-index:40;max-height:70vh;overflow-y:auto}.dashboard-nav-menu-header{padding:1rem;border-bottom:1px solid #e5e7eb}.dashboard-nav-menu-title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.dashboard-nav-menu-list{list-style:none;margin:0;padding:0}.dashboard-nav-menu-item{padding:0;margin:0}.dashboard-nav-menu-button{width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .15s}.dashboard-nav-menu-button:hover{background-color:#f3f4f6}.dashboard-nav-menu-button:focus{outline:none;background-color:#f3f4f6}.dashboard-nav-menu::-webkit-scrollbar{width:6px}.dashboard-nav-menu::-webkit-scrollbar-track{background:#f1f1f1}.dashboard-nav-menu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.dashboard-nav-menu::-webkit-scrollbar-thumb:hover{background:#082032}.report-fixed-container{position:fixed;top:5rem;right:3rem;z-index:50}.report-nav-button{position:relative;width:2rem;height:2rem;background-color:#ff4c29;color:#fff;border:none;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}.report-nav-button:hover{background-color:#6b66da}.report-nav-button:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #ff4c29}.report-nav-button:focus:hover{box-shadow:0 0 0 2px #fff,0 0 0 4px #6b66da}.report-nav-button:active{transform:scale(.95)}.nav-icon{width:1.5rem;height:1.5rem;transition:transform .2s}.report-nav-button.open .nav-icon{transform:rotate(45deg)}.report-nav-menu{position:absolute;top:2.8rem;right:-2rem;width:16rem;background-color:#fff;border-radius:.5rem;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem;max-height:70vh;overflow-y:auto}.report-nav-menu-header{padding:1rem;border-bottom:1px solid #e5e7eb}.report-nav-menu-title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.report-nav-menu-list{list-style:none;margin:0;padding:0}.report-nav-menu-item{padding:0;margin:0}.no-report-nav-menu-item{padding:.75rem 1rem;font-size:.9rem;color:#374151}.report-nav-menu-button{width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .15s}.report-nav-menu-button:hover{background-color:#f3f4f6}.report-nav-menu::-webkit-scrollbar{width:6px}.report-nav-menu::-webkit-scrollbar-track{background:#f1f1f1}.report-nav-menu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.report-nav-menu::-webkit-scrollbar-thumb:hover{background:#082032}.menu-icon{width:1.25rem;height:1.25rem;margin-right:.75rem;color:#ff4c29}.report-nav-menu-button{display:flex;align-items:center}.sub-menu{padding-left:3rem;font-size:.8rem}.previous-reports-section{border-top:1px solid #e5e7eb;background-color:#f9fafb}.rcdd-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.rcdd-modal,.rcdatad-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;width:90%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.rcdd-modal{max-width:500px}.rcdatad-modal{max-width:900px}.rcdd-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e5e5e5}.rcdd-title{margin:0;font-size:18px;font-weight:600;color:#333}.rcdd-close-btn{background:none;border:none;font-size:22px;font-weight:700;color:#888;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;transition:color .2s}.rcdd-close-btn:hover{color:#333}.rcdd-content{padding:20px;overflow-y:auto;flex:1}.rcdd-list,.rcdatadlist-update-list{list-style-type:none;margin:0;padding:0}.rcdd-list-item,.rcdatadlist-update-item{position:relative;padding:10px 0 10px 25px;border-bottom:1px solid #f0f0f0;line-height:1.4}.rcdd-list-item:last-child,.rcdatadlist-update-item:last-child{border-bottom:none}.rcdd-list-item:before,.rcdatadlist-update-item:before{content:"•";position:absolute;left:5px;color:#ff4c29;font-size:18px;font-weight:700;top:7px}.rcdatad-list-item{position:relative;padding:10px 0 10px 25px;border-bottom:1px solid #f0f0f0;line-height:1.4}.rcdatad-list-item:last-child{border-bottom:none}.rcdatad-list-item:before{content:"■";position:absolute;left:5px;color:#ff4c29;font-size:1.5rem;font-weight:700;top:.15rem}.rcdd-item-title{font-weight:700;color:#333}.rcdd-item-description{font-weight:400;color:#666}.rcdd-footer{padding:15px 20px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end}.rcdd-btn{background-color:#ff4c29;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;cursor:pointer;transition:background-color .2s}.rcdd-btn:hover{background-color:#3a7bc8}@keyframes rcdd-fade-in{0%{opacity:0}to{opacity:1}}.rcdd-overlay{animation:rcdd-fade-in .3s ease-out}.rcdd-collection-header{display:flex;justify-content:space-between;align-items:center}.rcdd-collection-name{font-size:16px;font-weight:600;color:#333}.rcdd-update-info,.rcdd-no-updates{font-size:14px;color:#666;margin:2px}.rcdd-update-details{margin-top:.4rem;padding-left:.2rem}.component-item{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:8px;font-size:1rem}.component-checkbox{width:16px;height:16px;margin:0}.component-label{margin:0;cursor:pointer}.component-list{display:flex;flex-direction:column;gap:8px}.component-item{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:#fff;border:1px solid #ddd;border-radius:4px}.component-main{display:flex;align-items:center;gap:8px;flex-grow:1}.component-buttons{display:flex;gap:4px}.component-button{display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:1px solid #ddd;border-radius:4px;cursor:pointer}.component-button:hover{background-color:#f5f5f5}.component-controls{display:flex;align-items:center;gap:1rem}.section-title-input{display:flex;align-items:center;gap:.5rem}.add-section-button{background:none;border:none;cursor:pointer;padding:0}.pfd-input{width:300px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;text-align:left}.pfd-input:focus{border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.component-checkbox:checked{accent-color:#ff4c29}.component-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.component-title{font-size:1.125rem;font-weight:600;margin:0}.search-container{position:relative}.user-search-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.user-count{padding-right:1rem}.search-input{width:240px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;text-align:left}.search-input:focus{border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.excel-export-button{margin-top:1rem;display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#ff4c29;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:14px;transition:background-color .2s ease;box-shadow:0 1px 2px #0000000d}.excel-download-button{margin-top:1rem;display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#6b66da;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:14px;transition:background-color .2s ease;box-shadow:0 1px 2px #0000000d}.excel-download-button:hover{background-color:#6c66daac}.excel-export-button:hover{background-color:#6b66da}.excel-export-button .plus-icon{font-size:18px;font-weight:700;line-height:1}.cdu_section-title{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem 0rem}.cdu_data-table-container{margin-top:.25rem;width:100%;display:flex;flex-direction:column;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a;font-family:Arial,sans-serif;font-size:.9rem}.cdu_data-table-header{display:flex;background-color:#f7fafc;font-weight:700;border-bottom:2px solid #e0e0e0;font-size:1rem}.cdu_data-table-row{display:flex;border-bottom:1px solid #e0e0e0}.cdu_data-table-row:last-child{border-bottom:none}.cdu_data-table-cell{flex:1;padding:12px 16px;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.cdu_header-cell{font-weight:700;color:#333}.cdu_data-table-empty{padding:20px;text-align:center;color:#666;font-style:italic}.commercial-transfer-container{display:flex;flex-direction:column;gap:20px}.commercial-buttons-container{display:flex;gap:16px;align-items:center;margin-bottom:10px}.upload-status{padding:12px;border-radius:4px;margin:10px 0;font-size:14px}.upload-status.success{background-color:#e6f7e6;color:#2e7d32;border:1px solid #c8e6c9}.upload-status.error{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.commercial-data-details{margin-top:10px}@media (max-width: 768px){.cdu_data-table-container{font-size:14px}.cdu_data-table-cell{padding:8px 12px}}.cdu_data-table-row:hover{background-color:#f0f7ff;transition:background-color .2s ease}.excel-import-container{display:flex;flex-direction:column;gap:8px}.excel-import-button{margin-top:1rem;display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#ff4c29;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:14px;transition:background-color .2s ease;box-shadow:0 1px 2px #0000000d}.excel-import-button:hover{background-color:#6b66da}.excel-import-button.processing{opacity:.5;cursor:not-allowed}.excel-import-button input[type=file]{display:none}.excel-import-button .upload-icon{font-size:18px;font-weight:700;line-height:1}.excel-import-button .button-text{line-height:1}.upload-progress{font-size:12px;color:#666;margin-top:4px}.upload-results-container{margin-top:20px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem}.upload-results-container h2{margin-top:0;color:#333;font-size:1.5rem;border-bottom:1px solid #eee;padding-bottom:10px}.upload-results-container h3{margin-top:20px;color:#444;font-size:1.2rem}.results-overview{display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px 0}.result-stat{background-color:#f9f9f9;border-radius:6px;padding:15px;text-align:center;flex:1;min-width:120px;margin:0 5px 10px;box-shadow:0 2px 4px #0000000d}.stat-value{display:block;font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:5px}.stat-label{font-size:.9rem;color:#7f8c8d}.sheets-table,.projects-table{width:100%;border-collapse:collapse;margin-top:15px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.sheets-table th,.projects-table th{background-color:#f5f5f5;color:#333;font-weight:600;text-align:left;padding:12px;border-bottom:2px solid #e0e0e0}.sheets-table td,.projects-table td{padding:10px 12px;border-bottom:1px solid #e0e0e0;color:#333}.sheets-table tr:hover,.projects-table tr:hover{background-color:#f9f9f9}.sheet-detail{margin:2px 0;font-size:.9rem}.missing-fields-note{margin-top:20px;padding:10px 15px;background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404;border-radius:0 4px 4px 0}.results-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;padding-top:2rem;z-index:1000}.results-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;padding:20px;box-shadow:0 4px 15px #0003}.close-button{position:absolute;top:10px;right:10px;border:none;font-size:16px;cursor:pointer;color:#666}.close-button:hover{color:#333}.modal-close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2rem;height:3rem;width:3rem;cursor:pointer;color:#fff;background-color:#ff4c29;border:1px solid #ddd;border-radius:3px}.modal-close-button:hover{background-color:#6b66da}@media (max-width: 768px){.results-overview{flex-direction:column}.result-stat{margin-bottom:10px;width:100%}.sheets-table,.projects-table{display:block;overflow-x:auto}}.milestone-template-row{display:flex;align-items:center;border-bottom:1px solid #e2e8f0}.milestone-template-row:hover{background-color:#f7fafc}.milestone-template-header{display:flex;align-items:center;background-color:#f7fafc;border-bottom:2px solid #e2e8f0;font-weight:600}.milestone-template-column{flex:1;min-width:150px;padding:.75rem 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.column-title-wide{flex:2.5;min-width:300px}.milestone-template-empty-message{text-align:center;padding:20px;font-size:16px;color:#666;background-color:#f9f9f9;border-radius:4px;margin-top:20px}.milestone-template-column.column-code{width:48px;flex:none;display:flex;align-items:center;justify-content:center}.milestone-template-column.sortable{cursor:pointer}.milestone-template-column.sortable:hover{background-color:#edf2f7}.milestone-template-column-title-left-padding{padding-left:1rem}.dateCard{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:left;text-decoration:none;cursor:pointer;outline:none;display:flex;flex-direction:column;align-items:stretch;width:100%}.dateCard:hover{box-shadow:0 4px 8px #00000026}.dateCard:focus{box-shadow:0 4px 8px #00000026;outline:2px solid #007bff;outline-offset:2px}.dateCard:disabled{cursor:default}.dateCard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;width:100%}.dateCard-header h3{margin:0;color:#333;font-size:18px;flex:1}.dateCard-date-section{display:flex;align-items:center;gap:8px}.dateCard-date{background:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap}.dateCard-date-current{background:#ff4c29!important;color:#fff!important}.dateCard-actions{display:flex;gap:4px}.dateCard-action-btn{background:none;border:none;padding:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:#666}.dateCard-action-btn:hover{background-color:#f5f5f5;color:#333}.dateCard-edit-btn:hover{background-color:#fff3e0;color:#ff4c29}.dateCard-view-btn:hover{background-color:#e3f2fd;color:#1976d2}.dateCard-view-mode{cursor:default}.dateCard-view-mode:hover{box-shadow:0 2px 4px #0000001a}.dateCard-content{width:100%}.dateCard-content p{margin:8px 0;color:#555;font-size:14px}.dateCard-content strong{color:#333}@media (max-width: 768px){.rms-filter-controls{flex-direction:column;gap:15px}.rms-meetings-grid{grid-template-columns:1fr}.dateCard-header{flex-direction:column;align-items:flex-start;gap:10px}.dateCard-date-section{align-self:flex-start}}@media (max-width: 768px){.minutes-grid{grid-template-columns:1fr;padding:10px 0}.minute-stats{flex-direction:column;gap:8px}.minute-people{padding:10px}.person-info{gap:8px}.person-avatar,.person-avatar-placeholder{width:28px;height:28px}.person-avatar-placeholder{font-size:11px}.minute-people-cards{flex-direction:column}.person-card{min-width:auto}}.min-mt-details{padding:16px;font-size:1rem}.min-mt-section{margin-bottom:16px}.min-mt-section-title{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;font-size:1.2rem;font-weight:600;width:100%}.min-mt-section:last-child{margin-bottom:0}.min-mt-section strong{display:inline-block;margin-bottom:4px;color:#333;font-weight:600}.min-mt-content{margin-top:8px;padding:12px;background-color:#f8f9fa;white-space:pre-wrap;line-height:1.5}.min-mt-comments{margin-top:8px;padding:12px;white-space:pre-wrap;line-height:1.5}.min-mt-key-points{margin:8px 0 0;padding-left:2rem;list-style:none}.min-mt-key-point-item{position:relative;padding-left:20px;margin-bottom:8px;line-height:1.4}.min-mt-key-point-item:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:#ff4c29;border-radius:50%}.min-mt-key-point-item:last-child{margin-bottom:0}.min-mt-header-section{margin-bottom:20px;padding:16px;background-color:#f8f9fa;border-radius:6px}.min-mt-header-row{display:flex;margin-bottom:8px;font-size:14px;line-height:1.4}.min-mt-header-row:last-child{margin-bottom:0}.min-mt-header-row strong{display:inline-block;min-width:80px;margin-right:12px;margin-bottom:0;color:#333;font-weight:600;font-size:14px}.min-mt-header-row span{color:#555;flex:1}.min-mt-officials-section{margin-bottom:20px;display:flex;gap:20px;flex-wrap:wrap}.min-mt-official{display:flex;align-items:center;padding:12px;background-color:#f7fafc;border-radius:6px;gap:12px;flex:1;min-width:280px}.min-mt-official-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.min-mt-official-avatar .person-avatar{width:56px;height:56px}.min-mt-official-avatar .person-avatar-placeholder{width:56px;height:56px;font-size:22px}.min-mt-official-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.min-mt-no-content-message{display:flex;justify-content:center;align-items:center;color:#666;font-style:italic;text-align:center;margin:20px 0;font-size:14px;padding:10px;background-color:#f7fafc;border-radius:4px;border:1px dashed #ddd;height:6rem}.min-mt-official-role{font-size:.8rem;font-weight:600;color:#ff4c29;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.min-mt-official-name{font-weight:600;color:#333;font-size:1rem;margin-bottom:2px}.min-mt-official-company{font-size:12px;color:#666;font-style:italic;margin-bottom:1px}.min-mt-official-email{font-size:11px;color:#888}.min-mt-separator{margin:24px 0;border:none;height:1px;background-color:#e9ecef}.min-mt-title-separator{margin:.5rem 0 1.5rem;border:none;height:1px;background-color:#ff4c29}.minutes-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));padding:20px 0}.minute-key-points{margin-top:15px}.minute-details{display:flex;align-items:center;justify-content:left}.minute-people{margin-top:15px;padding:12px;background-color:#f7fafc;border-radius:6px}.person-info{display:flex;align-items:center;margin-bottom:12px;font-size:13px;line-height:1.4;gap:10px}.person-info:last-child{margin-bottom:0}.person-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef;flex-shrink:0}.person-avatar-placeholder{width:32px;height:32px;border-radius:50%;background-color:#ff4c29;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;flex-shrink:0}.person-details{display:flex;flex-direction:column;flex-grow:1;min-width:0}.person-role{font-size:11px;font-weight:600;color:#ff4c29;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.person-name{font-weight:600;color:#333;font-size:13px;margin-bottom:1px}.person-company{font-size:11px;color:#666;font-style:italic}.minute-key-points strong,.minute-details strong,.minute-people strong{display:block;margin-right:.25rem;color:#333;font-size:14px}.key-points-list{margin:0;padding:1rem;list-style:none}.key-point-item{position:relative;padding-left:20px;margin-bottom:6px;color:#555;font-size:13px;line-height:1.4}.key-point-item:before{content:"●";position:absolute;left:0;color:#ff4c29;font-size:16px;line-height:1.2}.key-point-more{padding-left:20px;margin-bottom:6px;color:#888;font-size:12px;font-style:italic}.minute-comments{margin-top:15px}.minute-comments strong{display:block;margin-bottom:8px;color:#333;font-size:14px}.minute-comments p{margin:0;color:#666;font-size:13px;line-height:1.4}.minute-stats{margin-top:20px;padding-top:15px;border-top:1px solid #eee;display:flex;gap:20px;flex-wrap:wrap}.stat-item{color:#666;font-size:12px}.stat-item strong{color:#333;font-weight:600}@media (max-width: 768px){.min-mt-details{padding:12px}.min-mt-section{margin-bottom:12px}.min-mt-content{padding:8px}.min-mt-header-section{padding:12px}.min-mt-header-row{flex-direction:column;gap:4px}.min-mt-header-row strong{min-width:auto;margin-right:0;margin-bottom:2px}.min-mt-officials-section{flex-direction:column;gap:12px}.min-mt-official{min-width:auto;padding:10px}.min-mt-official-avatar .person-avatar{width:48px;height:48px}.min-mt-official-avatar .person-avatar-placeholder{width:48px;height:48px;font-size:18px}.person-avatar{width:28px;height:28px}.person-avatar-placeholder{width:28px;height:28px;font-size:11px}.min-mt-table th,.min-mt-table td{padding:8px 6px;font-size:12px}.min-mt-table th{font-size:11px}.minutes-grid{grid-template-columns:1fr;padding:10px 0}.minute-stats{flex-direction:column;gap:8px}.minute-people{padding:10px}.person-info{gap:8px}.minute-people-cards{flex-direction:column}.person-card{min-width:auto}}@media (max-width: 480px){.min-mt-attendance-table{font-size:11px}.min-mt-table th,.min-mt-table td{padding:6px 4px}.min-mt-official-avatar .person-avatar{width:40px;height:40px}.min-mt-official-avatar .person-avatar-placeholder{width:40px;height:40px;font-size:16px}.person-avatar{width:24px;height:24px}.person-avatar-placeholder{width:24px;height:24px;font-size:10px}.min-mt-official{gap:8px}}.min-mt-main-table{margin-top:12px;overflow-x:auto;border-radius:6px;border:1px solid #e9ecef}.min-mt-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:13px}.min-mt-table th{background-color:#f7fafc;padding:12px 8px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e9ecef;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.min-mt-sortable-header:hover{color:#ff4c29}.min-mt-sort-indicator{margin-left:5px;font-size:12px;opacity:.7}.min-mt-table td{padding:10px 8px;border:1px solid #f1f3f4;vertical-align:middle}.min-mt-table tr:hover{background-color:#f8f9fa}.min-mt-avatar-cell{width:50px;text-align:center;position:relative}.min-mt-avatar-cell .person-avatar,.min-mt-avatar-cell .person-avatar-placeholder{margin:0 auto;display:block}.min-mt-avatar-cell .person-avatar-placeholder{display:flex}.min-mt-attendance-status{text-align:center;width:60px}.min-mt-tick{color:#28a745;font-size:18px;font-weight:700}.min-mt-cross{color:#dc3545;font-size:16px;font-weight:700}.min-mt-raised-by{display:flex;flex-direction:column;align-items:center;gap:8px}.min-mt-owner-name{flex:1}.min-mt-close-date{display:flex;flex-direction:column}.min-mt-days-late{font-size:.9em;color:red;font-weight:400;margin-top:2px}.min-mt-25perc-col{width:25%;word-wrap:break-word;border:solid 1px #f1f3f4}.min-mt-20perc-col{width:20%;word-wrap:break-word}.min-mt-editable-cell{position:relative;min-height:20px;border-radius:3px;transition:background-color .15s ease}.min-mt-editable-cell:hover{background-color:#f0f7ff;cursor:pointer}.min-mt-editable-cell:hover:after{content:"✏️";position:absolute;right:4px;top:2px;font-size:11px;opacity:.7;pointer-events:none}.min-mt-edit-input{width:100%;border:2px solid #ff4c29;border-radius:4px;padding:6px 8px;font-size:13px;font-family:inherit;background-color:#fff;outline:none;box-shadow:0 0 0 2px #ff4c2926;margin:-2px}.min-mt-edit-input:focus{border-color:#e63946;box-shadow:0 0 0 2px #ff4c2940}.min-mt-editable-row{position:relative}.min-mt-editable-row:hover{background-color:#f8f9fa}.min-mt-editable-row .min-mt-editable-cell{position:relative}.min-mt-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;min-width:60px;text-align:center}.min-mt-status.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.min-mt-status.in-progress{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.min-mt-status.completed{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.min-mt-status.overdue{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.min-mt-raised-by:hover:after,.min-mt-avatar-cell .min-mt-editable-cell:hover:after{display:none}.min-mt-editable-cell .min-mt-close-date{margin:-2px 0}.min-mt-editable-cell[title="Click to edit"]{border:1px solid transparent;border-radius:3px}.min-mt-editable-cell[title="Click to edit"]:hover{border-color:#e9ecef;background-color:#f0f7ff}.min-mt-table.disabled{pointer-events:none;opacity:.6}.min-mt-table.disabled .min-mt-editable-row{pointer-events:none}.min-mt-cell-error{background-color:#dc35451a!important;border:1px solid #dc3545!important;position:relative}.min-mt-cell-error:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #dc3545;border-radius:4px;pointer-events:none;z-index:1}.min-mt-input-error{border-color:#dc3545!important;background-color:#dc35450d!important;box-shadow:0 0 0 .2rem #dc354540!important}.min-mt-input-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354540!important;outline:none!important}.min-mt-input-error.min-mt-select,.min-mt-input-error.min-mt-text-input,.min-mt-input-error.min-mt-date-input,.min-mt-input-error.min-mt-textarea{border-color:#dc3545!important;background-color:#dc35450d!important}.min-mt-input-error.min-mt-checkbox{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354540!important}.min-mt-input-error.min-mt-icon-button,.min-mt-input-error.min-mt-function-button{border:2px solid #dc3545!important;background-color:#dc35450d!important}@keyframes error-pulse{0%{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}50%{border-color:#c82333;box-shadow:0 0 0 .4rem #dc354526}to{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}}.min-mt-input-error{animation:error-pulse 2s ease-in-out}.min-mt-cell-error[data-error-message]:hover:after{content:attr(data-error-message);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#dc3545;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;box-shadow:0 2px 8px #00000026}.table-filter-container{display:flex;align-items:center;gap:12px;padding:16px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;flex-wrap:wrap}.table-filter-title{font-size:14px;font-weight:600;color:#495057;white-space:nowrap;margin-right:8px}.table-filter-select{min-width:140px;padding:8px 12px;border:1px solid #ced4da;border-radius:4px;background-color:#fff;font-size:14px;color:#495057;cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.table-filter-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.table-filter-select:hover{border-color:#adb5bd}.table-filter-input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;color:#495057;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.table-filter-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.table-filter-input:hover{border-color:#adb5bd}.table-filter-input::placeholder{color:#6c757d;font-style:italic}.table-filter-qty{font-size:13px;color:#6c757d;font-weight:500;padding:4px 8px;background-color:#e9ecef;border-radius:12px;white-space:nowrap}@media (max-width: 768px){.table-filter-container{flex-direction:column;align-items:stretch;gap:8px}.table-filter-title{margin-right:0;margin-bottom:4px}.table-filter-select,.table-filter-input{min-width:auto;width:100%}.table-filter-qty{align-self:flex-end}}@media print{.no-print{display:none!important}}@media (prefers-color-scheme: dark){.table-filter-container{background-color:#343a40;border-color:#495057}.table-filter-title{color:#f8f9fa}.table-filter-select,.table-filter-input{background-color:#495057;border-color:#6c757d;color:#f8f9fa}.table-filter-select:focus,.table-filter-input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.table-filter-input::placeholder{color:#adb5bd}.table-filter-qty{background-color:#495057;color:#adb5bd}}.table-filter-container.compact{padding:8px 12px;gap:8px}.table-filter-container.minimal{background-color:transparent;border:none;padding:8px 0}.table-filter-container.bordered{border:2px solid #dee2e6}.table-filter-select:focus-visible,.table-filter-input:focus-visible{outline:2px solid #007bff;outline-offset:2px}.additional-section-container{padding:20px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-top:16px;position:relative}.additional-section-prompt{margin:10px 0;color:#666;display:flex;width:100%;justify-content:center}.additional-section-buttons{display:flex;width:100%;justify-content:center;margin-top:15px}.create-note-form{padding:20px;background:#e8f5e8;border-radius:4px;margin-top:16px}.create-note-form h4{margin:0 0 10px}.create-note-textarea{width:100%;height:100px;padding:10px;margin-top:10px;border:1px solid #ccc;border-radius:4px;font-family:inherit;resize:vertical}.create-note-actions{margin-top:10px}.create-note-save-btn{margin-right:10px;padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.create-note-save-btn:hover{background-color:#0056b3}.form-wrapper{margin-top:16px}.btn-create-note{margin-right:8px;color:#fff;background-color:#343a40;border:1px solid #495057}.btn-create-action{margin-right:8px}.btn-create-key-issues{margin-right:28px}.btn-back{margin-left:8px;background-color:#6c757d;color:#fff}.btn-cancel{background-color:#dc3545;color:#fff}.floating-add-button{position:absolute;border-radius:50%;border:1px solid #f1f3f4;font-size:20px;font-weight:700;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .2s ease}.floating-add-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.floating-add-button:active:not(:disabled){transform:scale(.95);box-shadow:0 1px 2px #0003}.floating-add-button:disabled{opacity:.6;transform:none;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.floating-add-button{width:36px;height:36px;font-size:18px}}@media (max-width: 480px){.floating-add-button{width:32px;height:32px;font-size:16px}}.print-card-top-btn{margin:0;color:var(--text-color);background:var(--sidebar-color);height:2rem;border:1px solid #ccc;display:inline-block;padding:6px 12px;cursor:pointer;max-width:100px;transition:.3s ease-in-out;white-space:nowrap}.print-card-top-btn.processing{background-color:#6b66da;color:#fff;font-weight:600;max-width:150px;border-radius:.2rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.buttonContent{display:flex;align-items:center}.button-spinner{margin-right:8px;animation:spin 1s linear infinite;width:16px;height:16px}.toast-container-custom{top:20px!important;right:400px!important;z-index:9999999!important}.custom-toast{margin-bottom:15px!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.options-container{right:2rem;bottom:2rem;position:fixed;z-index:500;overflow:hidden;display:flex;background:#ff4c29;border-radius:1rem;border:none;width:48px;height:48px;transition:all .5s ease-in-out;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.options-container.pulse{animation:pulse .5s ease-in-out 0s infinite}.options-button-main{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;background:#ff4c29;border-radius:1rem;border:none;font-size:24px;color:#333;cursor:pointer;outline:none;width:4.2rem;height:fit-content;overflow:hidden;transition:all .5s ease-in-out;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.options-container:hover{width:192px}.options-expanded{display:flex;flex-direction:row;background-color:transparent;z-index:1;transition:all .5s ease-in-out}.option-button{all:unset;display:flex;align-items:center;padding:8px;font-size:14px;color:#333;cursor:pointer}.option-button>*:first-child{margin-right:8px}.option-button>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.float-icon-container{position:absolute;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;padding:8px;box-sizing:content-box;transition:all .5s ease-in-out,opacity 1s ease-in-out;opacity:0}.float-icon-container>svg{width:100%;height:100%}.float-icon-container>svg:hover{filter:invert(39%) sepia(79%) saturate(2560%) hue-rotate(343deg) brightness(99%) contrast(104%)}@media only screen and (max-width: 700px){.options-container{display:none}}.commercial-top-row-container,.commercial-top-row-container-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.commercial-top-row-container-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.commercial-top-row-container-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.commercial-top-row-container-6{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.commercial-top-row-container-7{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}.commercial-top-row-container-9{display:grid;grid-template-columns:repeat(9,1fr);gap:1rem}.commercial-top-row-box{display:flex;flex-direction:column;justify-content:center;align-items:left;padding-left:1rem;border-left:solid #ff4c29 2px}.commercial-top-row-container>:first-child{border-left:none}.commercial-top-row-container>.commercial-top-row-box:nth-child(4){border-left:solid #cccc 2px}.commercial-top-row-main-title{font-size:1.2rem;font-weight:600}.commercial-top-row-title{font-size:1rem;font-weight:400}.commercial-top-row-value{font-size:2rem;font-weight:600}.commercial-bottom-row-title{font-size:.7rem;font-weight:400;padding-left:.25rem}.commercial-title-container{display:flex;align-items:center}.circle-dot{width:.8rem;height:.8rem;border-radius:50%;background-color:#ff4c29;display:flex;align-items:center;justify-content:center;margin-right:.25rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}.commercial-comparions-container{display:flex;align-items:center;font-size:1rem;font-weight:400}.status-with-graph-container{display:flex;flex-direction:row;width:100%;justify-content:space-between}.top-padding-2{padding-top:2rem}.left-padding-2{padding-left:2rem}.status-left{display:flex;flex-direction:column;align-items:center;justify-content:center;width:15%;height:15rem}.status-left-inner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.summary-comparison-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.graph-right{display:flex;flex-direction:column;width:90%}.bold-value-text{font-size:3rem;font-weight:700;text-align:center;line-height:3.2rem}.medium-value-text{font-size:2.8rem;font-weight:700;text-align:center;line-height:3.3rem}.small-status-text{font-size:1rem;text-align:center}.health-safety-status-text-container{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:1rem;padding:3rem 2rem}.hse-status-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.hse-box-text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;text-align:center}.hse-rank-box{align-items:center;min-width:7rem;width:7rem;height:6rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem;margin:1rem;padding:.25rem}.hse-box-text{font-size:1.1rem;line-height:100%;font-weight:400;color:#fff;text-align:center;padding:.25rem 0}.hse-box-value{font-size:2rem;line-height:100%;font-weight:600;color:#fff;text-align:center}.resources-main-container{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);gap:1rem;padding:1.2rem .5rem}.resources-inner-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding-bottom:.25rem;border-bottom:.1rem solid #cccc}.resources-image{width:3.5rem;height:3.5rem}.bold-value-medium-text{font-size:2.5rem;font-weight:700;text-align:center}.small-resource-status-text{width:30%;font-size:1rem;font-weight:500;text-align:right}.resource-comparison-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:40%}.main-cemar-container,.main-cp7Status-container{display:grid;grid-template-columns:1fr;gap:1rem;padding:.75rem}.cp7-status-bottom-section{padding-top:1rem;display:flex;flex-direction:row;width:100%}.cp7-bottom-right-container{display:flex;flex-direction:row;align-items:center}.cp7-bottom-right-text-container{padding-left:.5rem;font-size:1rem;display:flex;flex-direction:column}.cp7-status-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.cp7-box-text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;text-align:center}.cp7-text-title{font-weight:600;color:#98e000}.cp7-rank-box{align-items:center;min-width:5rem;width:5rem;height:5rem;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:.25rem;margin:1rem}.cp7-box-text{font-size:1.1rem;line-height:100%;font-weight:400;color:#fff;text-align:center;padding:.25rem 0}.cp7-box-value{font-size:2rem;line-height:100%;font-weight:600;color:#fff;text-align:center}.cp7-weight-600{font-weight:600;line-height:.5rem}.ace-comparison-container{display:flex;flex-direction:row;align-items:center;width:100%}.ace-top-container{font-size:1rem;display:flex;flex-direction:row;width:100%}.ace-top-text-container{padding-left:1rem}.ace-text-title{font-weight:600;font-size:1rem}.ace-comparison-container{display:flex;flex-direction:row;align-items:center;text-wrap:nowrap}.critical-projects-container{padding:1rem .3rem;display:flex;width:100%;flex-direction:column;font-size:1rem}.critical-projects-status-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-bottom:.25rem;border-bottom:.1rem solid #cccc}.critical-projects-status-container-empty{padding-top:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-bottom:.25rem;text-align:center;text-justify:center}.critical-projects-status{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20%;height:100%}.critical-projects-text-header-empty{padding-top:1rem;font-weight:600;font-size:1.5rem}.critical-projects-text-note-empty{font-size:1rem}.critical-project-main-title{width:100%;font-weight:600;white-space:normal;overflow-wrap:break-word;padding:0 1rem}.critical-project-text-desc{width:100%;font-size:1rem;white-space:normal;overflow-wrap:break-word;padding-left:1rem}.critical-projects-gauges{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40%;height:100%;padding:1rem 0}.projectstatus-performance-main-container{padding:1rem;display:flex;flex-direction:column;width:100%;height:41rem}.projectstatus-performance-grid,.projectstatus-performance-grid-content{font-size:1rem;display:grid;grid-template-columns:repeat(6,1fr);gap:.2rem 1rem;align-items:center;padding-right:1rem}.projectstatus-performance-grid{padding-bottom:1rem}.projectstatus-performance-grid-content{overflow-y:scroll;height:calc(100% - 1.5rem);grid-auto-rows:50px}.projectstatus-performance-grid-content::-webkit-scrollbar{width:10px}.projectstatus-performance-grid-content::-webkit-scrollbar-thumb{background:#e6e6e6;border-radius:10px}.projectstatus-performance-grid-content::-webkit-scrollbar-thumb:hover{background:#e6e6e6}.projectstatus-performance-header{font-weight:700;text-align:center}.project-performance-header{font-weight:700;text-align:right}.projectstatus-rectangle{width:100%;height:20px}.project-status-select{width:100%;height:20px;cursor:pointer;transition:background-color .3s}.project-status-select:hover{background-color:#e6e6e6}.projectstatus-performance-titles{text-align:right;font-size:.9rem}.rectangle-opac{opacity:.25}.pbr-summaryblock-block-main-container{display:flex;flex-direction:column;justify-content:center;width:100%;padding-bottom:.5rem}.pbr-summaryblock-title-container{font-size:1.2rem;font-weight:600;color:#08203280}.pbr-summaryblock-content-container{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:none;width:100%;align-items:center}.pbr-summaryblock-content-status-square{width:60px;height:60px;border-radius:4px}.pbr-summaryblock-content-text-comparison-container{display:flex;flex-direction:column;justify-content:space-between;transform:translateY(-.5rem)}.pbr-summaryblock-content-text-comparison-text{font-size:.9rem;font-weight:400}.pbr-summaryblock-content-value-container{display:flex;flex-direction:row;align-items:flex-end}.pbr-summaryblock-content-metric-comparison-container{font-size:.9rem;font-weight:400;display:flex;padding:.5rem;flex-direction:row}.pbr-summaryblock-content-text-value,.summaryblock-content-text-value-novalue{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:600}.summaryblock-content-text-value-novalue{color:#e6e6e6}.comments-container{display:flex;flex-direction:column;width:100%;font-size:1rem;padding:1rem}.comments-toggle-wrapper{display:flex;width:100%;justify-content:flex-end}.comments-toggle-container{display:flex;align-items:center;gap:.5rem;padding:1rem}.ets-filter-toggle-active .ets-chevron{transform:rotate(180deg)}.ets-chevron{transition:transform .3s ease}.comments-content{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;background-color:#fff}.table-content{width:100%}.table-content-title{padding-left:1rem;font-size:1.5rem;font-weight:600;color:#ff4c29}.ragT-container{width:100%;max-width:1800px;padding:2rem 1rem 1rem;font-size:1rem}.ragT-title{font-size:1.5rem;color:#ff4c29;font-weight:600;margin-bottom:1rem}.ragT-wrapper{display:flex;flex-direction:column}.ragT-header-row{display:flex;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.ragT-data-row{display:flex;border-bottom:1px solid #e2e8f0}.ragT-metric-cell{width:350px;padding:.5rem;font-weight:500}.ragT-period-cell{width:90px;padding:.5rem;text-align:center;border-radius:4px;margin:2px}.ragT-header-cell{font-weight:600}.ragT-red{background-color:#f84f39;border:solid 1px white;color:#fff}.ragT-yellow{background-color:#ffe605;border:solid 1px white}.ragT-green{background-color:#98e000;border:solid 1px white}.no-rag .ragT-red,.no-rag .ragT-yellow,.no-rag .ragT-green{background-color:transparent;border:solid 1px #e2e8f0;color:inherit}.display-containers-main-container{padding:4rem 1rem 1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.display-container-left-container{width:20%;height:100%}.display-container-right-container{width:80%;height:100%}.targetGraph{width:100%;height:450px;font-size:1rem;padding:1rem}.target-comparison-container{display:flex;flex-direction:column;gap:1rem;padding:1rem}.target-box{display:flex;flex-direction:column;align-items:center;position:relative}.top-box{margin-bottom:2rem}.number-box{width:120px;height:120px;background-color:#f7fafc;padding-bottom:1rem;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;box-shadow:0 2px 4px #0000001a}.box-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.box-label{font-size:.875rem;position:absolute;bottom:.5rem;transform:translateY(-80%)}.direction-text{padding-top:1rem;font-size:1.2rem;font-weight:500;text-align:center}.triangle-up{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:15px solid #888;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.triangle-down{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid #888;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.triangle-up.green{border-bottom-color:#98e000}.triangle-up.red{border-bottom-color:#f84f39}.triangle-down.green{border-top-color:#98e000}.triangle-down.red{border-top-color:#f84f39}.custom-graph-style{font-size:1rem;align-items:center;padding:2rem;height:400px;width:92%;margin-bottom:2rem}.noDataContainer{color:#6b7280;text-align:center;padding:2rem 1rem 1rem}.noDataDisplayTitle{color:#e6e6e6;font-size:1.3rem;font-weight:500;text-align:center}.noDataDisplayText{font-size:1rem;font-weight:400;color:#ff4c29;text-align:center}.left-display-boxes-container{display:flex;flex-direction:column;gap:2rem;padding:1rem;width:100%;justify-content:center;align-items:center}.left-display-boxes-container.empty{height:100%;display:flex;justify-content:center;align-items:center;color:#888;font-style:italic}.summary-box{width:170px}.summary-box-content{width:100%;height:140px;background-color:#f7fafc;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;box-shadow:0 2px 4px #0000001a;padding:.8rem 1rem}.box-value{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.box-name{font-size:.875rem;position:absolute;bottom:.5rem;text-align:center;max-width:90%;overflow:hidden;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;height:2.4em;transform:translateY(-.5rem)}.white-text{color:#fff}.dark-text{color:#082032}.portfolioTable-route-container{width:10%;text-align:left}.portfolioTable-discipline-container{width:2%;display:flex;flex-direction:column;align-items:center}.portfolioTable-rag-container{display:flex;flex-direction:column;align-items:center;width:4%;text-align:center;padding-left:1.2rem}.portfolioTable-location-container{width:20%;text-align:left;font-weight:600}.portfolioTable-description-container{width:30%;text-align:left;padding-right:1rem}.portfolioTable-value-container{width:10%;text-align:center;padding-right:1rem}.portfolioTable-planned-container{width:10%;text-align:center}.table-img{width:3.5rem}.tooltip{position:absolute;width:fit-content;height:fit-content;opacity:0;right:80%;transform:translate(1rem) translateY(.5rem);background-color:#082032;font-size:1rem;color:#fff;white-space:nowrap;z-index:100;padding:.5rem 1rem;border-radius:2rem}.portfolioTable-discipline-container:hover .tooltip{visibility:visible;opacity:.8}.gantt-graph{padding:5rem 1rem 0 .25rem}.gantt-graph-portfolio{padding:2rem 1rem 0 .25rem}.right-container-main{width:100%;height:100%;display:flex}.map-main-container,.map-container{position:relative;height:100%}.map-main-container,.map-container{width:100%}.map-hide{display:none}.coord-bar{background-color:var(--bg-color);color:#fff;padding:6px 12px;font-family:monospace;z-index:1;position:absolute;bottom:2.25rem;left:2rem;border-radius:4px;width:fit-content}.access-details{background-color:var(--bg-color);color:#fff;padding:6px 12px;font-family:monospace;z-index:1;position:absolute;bottom:2.5rem;left:2rem;margin:12px;border-radius:4px;width:fit-content}.mapboxgl-popup{padding-bottom:1rem}.mapboxgl-popup-close-button{display:none}.mapboxgl-popup-content{padding:.25rem .5rem .75rem;min-width:280px;box-shadow:#0308141a 0 .12rem .2rem,#0208141a 0 .072rem .172rem}.mapboxgl-popup-content h3{background:#082032;color:#fff;margin:.2rem;padding:10px;border-radius:3px 3px 0 0;font-weight:500;margin-top:-15px;font-size:1.1rem;line-height:1.5rem;text-align:center}.mapboxgl-popup-content h4{margin:0;font-weight:400}.mapboxgl-popup-content h5{font-size:1rem;font-weight:400;padding-left:1rem;margin-bottom:.3rem;padding-bottom:0}.mapboxgl-popup-content div{padding:.25rem .5rem}.mapboxgl-popup-anchor-top>.mapboxgl-popup-content{margin-top:15px}.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip{border-bottom-color:var(--bg-color)}.pop-title{display:flex;margin:0;padding:0;align-items:center}.pop-title>img{margin:0;padding:0;height:3.5rem;width:unset}.pop-title>h4{margin:0;padding-left:.2rem;white-space:nowrap;font-weight:500;font-size:1.3rem}.pop-sub-title{font-weight:500;color:var(--text-color)}#info{display:table;position:relative;margin:0 auto;word-wrap:anywhere;white-space:pre-wrap;padding:10px;border:none;border-radius:3px;font-size:12px;text-align:center;color:#222;background:#fff}@media only screen and (max-width: 1250px){.mapboxgl-ctrl-group{display:none}}@media only screen and (max-width: 900px){.coord-bar{display:none}}@media only screen and (max-width: 700px){.mapboxgl-popup-content{max-width:170px;min-width:150px}.mapboxgl-popup-content h3{font-size:.8rem;line-height:1rem}.mapboxgl-popup-content h5{font-size:.7rem;font-weight:400;padding-left:.35rem;padding-bottom:0}}.sidebar-container-main{background-color:#fff;transition:all .5s;height:calc(100vh - 4.5rem);position:relative;transform:translateY(4.4rem);width:400px}.sidebar-container-main.hidden{height:calc(100vh - 4.5rem);width:0px;transition:all .5s}.sidebar-close-icon{position:absolute;top:7px;left:-30px;padding:1rem;cursor:pointer;background-color:#ff4c29;z-index:500;color:#fff;font-weight:700;font-size:.75rem;border-radius:10px 0 0 10px}.sidebar-right-background{height:calc(100vh - 4.5rem);width:20rem;right:0;background:var(--main-color-white);box-shadow:0 2px 6px #00000042;overflow:hidden;border-right:1px solid rgba(0,0,0,.25);z-index:1;transition:width .5s}.sidebar-right-collapsed{width:4rem;transition:width .5s}.sidebar-right-collapsed .listings{display:none}.button-white-img{height:20px;transform:rotate(0);transition:transform .5s}.side-bar-right-title{font-size:1.3rem;margin:0;font-weight:600;line-height:20px;padding:20px 2px}a{color:var(--color-grey-dark);text-decoration:none}a:hover{color:var(--bg-color)}.heading{background:#fff;border-bottom:1px solid #eee;min-height:60px;line-height:60px;padding:0 10px;padding-left:1rem;background-color:#ff4c29;color:#fff}.side-bar-right-title{transform:translateY(-2px);padding-left:10px}.search-input{margin:1rem 0 .5rem 2rem}.listings{height:100%;overflow:auto;padding-bottom:60px}.list-text{display:block;padding-left:1rem}.item:hover{cursor:pointer}.listings .item{font-size:.9rem;display:block;border-bottom:1px solid #eee;padding:10px;padding-left:1rem;text-decoration:none;cursor:pointer;transition:all .42s ease}.listings .item:hover{transition:all .4s ease;background-color:#f8f8f8}.listings .item:last-child{border-bottom:none}.listings .item .title{display:flex;align-items:center;color:var(--bg-color);font-weight:700}.listings .item img{height:2rem;padding-right:.15rem}.listings .item .title small{font-weight:400}.listings .item.active .title,.listings .item .title:hover{color:#ff4c29}.listings .item.active{background-color:#f8f8f8}.listings::-webkit-scrollbar{width:10px;height:3px;border-left:0;background:#0000001a;z-index:3}.listings::-webkit-scrollbar-track{background:none}.listings::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:5px}@media only screen and (max-width: 600px){.button-white-img{height:25px;transform:rotate(0);transition:transform .5s}}@media only screen and (max-width: 600px){.sidebar-container-main{width:0}.sidebar-container-main .sidebar-close-icon{display:none}.sidebar-right-collapsed{width:0}}.frozen-footer{position:fixed;bottom:0;left:0;width:100%;background-color:#212121e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000}.frozen-footer-content{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;color:#fff;font-family:system-ui,-apple-system,sans-serif}.frozen-text{font-weight:500}.timestamp{font-size:.9em;opacity:.8}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-page-calendar-container{width:100%;font-size:1rem;padding:1rem 1rem 0}.user-page-component-container{display:flex;flex-direction:column;align-items:center;padding:1rem 2rem}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:1rem;border-radius:10px;box-shadow:0 0 10px #0000001a;z-index:1000}.summary-container{height:98%;width:100%}.full-row-container{display:flex;height:50%}.full-width{width:97.5%;height:95%}.half-width{width:50%;height:95%}#barpie-graph-container{width:100%;height:100%}.summ-top-summary-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:0 1rem}.summ-top-summary-box{display:flex;justify-content:center;align-items:center;text-align:center;width:8rem;height:8rem;background-color:#ff4c29;padding:1rem}.summ-top-summary-qty{color:#fff;font-weight:600;font-size:3.8rem}.summ-top-summary-text{font-size:1.4rem;font-weight:400;text-align:center}.summ-top-summary-commentary-container{padding:1rem 0;height:100%}.summ-top-summary-commentary{width:100%;height:100%;padding-right:.4rem;overflow-y:auto}.summ-top-summary-commentary::-webkit-scrollbar{width:10px;height:3px;border-left:0;background:#fff;z-index:3}.summ-top-summary-commentary::-webkit-scrollbar-track{background:none}.summ-top-summary-commentary::-webkit-scrollbar-thumb{background:#0000001a;border-radius:5px}.proj-status-main-container{width:20rem;display:flex;flex-direction:column;padding:1rem;align-items:center}.summ-top-graph-container{padding:.25rem 1rem;width:100%;height:100%;align-items:center}.graph-container{width:100%;height:100%}.summ-top-summary-details-container{padding:.5rem 0 .5rem .5rem;width:100%;height:100%}.summ-top-summary-details{height:100%;width:100%;overflow-y:auto}.summ-top-summary-details::-webkit-scrollbar{width:10px;height:3px;border-left:0;background:#fff;z-index:3}.summ-top-summary-details::-webkit-scrollbar-track{background:none}.summ-top-summary-details::-webkit-scrollbar-thumb{background:#0000001a;border-radius:5px}.livefeed-main-container::-webkit-scrollbar{width:10px;height:3px;border-left:0;background:#fff;z-index:3}.livefeed-main-container::-webkit-scrollbar-track{background:none}.livefeed-main-container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:5px}.details-row{display:flex;justify-content:space-between;align-items:center;transition:.2s ease-in-out;width:100%}.details-row:hover{background-color:#0001;scale:1.005;transition:.2s ease-in-out}.detail-row-title-container{display:flex;flex-direction:row;align-items:center;width:60%}.list-bullet{height:2rem;padding-right:.5rem}.proj-title-col{font-size:500}.proj-worktype-col{display:block;width:30%;text-align:center}.proj-status-col{padding:0 1rem;text-align:center;width:30%;color:#ff4c29}.proj-status-text-container{font-size:1rem;text-align:center;transform:translateY(-2.8rem)}.summary-bottm-btn-container,.summary-btn-main{display:none}.summary-btn-main{box-shadow:0 8px 12px #0000001a;transition:.2s ease-in-out}@media only screen and (max-width: 1200px){.summ-top-summary-details{height:unset;width:100%;overflow-y:unset}}@media only screen and (max-width: 700px){.proj-worktype-col{display:none}.details-row{padding-bottom:1rem}.summary-bottm-btn-container{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:fit-content;padding:1rem;margin-bottom:10rem}.summary-btn-main{margin:0 1rem 0 0;color:#fff;background:var(--btn-main-color);height:3rem;border:none;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:600;font-size:1.2rem;transition:.2s ease-in-out}.summary-btn-main{box-shadow:0 8px 12px #0000001a;transition:.2s ease-in-out}}@media only screen and (max-width: 450px){.proj-status-text-container{font-size:1rem;text-align:center;transform:translateY(-2rem)}}.log-page-main-container{padding:2.5rem 0;background-color:#1b1a27;min-height:100vh;width:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:auto}.logout-page-main-container{padding:2.5rem 0;background-color:#1b1a27;min-height:-webkit-fill-available;min-width:-webkit-fill-available;width:100vw;height:100vh;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.log-title{color:#fff;font-size:2rem;font-weight:700;text-align:center;padding-bottom:1.5rem}.log-text{color:#fff;text-align:center;font-size:1.5rem;padding-top:2rem}.log-color{color:#6b66da}.log-color-orange{color:#ff4c29}.underline{text-decoration-line:underline;color:#6b66da;padding-left:.25rem}.log-btn-container{padding-top:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.log-input-containter{padding:.5rem 1rem}.log-label{color:#fff;font-size:1.1rem;padding-right:2rem}.custom-toast-progress{background-color:var(--primary-color)}.log-btn{background-color:var(--primary-color);color:#fff;border-radius:1rem;width:95%;font-size:1.5rem;font-weight:500;border:none;padding:.5rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none}.log-btn:disabled{background-color:#ccc;cursor:not-allowed}.log-btn:not(:disabled):hover{background-color:#6b66da;transition:var(--tran-05)}.log-input{padding:.5rem 1rem;border:0;border-radius:.5rem;box-shadow:0 0 15px 4px #0000000f;--accent: hsl(0, 0%, 100%);width:100%}.log-input:focus{background-color:#e6e5e8}.home-main-container{display:flex;flex-direction:column;align-items:center;background-color:#1b1a27;height:100%;width:100%}.homepage-header{width:100vw;background-color:#1b1a27;color:#fff;position:fixed;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 2rem;height:5rem}.home-grid{display:grid;margin:auto;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;justify-content:center;align-items:center}.home-section{display:flex;flex-direction:column;justify-content:center;width:100%;align-items:center;height:min-content;padding:2rem}.home-logo{height:3rem}.homepage-log-title{flex-direction:column;align-items:center;color:#fff;font-size:3rem;font-weight:700;text-align:center}.homepage-log-text{color:#fff;text-align:center;font-size:1.5rem;padding-top:2rem}.home-top-row-text{padding-top:2.5rem}.dark-text{color:#1b1a27}.light-strip{background-color:#fff}.homepage-text-white{font-size:1.5rem;color:#fff;text-align:center}.left-text{font-size:1.5rem;max-width:30%;font-weight:400;text-align:left}.text-img-container{margin-top:4rem;padding:3rem;width:80%;min-height:20rem;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.home-btn-container{flex-direction:column;align-items:center;width:15rem;margin-top:1rem;text-decoration:none}.home-btn-group-container{display:flex;flex-direction:row}.home-image{height:25rem;width:100%}.row-double-input-container{display:flex;flex-direction:row}.num-width{max-width:5rem}.wide-input{min-width:18rem}.delete-container{background-color:#ecedec;padding:5rem;display:flex;flex-direction:column;align-items:center;height:100%;text-align:center}.logout-btn-container{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:35rem}.logout-btn-main{background-color:var(--primary-color);color:#fff;border-radius:1rem;width:15rem;font-size:1.5rem;font-weight:500;border:none;padding:.5rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05)}.logout-btn-main:hover{background-color:#6b66da;transition:var(--tran-05)}.goback-btn{background-color:#1b1a27;border:#6b66da 3px solid;color:#fff;border-radius:1rem;width:15rem;font-size:1.5rem;font-weight:500;padding:.5rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05)}.logout-btn:hover,.goback-btn:hover{background-color:#6b66da;transition:var(--tran-05)}.btn-contents{display:flex;flex-direction:row;justify-content:center;white-space:nowrap}.delete-details-container{padding:2rem;font-size:500;color:var(--text-color)}.orange-name{font-weight:600;color:#ff4c29}@media only screen and (max-width: 1150px){.home-main-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-grid{grid-template-columns:1fr;grid-template-rows:unset}.home-right-border{border-right:none}.home-bottom-border{border-bottom:none}.home-section{border-bottom:white solid 1px;padding-bottom:5rem;justify-content:center}}@media only screen and (max-width: 800px){.log-title{font-size:2rem}.log-label{padding-right:1rem}.home-top-row-text{padding-top:0}.log-btn,.goback-btn{border-radius:.7rem;width:93%;font-size:1.3rem}}@media only screen and (max-width: 600px){.home-btn-group-container{display:flex;flex-direction:column}.log-page-main-container{justify-content:unset;padding:1rem 0 0}.logout-btn-container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%}.logout-btn-main{margin-bottom:2rem}.log-title{font-size:1.5rem;font-weight:700;text-align:center;padding-bottom:1.5rem}.log-label{font-size:1rem;padding-right:.8rem}.log-btn,.goback-btn{border-radius:.6rem;width:92%;font-size:1rem}.log-graphic-front{height:5rem;width:100%}}@media only screen and (max-width: 475px){.log-title{font-size:1.2rem}}@media only screen and (max-width: 315px){.homepage-log-title{font-size:2rem}}.green-text{color:#98e000}.red-text{color:#f84f39}.amber-text{color:#ffe605}.amberYellow-text{color:#ffc829}.grey-text{color:#c4c4c4}.green-fill{background-color:#98e000}.red-fill{background-color:#f84f39}.amber-fill{background-color:#ffe605}.grey-fill{background-color:#c4c4c4}@media print{body,html,.home,.header{background-color:#f0f0f0!important}.no-print,.tsqd-open-btn-container,.report-nav-button{display:none!important}.header-title{transform:translate(-4.2rem)}.action-edit-status{display:none}.action-sum-date-container{width:15%}section.home{width:100%}.dashboard-container{padding-top:0}.project-details-wrapper{width:fit-content}*,:before,:after{box-shadow:unset!important;filter:none!important}@page{margin-top:1.6cm}div,.no-break-inside,img,table,pre,blockquote{page-break-inside:avoid!important}.dashboard-container{margin-top:100px}@page{size:auto;margin:0}}.comms-home-main-container{display:flex;flex-direction:column;align-items:center;background-color:#1b1a27;height:100%;width:100%}.comms-home-grid{display:grid;margin:auto;grid-template-columns:1fr;width:100%;justify-content:center;align-items:center;gap:1rem}.comms-home-section{padding:5rem 0 0}.comms-home-video-container{width:100%;padding:0 20rem;margin-bottom:5rem}.comms-image-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.comms-home-image{width:65%}.comms-text-section{margin:1rem 0 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 20rem;font-size:1.3rem;text-align:center;color:#fff}.comms-card{display:flex;flex-direction:column;padding:1rem;background:var(--sidebar-color);font-size:3rem;color:var(--text-color);z-index:200;box-shadow:#0308141a 0 .15rem .5rem,#0208141a 0 .075rem .175rem;border-radius:4px;transition:all .5s;overflow:hidden;margin-bottom:5rem}.comms-card:hover{box-shadow:#0208141a 0 .35em 1.175em,#02081414 0 .175em .5em;transform:translateY(-3px) scale(1.01)}.comms-home-btn-container{width:15rem;position:fixed;left:1rem;bottom:2rem}.commspage-log-title{flex-direction:column;align-items:center;color:#fff;font-size:3rem;font-weight:700;text-align:center}.comms-log-btn{background-color:var(--primary-color);color:#fff;border-radius:1rem;width:95%;font-size:1.2rem;font-weight:500;border:none;padding:.5rem;box-shadow:0 0 74px #00000040;cursor:pointer;transition:var(--tran-05);text-decoration:none;z-index:800}.comms-log-btn:hover{background-color:#6b66da;transition:var(--tran-05)}@media only screen and (max-width: 1400px){.comms-home-btn-container{width:15rem;margin:auto;position:relative;margin-top:2rem}}@media only screen and (max-width: 1150px){.comms-text-section{padding:0 5rem}.comms-home-video-container{padding:0 5rem;margin-bottom:1rem}.comms-home-image{width:85%}}@media only screen and (max-width: 800px){.comms-log-btn{border-radius:.7rem;width:93%;font-size:1.3rem}.comms-card{margin-bottom:1rem}}@media only screen and (max-width: 600px){.comms-log-btn{border-radius:.6rem;width:92%;font-size:1rem}}.pbr-directorates-container{padding:2rem}.directorate-title{font-size:18px;font-weight:600;margin-bottom:20px}.directorates-list{display:flex;flex-direction:column;gap:12px}.directorate-item{display:flex;align-items:center;gap:12px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.directorate-item:hover{background-color:#f5f5f5}.orange-square{width:16px;height:16px;background-color:#ff4c29;flex-shrink:0}.directorate-name{font-size:16px}.directorate-item-disabled{cursor:not-allowed;opacity:.6}.orange-square-disabled{background-color:#ccc;width:16px;height:16px;margin-right:10px}.directorate-name-disabled{color:#888;text-decoration:none}.nr-map-wrapper{display:flex;justify-content:space-between;width:100%}.nr-map-content{width:50%;display:flex;align-items:center}.nr-color-brand-orange{color:#ff4c29}.nr-color-brand-orange-dark{color:#c04400}.nr-color-brand-rest{color:#c8c8cb}.nr-map-text{font-size:.625rem;color:#000;text-anchor:middle;dominant-baseline:middle;stroke-width:1px}.nr-map-link{transition:all .5s;cursor:pointer;outline:none}.nr-map-link:focus{outline:none}.nr-map-link:hover{opacity:1!important}.nr-map-link-grey{transition:all .5s;cursor:pointer;opacity:.25;color:#9999a1;outline:none}.nr-map-link-grey:hover{opacity:1!important}.nr-map-region{fill:currentColor}@media (min-width: 768px){.nr-map-wrapper{display:flex}.nr-map-content{width:50%}}@media (min-width: 1024px){.nr-map-content{width:33.333333%}}.home-report-main-container{display:flex;flex-direction:row;width:100%;justify-content:space-between}.home-report-list-main-container{padding:3rem}.home-report-subcontainer{width:80%}.home-report-bullet-list-group{padding-left:1rem}.hrd-report-container{padding:2rem;width:70%}.hrd-header-container{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.hrd-filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.hrd-search-input,.hrd-filter-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;min-width:200px}.hrd-search-input:focus,.hrd-filter-select:focus{outline:none;border-color:#ff4c29;box-shadow:0 0 0 2px #ff4c2940}.hrd-toggle-button-container{display:flex;justify-content:space-between;align-items:center;gap:.5rem;height:100%;width:12rem}.hrd-upcoming-meeting-info{display:flex;flex-direction:column;padding-bottom:1rem;font-weight:500}.hrd-assign-button{background-color:#ff4c29;color:#fff;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s ease}.hrd-assign-button:hover{background-color:#6b66da}.hrd-flex-table{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:8px;overflow:hidden}.hrd-flex-table-header{display:flex;background-color:#f3f4f6;font-weight:700;position:sticky;top:0;z-index:1}.hrd-flex-table-row{font-size:.9rem;display:flex;border-bottom:1px solid #ddd;transition:background-color .2s ease}.hrd-flex-table-body{overflow-y:auto;max-height:390px;scrollbar-width:thin}.hrd-flex-table-body::-webkit-scrollbar{width:8px}.hrd-flex-table-body::-webkit-scrollbar-track{background:transparent}.hrd-flex-table-body::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.hrd-flex-table-body{scrollbar-gutter:stable}.hrd-flex-table-row:last-child{border-bottom:none}.hrd-flex-table-row:hover{background-color:#f8f9fa}.hrd-flex-cell{flex:1;padding:.6rem 1rem;display:flex;align-items:center}.hrd-flex-cell:last-child{justify-content:center;display:flex;align-items:center;padding:.5rem}.hrd-flex-cell:last-child .report-icon-box{margin:0 auto}.hrd-flex-cell:nth-child(2){flex:1.7}.hrd-flex-cell:last-child{justify-content:center}.hrd-filter-control-group{display:flex;flex-direction:column;gap:4px}.hrd-filter-label{font-weight:500;font-size:14px;color:#666}.hrd-filter-controls{display:flex;gap:16px;align-items:flex-end}.hrd-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.hrd-sortable:hover{background-color:#e5e7eb}.hrd-sort-indicator{margin-left:.5rem;font-size:.875rem}.report-icon-box{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;width:32px;height:32px}.report-icon-box:hover{background-color:#0000000d}.ld-icon-button{display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.ld-icon-button svg{width:20px;height:20px}.hrd-clickable-row{cursor:pointer}.hrd-non-clickable-row{opacity:.7;background-color:#f8f9fa;cursor:not-allowed}.hrd-table-footer{margin-top:1rem;padding:.5rem 1rem;display:flex;justify-content:flex-end}.hrd-results-count{font-size:.875rem;color:#6b7280}.hrd-no-data{padding:2rem;text-align:center;color:#666;font-style:italic}.hrd-calendar-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;--icon-color: #ff4c29;transition:all .2s ease}.hrd-calendar-btn:hover{--icon-color: #6b66da}@media (max-width: 768px){.hrd-header-container{flex-direction:column;gap:1rem}.hrd-filter-controls{flex-direction:column}.hrd-search-input,.hrd-filter-select,.hrd-assign-button{width:100%}.hrd-flex-table-row,.hrd-flex-table-header{flex-direction:column}.hrd-flex-cell{border-bottom:1px solid #eee;padding:.5rem 1rem}.hrd-flex-table-row .hrd-flex-cell:last-child{border-bottom:none}}@media (max-width: 768px){.hrd-flex-table-body{max-height:none;overflow-y:visible}}.ral-meetings-container{padding:2rem}.ral-main-layout{display:flex;gap:2rem;height:100%}.ral-cards-column{flex:0 0 300px;display:flex;flex-direction:column;justify-content:space-around;gap:1rem}.ral-map-section{flex:1;min-height:0}.home-report-subcontainer-map{height:100%;width:100%}.ral-meeting-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;text-align:left;width:17rem}.ral-meeting-card:hover{box-shadow:0 4px 8px #00000026}.ral-card-title{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.ral-card-title-text{font-size:1rem;font-weight:500;color:#333;margin:0}@media (max-width: 768px){.ral-meetings-container{padding:1rem;height:auto}.ral-main-layout{flex-direction:column;gap:1rem}.ral-cards-column{flex:none;flex-direction:row;overflow-x:auto;padding-bottom:1rem;gap:.5rem}.ral-meeting-card{min-width:180px;flex-shrink:0}.ral-map-section{height:400px}}.home-content{padding:1rem;display:flex;flex-direction:row;align-items:center;font-size:1rem}.home-content-sub-section{width:100%}.home-detail-section{padding:1rem 0rem;border-bottom:solid #e6e6e6 .15rem}.home-org-structure{display:flex;flex-direction:column;align-items:center}.home-test{padding-bottom:1rem}.home-edit-icon{transform:translateY(.6rem);padding:0 2rem 1rem 1rem;transition:all .3s ease-in-out}.home-details-title-row,.home-content-sub-title-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.home-content-sub-title-container{padding-bottom:.5rem}.admin-title-container{margin-top:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.admin-title{font-size:1.2rem;font-weight:600}.project-search-input{padding:.5rem;border:1px solid #ccc;border-radius:.5rem;font-size:.9rem;margin-right:2rem}.project-search-input:not(:placeholder-shown){border-color:#ff4c29;box-shadow:0 0 0 1px #ff4c2933;background-color:#ff4c2905}.project-search-input:focus{outline:none;border:2px solid #ff4c29;padding:calc(.5rem - 2px);background-color:#fff;transition:all .1s ease}.home-details-text{font-size:1.1rem;display:flex;flex-direction:row;align-items:center;padding-left:1rem;cursor:pointer;transition:all .3s ease}.home-details-text:hover{color:#ff4c29;transform:translate(.15rem)}.home-details-padding{padding-left:.3rem}.home-circle-text{height:2rem;width:2rem;display:flex;justify-content:center;align-items:center;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a;border-radius:50%;padding:10px;margin-right:1rem;background-color:#ff4c29;color:#fff}.home-content-btn-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;max-width:90%}.home-report-subcontainer-map{margin:2rem 1rem 0 0;width:20%}.home-org-sub-container{padding:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;border:solid #e6e6e6 .15rem;width:fit-content;gap:2rem;box-shadow:#0208141a 0 .35em 1.175em,#02081414 0 .175em .5em;border-radius:15px;transition:all .5s}.home-btn-main{color:#fff;background:#ff4c29;min-height:2rem;min-width:6rem;max-width:18rem;border:none;display:inline-block;padding:.4rem .7rem;cursor:pointer;font-weight:400;font-size:1rem;transition:.2s ease-in-out;box-shadow:0 .15rem .5rem #0308141a,0 .075rem .175rem #0208141a}@keyframes button-pulse{0%,to{transform:scale(1)}50%{transform:scale(1)}}.home-org-sub-container:first-child .home-btn-main{animation:button-pulse .5s ease-in-out 0s 10;animation-fill-mode:forwards}.home-btn-main:hover{background-color:#6b66da}.home-org-line:not(:last-child){height:5rem;width:.2rem;background-color:#e6e6e6;margin:0 20px}.home-content-sub-title{font-weight:600;font-size:1.2rem;padding-left:1rem}.home-content-sub-comment{padding-left:1rem}.title-color-main{color:#ff4c29}.bullet-list-group{padding-left:4rem}.home-form-bullet-list-group{padding:0 2rem .5rem}.form-bullet-list-group{padding-left:1rem}.bullet-point{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.sub-title-top-pad{padding-top:1rem}.bullet-point{list-style-type:none;position:relative}.bullet-point:before{content:"";position:absolute;left:-1em;width:8px;height:8px;border-radius:50%;background-color:#ff4c29;top:50%;transform:translateY(-50%)}.button-link{background:none;border:none;padding:0;color:#00f;font-size:1.1rem;text-decoration:underline;cursor:pointer;padding:.6rem;transition:all .3s ease}.button-link:hover{color:#ff4c29;transform:translate(.15rem)}._home-info-container{width:100%;display:flex;flex-direction:row;padding-top:1rem;border-top:solid #e6e6e6 .05rem}._home-info-text-medium{font-size:1.1rem;font-weight:400;padding:1rem}._home-info-text-medium-bold{font-size:1.2rem;font-weight:600;color:#ff4c29}@media only screen and (max-width: 1540px){.home-content{flex-direction:column}.home-org-structure{padding:2rem 0}}.desktop-only-container{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.desktop-only-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a,0 4px 8px #0000001a;padding:2rem;max-width:400px;width:100%;text-align:center}.desktop-only-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.desktop-only-message{color:#666;margin-bottom:1rem;line-height:1.5}.desktop-only-info{font-size:.875rem;color:#888}.desktop-only-button{margin-top:1rem}.rms-report-meetings-content{padding:20px}.rms-filter-controls{display:flex;gap:20px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.rms-filter-group{display:flex;flex-direction:column;gap:5px}.rms-filter-group label{font-weight:600;color:#333;font-size:14px}.rms-filter-group select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px;min-width:150px}.rms-filter-group select:focus{outline:none;border-color:#ff4c29;box-shadow:0 0 0 2px #ff4c2940}.rms-loading-state,.rms-error-state,.rms-no-meetings{text-align:center;padding:40px 20px;color:#666}.rms-error-state{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}.rms-meetings-count{margin-bottom:15px;color:#666;font-size:14px}.rms-meetings-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.rms-meeting-details{width:100%}.rms-meeting-details p{margin:8px 0;color:#555;font-size:14px}.rms-meeting-details strong{color:#333}.rms-meeting-projects,.rms-meeting-portfolios{margin-top:15px}.rms-meeting-projects strong,.rms-meeting-portfolios strong{display:block;margin-bottom:8px;color:#333;font-size:14px}.rms-meeting-projects ul,.rms-meeting-portfolios ul{margin:0;padding-left:20px;color:#666;font-size:13px}.rms-meeting-projects li,.rms-meeting-portfolios li{margin-bottom:4px}@media (max-width: 768px){.rms-filter-controls{flex-direction:column;gap:15px}.rms-meetings-grid{grid-template-columns:1fr}.rms-meeting-header{flex-direction:column;align-items:flex-start;gap:10px}.rms-meeting-date{margin-left:0}}
