@import"https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap";.privacy-terms-container{width:95%;margin:auto}.privacy-terms-heading{font-size:23px;font-weight:500;color:#c11c1c;margin-bottom:20px;text-align:center}.privacy-terms-content{font-size:16px;font-weight:400;color:#1e1e1e;margin-bottom:20px;text-align:justify;display:block}.privacy-terms-button-container{margin-top:40px;display:flex;justify-content:center}.privacy-terms-button-container button{padding:10px 20px!important;border-radius:6px!important;font-size:15px!important;font-weight:500!important;background-color:#c11c1c;color:#fff}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-toast-min-height: 24px}.react-bingmaps{width:100%;height:100%}.order-document-container{width:100%;background:white;height:100%;overflow-y:scroll;margin:auto;box-sizing:border-box;text-align:left}.dt-header{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;border-bottom:1px solid rgba(118,0,0,.28);padding:20px 0;width:95%;margin:auto}.dt-header p{font-size:15px;font-weight:600;margin:0}.dt-header p:first-of-type{color:#1e1e1e}.dt-header p:last-of-type{color:#c11c1c}.dt-content{box-sizing:border-box;display:flex;align-items:flex-start;justify-content:flex-start;padding:20px;border-bottom:1px solid rgba(118,0,0,.28);width:95%;margin:auto}.dt-content p{margin:0}.dt-content-icon,.dt-content-download{flex-shrink:0;width:30px}.dt-content-text{flex-grow:1;margin:0 20px}.dt-version-type{margin-top:10px}.dt-content-text .dt-content-text-subheading,.dt-version-type-inner p:first-of-type{font-size:13px;font-weight:600;color:#1e1e1e}.dt-content-text .dt-content-text-description,.dt-version-type-inner p:last-of-type{font-size:15px;font-weight:400;color:#706f6f}.dt-version-type{display:flex;align-items:center;justify-content:space-between}.dt-content-icon img{width:25px}.dt-content-download svg{width:21px}.od-no-records{font-size:18px;margin:20px auto;text-align:center;color:#1e1e1e;font-weight:400}.order-steps-container{flex-grow:1;width:100%;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:20px}.order-steps-container *{box-sizing:border-box!important}.order-steps-header{flex-shrink:0;width:95%}.order-steps-body{flex-grow:1;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;margin-top:10px;width:100%}.osl-submit-refresh-container{width:100%;display:flex;justify-content:space-between;align-items:center}.osl-submit{padding:8px 12px!important;font-size:13px!important;font-weight:600!important;color:#1e1e1e!important;border:1.5px solid #1E1E1E!important;border-radius:6px!important;transition-duration:.3s!important;transition-timing-function:ease-out!important}.osl-submit:hover{background-color:#c11c1c!important;border-color:#c11c1c!important;color:#fff!important}.order-step-content{width:95%;margin-left:auto;margin-right:auto;border-radius:6px;background-color:#fff;box-shadow:0 0 10px #6464644d;padding-bottom:20px;text-align:left;margin-bottom:15px}.order-step-list-header{padding:20px 15px 0;display:flex;align-items:center;justify-content:space-between}.order-step-phase{padding:0 15px;font-weight:400;color:#101010;font-size:13px;margin:0}.order-step-list-header p{font-weight:500;color:#c11c1c;font-size:18px;margin:0}.order-step-list-header-buttons svg{margin-right:10px}.order-step-list-header-buttons{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.order-step-hours{box-sizing:border-box;display:flex;align-items:flex-start;justify-content:flex-start;padding:0 15px;margin:0}.os-hours-item{width:50%;border-left:1px solid #DCBDBD;padding-left:5px}.os-hours-item p{margin:0}.os-hours-item p:first-of-type{color:#706f6f;font-size:15px;font-weight:700}.os-hours-item p:last-of-type{color:#1e1e1e;font-size:12px;font-weight:500}.checklist-btn-popup{width:95%;margin:0 auto;box-sizing:border-box}.c-opener-btn{width:100%;background-color:#fff!important;display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px solid #D9B8B8;padding:15px 10px;border-radius:0!important}.c-opener-btn span{font-weight:400;font-size:14px;color:#101010}.small-slider .MuiSlider-thumb{color:#c11c1c;border:2px solid #fff;height:10px;width:10px}.small-slider .MuiSlider-rail{color:#f0e3e3}.deputy-screen-container{margin:0 auto 20px;padding:20px;border-bottom:1px solid rgba(118,0,0,.28);width:90%}.deputy-screen-container p{margin-top:0;margin-bottom:0}.deputy-single-order-container{display:flex;align-items:center;justify-content:space-between}.deputy-single-order-container p{font-size:18px;font-weight:600;color:#101010}.deputy-remove-all-button{margin-top:10px;font-size:15px;text-decoration:underline;text-decoration-color:#c11c1c;color:#c11c1c;background-color:transparent;padding:0}.deputy-data{display:flex;align-items:center;justify-content:space-between;width:100%;margin:auto;border-bottom:1px solid rgba(118,0,0,.28);padding:20px 0}.deputy-data p{margin:0;font-size:15px;font-weight:500;color:#5a4b4b}.order-page-container{padding:10px 0 0;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.order-tab-outercontainer{padding:0 10px;box-sizing:border-box}.order-tab-container{box-sizing:border-box;width:100%;flex-shrink:0;border-radius:6px;padding:5px;background-color:#e5e5e5;height:50px;display:flex;align-items:stretch;justify-content:center}.order-tab-container button{width:50%!important;background-color:transparent!important;font-size:16px!important;display:flex!important;justify-content:center!important;align-items:center!important;color:#bdbdbd!important;border-radius:6px!important;transition-duration:.3s!important}.order-tab-container .order-tab-active,.order-tab-container button:hover{background-color:#c11c1c!important;color:#fff!important}.order-tab-container button:disabled{background-color:#bdbdbd!important;color:#fff!important}.order-tab-container button:first-of-type{margin-right:10px}.order-tab-container button:nth-of-type(2){margin-right:10px}.order-list-container{margin-top:10px;box-sizing:border-box;padding:10px;flex-grow:1;overflow-x:hidden;overflow-y:auto}.order-list-2-grid{display:flex;justify-content:space-between;box-sizing:border-box}.order-list-2-grid>div{width:50%}.order-list-2-grid>div:first-of-type{margin-right:15px}.ol-item{border-radius:6px;background-color:#fff;box-shadow:0 0 10px #6464644d;padding:10px}.ol-item p{margin:0}.ol-item-h{display:flex;align-items:flex-start;justify-content:space-between;text-align:left}.ol-item-h:first-of-type{margin-bottom:20px}.ol-item-h-less-mb:first-of-type{margin-bottom:10px}.ol-item-h-text p:first-of-type{font-size:14px;font-weight:400;color:#1e1e1e}.ol-item-h-text p:last-of-type{font-size:15px;font-weight:500;color:#c11c1c}.ol-item-h-icon{height:30px;width:30px;border-radius:100%;flex-shrink:0;background-color:#c11c1c;display:flex;align-items:center;justify-content:center}.icon-white{background-color:#fff}.ol-item-h-icon svg{width:15px}.icon-white svg{width:30px}.contact-container{display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;cursor:pointer}.contact-container:first-of-type{margin-bottom:10px}.contact-container svg{margin-right:10px;flex-shrink:0}.contact-container p{text-align:left;flex-grow:1;font-size:12px;word-break:break-all;color:#c11c1c}.map-card{width:100%;margin-top:15px!important;border-radius:6px!important;background-color:#fff!important;box-shadow:0 0 10px #6464644d;padding:20px 10px!important;display:block!important}.map-card-info{text-align:left;width:100%;padding-right:5px}.map-card-info .ol-item-h-icon{margin-bottom:10px}.map-view-container{margin-top:20px;border-radius:6px;width:100%;position:relative;height:100px;overflow:hidden}.map-view-container .NavBarButton_Container,.map-view-container .NavBar_Button,.map-view-container .bm_bottomLeftOverlay,.map-view-container .NavBar_MapTypeButtonContainerWrapper,.map-view-container .NavBar_DropDown,.map-view-container .bm_bottomRightOverlay{display:none!important}.map-card p{margin:0;word-break:break-all}.map-card-title{font-size:14px;font-weight:400;color:#1e1e1e}.map-card-description{font-size:14px;font-weight:400;color:#c11c1c}.order-pd-container{margin-top:15px}.order-pd-item{border-radius:6px;background-color:#fff;box-shadow:0 0 10px #6464644d;padding:15px 10px;display:flex;justify-content:flex-start;text-align:left;box-sizing:border-box;align-items:flex-start}.order-pd-item p{margin:0}.order-pd-text-container p:first-of-type{font-size:14px;font-weight:400;color:#1e1e1e;margin-bottom:7px}.order-pd-text-container p:last-of-type{font-size:12px;font-weight:400;color:#c11c1c}.order-pd-item .ol-item-h-icon{margin-right:10px}.order-row-container{border-radius:6px;background-color:#fff;box-shadow:0 0 10px #6464644d;padding:15px 10px;display:flex;justify-content:flex-start;text-align:left;box-sizing:border-box;align-items:center;margin-top:15px}.order-row-left{display:flex;justify-content:flex-start;align-items:center;flex-shrink:0;margin-right:10px}.order-row-left p{margin:0 0 0 10px;font-size:14px;font-weight:400;color:#1e1e1e}.order-row-right{flex-grow:1;text-align:right}.order-row-right p{font-size:14px;color:#c11c1c;margin:0}.sync-header-container{display:flex;align-items:center;justify-content:space-between;width:90%;margin:0 auto;border-bottom:1px solid rgba(118,0,0,.28);padding:20px 0}.sync-header-container p{font-size:18px;font-weight:600;color:#c11c1c;margin:0}.sync-header-content{margin-top:20px;width:80%;margin-left:auto;margin-right:auto;padding:0 20px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(118,0,0,.28)}.sync-header-content-text p{margin:0}.sync-header-content-text p:first-of-type{font-size:15px;font-weight:500;color:"#000"}.sync-header-content-text p:last-of-type{font-size:15px;font-weight:400;color:"#000"}.sync-content-count-loader{display:flex;align-items:center;justify-content:flex-start}.sync-content-count-loader p{margin:0 10px 0 0}.charac-container{width:100%;box-sizing:border-box;padding:15px 0;background:#fff;overflow-y:auto;height:100%}.charac-content{box-sizing:border-box;text-align:left;padding:10px;width:95%;margin:0 auto 20px;border-bottom:1px solid rgba(118,0,0,.28)}.charac-content p{margin:0}.charac-content p:first-of-type{font-size:14px;color:#c11c1c;font-weight:400}.charac-content p:last-of-type{font-size:18px;color:#1e1e1e;font-weight:400}.project-page-container{padding:10px 0 0;height:100%;display:flex;flex-direction:column}.projects-tab-outercontainer{padding:0 10px;box-sizing:border-box}.projects-tab-container{box-sizing:border-box;width:100%;flex-shrink:0;border-radius:6px;padding:5px;background-color:#e5e5e5;height:50px;display:flex;align-items:stretch;justify-content:center}.projects-tab-container button{width:50%!important;background-color:transparent!important;font-size:16px!important;display:flex!important;justify-content:center!important;align-items:center!important;color:#bdbdbd!important;border-radius:6px!important;transition-duration:.3s!important}.projects-tab-container .project-tab-active,.projects-tab-container button:hover{background-color:#c11c1c!important;color:#fff!important}.projects-tab-container button:first-of-type{margin-right:10px}.search-container{flex-shrink:0;display:flex;width:100%;padding:0 10px;height:50px;margin:15px auto 0;position:relative;box-sizing:border-box}.search-container input{flex-grow:1;border:.5px solid #B5B5B5;padding:0 10px;border-radius:6px;transition-duration:.3s;font-size:16px}.search-container input:focus{outline:none;border:1px solid #C11C1C}.search-container input::placeholder{color:#a9a8a8;font-size:15px}.search-container .search-icon{position:absolute;top:50%;right:30px;transform:translateY(-50%);width:20px}.search-container .search-icon path{fill:#a9a8a8}.project-list-container{box-sizing:border-box;margin-top:10px;padding:10px;flex-grow:1;overflow-x:hidden;overflow-y:auto}.project-list-item{cursor:pointer;border-radius:6px;background-color:#fff;box-shadow:0 0 10px #6464644d;margin-bottom:20px;padding:20px 10px}.new-order-added{box-shadow:0 0 10px #c11c1c!important}.project-list-item-header{display:flex;align-items:center;padding-bottom:10px}.pl-name-icon{display:flex;flex-grow:1;align-items:center}.pl-icon{height:40px;width:40px;background-color:#c11c1c;display:flex;align-items:center;justify-content:center;border-radius:100%;margin-right:10px;flex-shrink:0}.pl-icon svg{width:20px}.pl-icon svg path{fill:#fff}.pl-name p{margin:0;text-align:left;font-size:18px;color:#c11c1c;font-weight:500}.order-name p{text-transform:uppercase}.pl-name p:last-of-type{font-size:12px;font-weight:400;color:#706f6f}.pl-navigate{flex-shrink:0;width:40px}.pl-navigate svg{width:100%}.project-list-item-line{width:100;display:flex;align-items:center;justify-content:space-between}.project-list-item-line div{height:.4px;width:12.5%;background-color:#dec2c2}.project-list-item-content{width:95%;margin:20px auto 0}.pli-content-container{display:flex;justify-content:flex-start;align-items:start;margin-bottom:20px;text-align:left}.order-list-item-content .pli-content-container{margin-bottom:10px}.pli-content-container svg{width:25px;margin-right:10px;flex-shrink:0}.pli-content-container path{color:#706f6f}.pli-content-container p{font-size:15px;margin:0;color:#706f6f}.project-list-item,.project-list-item-line div,.project-list-item .pl-name p,.project-list-item .pl-icon,.project-list-item .pli-content-container p,.project-list-item .pli-content-container path,.project-list-item .pl-navigate path{transition-duration:.3s;transition-timing-function:ease-out}.project-list-item:hover{background-color:#bababa}.project-list-item:hover .project-list-item-line div{background-color:#929292}.project-list-item:hover .pl-name p{color:#1e1e1e}.project-list-item:hover .pl-icon{background-color:#1e1e1e}.project-list-item:hover .pli-content-container p{color:#1e1e1e}.project-list-item:hover .pli-content-container path,.project-list-item:hover .pl-navigate path{fill:#1e1e1e}.project-list-item-deputy{background-color:#bababa}.project-list-item-deputy .project-list-item-line div{background-color:#929292}.project-list-item-deputy .pl-name p{color:#1e1e1e}.project-list-item-deputy .pl-icon{background-color:#1e1e1e}.project-list-item-deputy .pli-content-container p{color:#1e1e1e}.project-list-item-deputy .pli-content-container path,.project-list-item-deputy .pl-navigate path{fill:#1e1e1e}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}::-webkit-scrollbar{display:none}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.login-heading{font-size:50px!important;text-align:center;color:#c11c1c!important;line-height:1!important;margin-bottom:20px!important;width:70%;margin-left:auto;margin-right:auto}.login-subheading{font-size:25px!important;text-align:center;line-height:1!important;margin-bottom:50px!important}.login-button,.login-button-o{padding:20px 40px;background-color:#c11c1c;font-weight:700;width:90%;color:#fff;margin-bottom:20px;font-size:20px;background-repeat:no-repeat;background-size:cover;background-position:center}.login-button-o{background-color:transparent;border:2px solid #C11C1C!important;color:#c11c1c}.login-button:nth-last-child(){margin-bottom:0}.login-button:first-of-type,.login-button-o:first-of-type{background-repeat:no-repeat;background-size:contain;background-position:0 0}@media screen and (max-width:470px){.login-button,.login-button-o{font-size:15px}.login-heading{font-size:40px!important}.login-subheading{font-size:20px!important}}.bottom-popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px 100px;flex-shrink:0;width:90%}.error-warning-db-buttons{display:flex;align-items:center;justify-content:center;margin-top:20px}.error-warning-db-btn{padding:10px 20px!important;border-radius:6px!important;font-size:15px!important;font-weight:500!important}.error-warning-db-btn-warn{background-color:#ea9e00!important;color:#fff!important}.error-warning-db-btn-error{background-color:#c11c1c!important;color:#fff!important}.error-warning-db-btn-info{background-color:#383838!important;color:#fff!important}.sidebar-container{display:flex;flex-direction:column;padding-top:20px;padding-bottom:20px;align-items:center;background-color:#e5e5e5;height:100%;width:100%;background-position:bottom;background-size:contain;background-repeat:no-repeat;box-sizing:border-box}.sidebar-container-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;width:100%;overflow:hidden;margin-bottom:15px;padding:0 15px 0 40px;box-sizing:border-box}.sidebar-container-header p{margin:0;font-size:25px;font-weight:400}.sidebar-links-container{flex-grow:1;overflow-y:auto;overflow-x:hidden;width:100%}.sidebar-links-footer{width:100%;flex-shrink:0;margin-top:50px;padding-bottom:50px;height:100px}.sidebar-links-button{position:relative;padding:15px 40px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.sidebar-links-button-multi{box-sizing:border-box;width:100%;cursor:pointer;position:relative;padding:15px 40px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.sidebar-button-icon{width:28px}.sidebar-button-icon path{fill:#000}button:disabled .sidebar-button-icon path{fill:gray}.sidebar-button-icon *{transition-duration:.3s}.sidebar-links-button:hover>.sidebar-button-icon path,.sidebar-links-button:hover>.sidebar-button-text{fill:#fff;color:#fff}.sidebar-links-button:hover>.sidebar-button-stroke *{stroke:#fff}.sidebar-links-button-multi:hover>.sidebar-button-icon path,.sidebar-links-button-multi:hover>.sidebar-button-text{fill:#fff;color:#fff;stroke:#fff}.sidebar-links-button-multi:hover>.sidebar-button-stroke *{stroke:#fff}.sidebar-button-icon{margin-right:20px}.sidebar-button-text{font-size:15px;font-weight:400;transition-duration:.3s}button:disabled .sidebar-button-text{color:gray}.sidebar-button-icon,.sidebar-button-text{z-index:9999;position:relative;margin-top:0;margin-bottom:0}.sidebar-links-button:before,.sidebar-links-button-multi:before{height:100%;width:93%;right:0;top:0;background-color:transparent;transition-duration:.3s;position:absolute;content:"";z-index:9998;border-top-left-radius:15px;border-bottom-left-radius:15px}.sidebar-links-button-multi-small:before{height:100%;width:90%;right:0;top:0;background-color:transparent;transition-duration:.3s;position:absolute;content:"";border-top-left-radius:15px;border-bottom-left-radius:15px}.sidebar-links-button:hover:before,.sidebar-links-button:active:before{background-color:#c11c1c}.sidebar-links-button-multi:hover:before,.sidebar-links-button-multi:active:before{background-color:#c11c1c}.sidebar-links-button-multi-small:hover:before,.sidebar-links-button-multi-small:active:before{background-color:#c11c1c}.sidebar-links-button-multi-small{position:relative;padding:10px 60px;width:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.sidebar-links-button-small{position:relative;padding:10px 60px;width:100%;display:flex;align-items:center;justify-content:flex-start}.sidebar-button-icon-small{width:30px;margin-right:20px}.sidebar-button-icon-small path{stroke:#000}.sidebar-button-text-small{font-size:15px;margin:0}.button-positioned-icon-count,.button-positioned-secondary{position:absolute;top:50%;transform:translateY(-50%);right:20px;height:30px;width:30px;z-index:9999;color:#000;fill:#000;transition-duration:.3s;font-weight:400}.button-positioned-secondary{right:60px}.sidebar-links-button:hover>.button-positioned-icon-count{fill:#fff;color:#fff}.sidebar-links-button:hover>.button-positioned-secondary path{fill:#fff;stroke:#fff}.sidebar-links-button-multi:hover>.button-positioned-icon-count{fill:#fff;color:#fff}.sidebar-links-button-multi:hover>.button-positioned-secondary path{fill:#fff;stroke:#fff}.button-positioned-secondary path{transition-duration:.3s}.sidebar-links-button-multi-small:hover>.sidebar-button-icon path,.sidebar-links-button-multi-small:hover>.sidebar-button-text-small{fill:#fff;color:#fff!important;z-index:1}.sidebar-links-button-multi-small:hover>.sidebar-button-stroke *{stroke:#fff}.reset-database-container{padding:50px 0 0;width:90%;margin:auto}.reset-database-container p{margin-top:0;margin-bottom:0;color:#282828}.reset-database-container>svg{margin:auto auto 10px;width:100px;display:block}.reset-db-heading{font-size:21px;font-weight:700;text-align:center}.reset-db-text{margin-top:20px;text-align:center;padding-bottom:20px}.reset-db-divider{height:10px;width:70%;margin:auto auto 30px;border-bottom:1px solid rgba(118,0,0,.28)}.reset-db-text p{font-size:18px}.reset-db-buttons{display:flex;align-items:center;justify-content:center}.reset-db-btn{padding:10px 20px!important;border-radius:6px!important;font-size:15px!important;font-weight:500!important}.reset-db-btn:first-of-type{background-color:#e8e8e8;color:#a4a3a3;margin-right:20px}.reset-db-btn:last-of-type{background-color:#c11c1c;color:#fff}.about-container{height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:100px;text-align:center}.about-block{height:100px;width:100px;border-radius:10px;background-color:#c11c1c;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-weight:700;color:#fff;font-size:25px}.about-container p{margin:0;font-size:18px;font-weight:600;color:#101010}.about-v{font-size:15px!important;margin-top:20px!important;font-weight:300!important;color:#c11c1c!important;text-decoration-color:#c11c1c}@media screen and (max-width: 400px){.about-container{margin-top:40px!important}}.global-speak-up-container{padding:20px 0 0;width:90%;margin:auto;box-sizing:border-box}.global-speak-up-container p{font-size:17px;line-height:1.5;font-weight:500;margin-bottom:15px;text-align:justify}.global-speak-up-container ul{box-sizing:border-box;width:100%;padding:0 0 0 25px}.global-speak-up-container ul li{font-size:17px;line-height:1.5;font-weight:500;margin-bottom:10px;text-align:justify}:root{font-family:Murecho,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0 auto;position:relative;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;display:flex;place-items:center;min-width:320px;max-width:500px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
