@charset "UTF-8";body{margin:0;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media(max-width:1366px){.outageTilesWrapper div.sectionHeading{font-size:16px!important}div.timeSelectingBtns{padding:0;max-width:95%;margin:15px auto;width:100%}}@media(max-width:1800px){.outageTilesWrapper div.sectionHeading{font-size:18px}div.timeSelectingBtns{padding:0;max-width:98%;margin:15px auto;width:100%}}: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)}}.map-disabled-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#808080b3;display:flex;justify-content:center;align-items:center;z-index:1000}.map-disabled-message{background-color:#fff;color:#000;padding:20px;border-radius:5px;font-weight:700;font-size:18px;text-align:center}.page-header{display:flex;align-items:center;justify-content:space-between;background-color:#2b5773;padding:4px 12px 4px 0;position:sticky;top:98px;z-index:999}.homeContentWrapper{background-color:#e6e6e6;overflow-x:hidden!important;position:relative;z-index:0}.homeContentWrapper.darkTheme{background-color:#263346}.homeContentWrapper.timelapseOpen{z-index:10}.homeContentWrapper .MuiSnackbar-root{z-index:9999}.cards{width:100%;display:flex;margin-top:20px}.card-block{width:350px;height:180px;margin-right:20px;position:relative;flex-shrink:0}.card-block .main-image img,.card-block .hovered-image img{width:100%;height:100%}.card-block .main-image{overflow:hidden;border-radius:10px}.card-block .main-image img{filter:blur(4px)}.card-block .hovered-image{position:absolute;top:0;z-index:1}.card-block .hovered-image img{border-radius:10px 10px 0 0;opacity:0;cursor:pointer}.card-block .card-info{position:absolute;bottom:-15px;width:100%;padding:10px}.card-block .card-info .info-block{display:flex}.card-block .card-info .info-block .icon{width:10%;display:flex}.card-block .card-info .info-block .icon svg{font-size:30px}.card-block .card-info .info-block .icon.small svg{font-size:25px}.card-block .card-info .info-block .info{width:90%;color:#fff;font-weight:500}.card-block .card-info .info-block .info.bolder{font-size:20px;font-weight:700}.card-block .card-info .directions-block{margin-top:10px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.card-block .card-info .directions-block .navigation svg{font-size:30px}.card-block:hover .main-image{width:99%}.card-block:hover .main-image img{transform:scaleY(1.6);transform-origin:0% 100%}.card-block:hover .hovered-image{top:-120px}.card-block:hover .hovered-image img{opacity:1;z-index:1}.googleMap{position:relative;display:flex;flex-direction:column}.mapOutageInfo{position:absolute;top:0;right:0;background-color:#fff;height:100%;width:500px;border-radius:7px;z-index:9}.mapOutageInfo .mapInfoWrap{height:calc(100% - 72px);overflow-y:auto}.mapOutageInfo .mapInfoWrap::-webkit-scrollbar{width:7px;height:7px}.mapOutageInfo .mapInfoWrap:hover::-webkit-scrollbar{width:12px;height:12px}.mapOutageInfo,.hideStatsBtn,.slideIn,.slideInStats{animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}.slideOut,.slideOutStats{animation:slide-out .5s forwards;-webkit-animation:slide-out .5s forwards}.outageReportedHeading{display:flex;align-items:center;justify-content:space-between;background:#e9edf0;padding:13px 17px}.outageReportedDetails{height:calc(100% - 60px);overflow-y:auto}.outageReportedDetails::-webkit-scrollbar{width:7px;height:7px}.outageReportedDetails:hover::-webkit-scrollbar{width:12px;height:12px}.boxShadow{background:#fff;box-shadow:2px 2px 6px #0000001a;border-radius:10px;padding:8px;width:50%;margin:8px 8px 0}@media only screen and (min-width:1280px){.boxShadow{margin:8px 8px 0}}@media only screen and (min-width:1366px){.boxShadow{margin:8px 8px 0}}@media only screen and (min-width:1440px){.boxShadow{margin:8px 8px 0}}@media only screen and (min-width:1920px){.boxShadow{margin:8px}}.boxShadow h4{font-size:12px;margin-bottom:10px}@media only screen and (min-width:1280px){.boxShadow h4{font-size:14px}}@media only screen and (min-width:1366px){.boxShadow h4{font-size:14px}}@media only screen and (min-width:1440px){.boxShadow h4{font-size:14px}}@media only screen and (min-width:1920px){.boxShadow h4{font-size:16px}}.boxShadow img{width:32px;height:32px;margin-right:10px}.boxShadow .boxLabel{display:flex;align-items:center;font-size:16px;line-height:22px;color:#000}@media only screen and (min-width:1280px){.boxShadow .boxLabel{font-size:16px}}@media only screen and (min-width:1366px){.boxShadow .boxLabel{font-size:16px}}@media only screen and (min-width:1440px){.boxShadow .boxLabel{font-size:16px}}@media only screen and (min-width:1920px){.boxShadow .boxLabel{font-size:18px}}.boxShadow.user-detail-box{margin:0 8px 15px}.boxShadow.user-detail-box:first-child{margin-left:0}.boxShadow.user-detail-box:last-child{margin-right:0}h4{color:#6d7177;font-weight:400}.mapAccordian{display:flex;flex-direction:column;padding:8px!important}.mapAccordian .headingText{display:none}.mapAccordian .css-hpgf8j{padding:0!important}.mapAccordian .css-1pe7n21-MuiStepConnector-root{margin-left:7px!important}.outageBtnWrap{position:absolute;right:55px;top:12px;display:flex;align-items:center;justify-content:flex-end;z-index:0}.outageBtnWrap .closeIcon{margin-left:10px;display:flex}.showOutageBtn.MuiButtonBase-root{background-color:#0073ba!important;color:#fff!important;padding:2px 8px!important;text-transform:capitalize!important}.showOutageBtn.MuiButtonBase-root img{margin-right:10px;margin-top:-2px}@media only screen and (min-width:1280px){.showOutageBtn.MuiButtonBase-root{font-size:12px}}@media only screen and (min-width:1366px){.showOutageBtn.MuiButtonBase-root{font-size:12px}}@media only screen and (min-width:1440px){.showOutageBtn.MuiButtonBase-root{font-size:12px}}@media only screen and (min-width:1920px){.showOutageBtn.MuiButtonBase-root{font-size:14px}}.leftArrow{transform:rotate(180deg)}.showStatsBtn{background-color:#0073ba!important;color:#fff!important;padding:6px 8px!important;text-transform:capitalize!important;position:absolute!important;top:12px;right:55px}.showStatsBtn img{margin-right:10px;margin-top:-2px}@media only screen and (min-width:1280px){.showStatsBtn{font-size:12px!important}}@media only screen and (min-width:1366px){.showStatsBtn{font-size:12px!important}}@media only screen and (min-width:1440px){.showStatsBtn{font-size:12px!important}}@media only screen and (min-width:1920px){.showStatsBtn{font-size:14px!important}}.hideStatsBtn{background-color:#0073ba!important;color:#fff!important;right:506px;padding:5px 3px 6px 5px!important;max-width:20px!important;min-width:27px!important;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:1920px){.hideStatsBtn{right:566px}}.hideStatsBtn img{margin:0}.hideStatsBtn.timelapse{background-color:#0073ba!important;color:#fff!important;position:absolute!important;top:12px;right:55px}.statsPieChart{width:93%}.open_fixed_chart{margin:0 auto;width:70%}.statsPieChart .apexcharts-legend.apx-legend-position-right{top:39px!important;right:41px!important;display:none}@keyframes slide-in{0%{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0%)}}@-webkit-keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateX(0%)}to{-webkit-transform:translateX(100%)}}.openIndicator{background-color:#a50000!important;border-radius:50%;height:10px;width:10px;display:inline-block}.closedIndicator{background-color:#429803!important;border-radius:50%;height:10px;width:10px;display:inline-block}.pieChartsLabels{display:flex;width:60%;margin:0 auto;padding:15px;font-size:12px}@media only screen and (min-width:1280px){.pieChartsLabels{font-size:14px}}@media only screen and (min-width:1920px){.pieChartsLabels{margin-right:16px}}.pieChartsLabels .label:first-child{margin-right:16px}@media only screen and (min-width:1280px){.pieChartsLabels .label:first-child{margin-right:16px}}@media only screen and (min-width:1366px){.pieChartsLabels .label:first-child{margin-right:16px}}@media only screen and (min-width:1440px){.pieChartsLabels .label:first-child{margin-right:20px}}.OnTime,.Delayed{display:inline-block;background:#1d6209;color:#fff;padding:3px 5px;border-radius:12px;font-size:12px}.OnTime span,.Delayed span{position:relative;top:-2px}.Delayed{background:#d22b2b}.outage.boxShadow{width:100%}.customerInfoModal{background-color:#fff;border:1px solid;border-radius:10px;padding:10px;position:absolute;top:10px;left:15%;z-index:99998;font-size:13px}.dispatcherDetailsSection{padding:10px;display:flex;justify-content:flex-start;flex-direction:column;position:absolute;z-index:9;top:45px;min-width:170px}@media only screen and (min-width:1280px){.dispatcherDetailsSection{top:90px}}@media only screen and (min-width:1920px){.dispatcherDetailsSection{top:90px}}.dispatcherDetailsSection .outageAccordion.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.MuiAccordionSummary-gutters{padding:0 16px;min-height:auto}.dispatcherDetailsSection .outageAccordion.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.MuiAccordionSummary-gutters .Mui-expanded{margin:10px 0}@media only screen and (min-width:1280px){.dispatcherDetailsSection .outageAccordion.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.MuiAccordionSummary-gutters .Mui-expanded{margin:10px 0}}@media only screen and (min-width:1366px){.dispatcherDetailsSection .outageAccordion.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.MuiAccordionSummary-gutters .Mui-expanded{margin:10px 0}}@media only screen and (min-width:1440px){.dispatcherDetailsSection .outageAccordion.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.MuiAccordionSummary-gutters .Mui-expanded{margin:20px 0}}.dispatcherDetailsSection .mapAccordian{max-height:36vh;overflow-y:auto}.dispatcherDetailsSection .mapAccordian::-webkit-scrollbar{width:7px;height:7px}.dispatcherDetailsSection .mapAccordian:hover::-webkit-scrollbar{width:12px;height:12px}@media only screen and (min-width:1280px){.dispatcherDetailsSection .mapAccordian{max-height:36vh}}@media only screen and (min-width:1366px){.dispatcherDetailsSection .mapAccordian{max-height:49vh}}.dispatchData{padding:8px;border-radius:5px;width:125px;background-color:#fff;font-size:10px;box-shadow:0 3px 6px #00000029;margin-bottom:5px;width:calc(100% - 20px)}@media only screen and (min-width:1280px){.dispatchData{font-size:10px;margin-bottom:5px}}@media only screen and (min-width:1366px){.dispatchData{font-size:11px;margin-bottom:5px}}@media only screen and (min-width:1440px){.dispatchData{font-size:11px;margin-bottom:5px}}@media only screen and (min-width:1920px){.dispatchData{font-size:12px;margin-bottom:8px}}.dispatchData img{position:relative;top:2px;width:10px;height:10px}.red{color:red;font-weight:700}.green{font-weight:700;color:green}.colorOutages{margin-top:5px}.colorOutages span:nth-child(2){margin-left:10px}.timeLapseBtn.MuiButtonBase-root{position:absolute!important;left:50%;top:87%;transform:translate(-50%);padding:7px 15px!important;border-radius:20px!important;width:fit-content;height:fit-content}.timeLapseWrapper{position:fixed;top:3%;width:94%;z-index:9999;left:84px;background-color:#e6e6e6;border-radius:10px;max-height:95vh;height:95vh;overflow-y:auto}.timeLapseWrapper::-webkit-scrollbar{width:7px;height:7px}.timeLapseWrapper:hover::-webkit-scrollbar{width:12px;height:12px}.timeSelectingBtns{display:flex;align-items:center;width:calc(100% - 450px);padding:15px 225px}.timelapseButtonWrap{flex-direction:column;align-items:flex-start!important;justify-content:center}.timelapseButtonWrap .timelapseTime{text-align:left;font-size:13px;line-height:16px;font-weight:600;color:#0073ba}.timelapseButtonWrap .timelapseDate{text-align:left;font-size:9px;line-height:11px;font-weight:600;color:#6d7177}.timelapseButtonWrap.active-btn{background-color:#0073ba1a}.timelapseButtons{background-color:#fff;border-radius:50px;padding:5px 13px;box-shadow:0 3px 6px #00000029}.dateSelection img{margin-right:10px}.timelapseButtons{display:flex;align-items:center;justify-content:space-between;flex-grow:1}.timelapseButtons .react-multi-carousel-list{overflow:hidden}.timelapseButtons .react-multi-carousel-list ul.react-multi-carousel-track{width:100%;left:130px}.regionDataWrapper{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.regionDataHeader{background-color:#d6dee3;opacity:.54;font-size:21px;line-height:25px;letter-spacing:0px;color:#0073ba;height:61px;display:flex;align-items:center;justify-content:center;width:100%}.regionData{display:flex;font-size:26px;color:#0073ba;font-weight:700;flex-grow:1;width:100%}.regionData .MuiAccordion-root{background-color:transparent;box-shadow:none;width:100%}.dateSelection{background:#fff;box-shadow:0 3px 6px #00000029;border-radius:9px;display:flex;justify-content:center;align-items:center;height:35px;padding:6px 14px;margin-right:21px;text-decoration:underline;line-height:18px;letter-spacing:.28px;text-decoration:none;font-size:14px;min-width:200px;font-weight:700}@media only screen and (min-width:1280px){.dateSelection{font-size:14px}}@media only screen and (min-width:1366px){.dateSelection{font-size:14px}}@media only screen and (min-width:1440px){.dateSelection{font-size:14px}}@media only screen and (min-width:1920px){.dateSelection{font-size:16px}}.dateSelection .react-date-picker__wrapper,.dateSelection .react-daterange-picker__wrapper{border:none;flex-direction:row-reverse}.playBtn{margin-left:21px;margin-top:2px}.addlayoutBtn{position:relative!important;left:0%;top:0}.layoutWrapper{background-color:#fff;border:1px solid;min-width:100px;max-width:100px;height:100px}.dateRangeCalendar{position:absolute;right:0%;bottom:5%;border:1px solid;border-radius:5px}.dateRangeCalendar .rdrDefinedRangesWrapper,.dateRangeCalendar .rdrDateDisplay{display:none}.sectionSubHeading{font-size:20px;font-weight:700}.dateText{background-color:#fff;min-width:100px;padding:5px;align-items:center;border-radius:20px}.react-multiple-carousel__arrow--left{left:0!important;display:none}.react-multiple-carousel__arrow--right{right:0!important;display:none}.carousel-left-arrow{position:absolute;left:0;cursor:pointer;background:#fff}.carousel-right-arrow{position:absolute;right:0;cursor:pointer;background:#fff}.tabContainer{padding:5px 11px}.tabHeading{text-align:left;font-size:24px;font-weight:600;line-height:29px;letter-spacing:0px;color:#0073ba;padding:2px 11px;border-bottom:1px solid #0073BA;cursor:pointer}.chartWrapper{width:100%;position:relative;margin-top:15px}.chartWrapper .overlaySection{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0073ba4d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;font-weight:700}.outageTilesWrapper{padding:14px 30px}.selectedButton{background-color:#0073ba4d!important;color:currentColor!important;display:flex;align-items:center;justify-content:center;color:#0073ba}.backBtn{right:570px;width:100px}.displayNone{display:none}.displayBlock{display:block}.hideCrewBtn{right:100px}.react-daterange-picker__range-divider{margin:0 4px 0 0}.outageAccordion .regional-outages{font-size:12px;font-weight:500;margin-right:10px}@media only screen and (min-width:1280px){.outageAccordion .regional-outages{font-size:13px}}@media only screen and (min-width:1366px){.outageAccordion .regional-outages{font-size:14px}}@media only screen and (min-width:1440px){.outageAccordion .regional-outages{font-size:14px}}@media only screen and (min-width:1920px){.outageAccordion .regional-outages{font-size:16px}}.outageDetailsButton{background:#0073ba;border-radius:4px;position:absolute;right:180px;top:12px;width:fit-content;padding:4px 12px;color:#fff;font-size:14px;line-height:18px;text-transform:capitalize;border:none;display:flex;align-items:center}.outageDetailsButton img{margin-right:17px}.outageDetailsButton.rightArrowIcon{right:508px;padding:5px 6px;-webkit-animation:slideInRight .3s linear;-moz-animation:slideInRight .3s linear;animation:slideInRight .3s linear}.outageDetailsButton.rightArrowIcon img{margin-right:0}@-webkit-keyframes slideInRight{0%{transform:translate(608px)}to{transform:translate(0)}}@-moz-keyframes slideInRight{0%{transform:translate(608px)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(608px)}to{transform:translate(0)}}.hideOutageDetails{-webkit-animation:slideOutRight .5s forwards;-moz-animation:slideOutRight .5s forwards;animation:slideOutRight .5s forwards}@-webkit-keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(598px)}}@-moz-keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(598px)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(598px)}}.hide-crew-details{position:absolute;top:15px;right:65px}.hideCrewBtn.show-crew-info-btn.back-to-outage{right:230px}.cruber-home-map-content{position:absolute;left:10px;top:20px;z-index:9;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.cruber-home-map-content.hiddenBackBtn{top:50px}.cruber-home-map-content .back{background-color:#0073ba;color:#fff;padding:6px 8px;text-transform:capitalize}.cruber-home-map-content .back:hover{background-color:#0073ba;color:#fff}.cruber-home-map-content .back img{margin-right:10px}.cruber-home-map-content .cruber-home-filter{display:flex}.cruber-home-map-content .cruber-home-filter .home-filter-wrapper{border-radius:10px;opacity:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:#646464b3;padding:10px 0 14px 10px;margin-top:10px;margin-right:10px}.cruber-home-map-content .cruber-home-filter .home-filter-wrapper h4{font-size:13px;margin:0 0 7px;color:#fff;font-weight:500}@media only screen and (min-width:1280px){.cruber-home-map-content .cruber-home-filter .home-filter-wrapper h4{font-size:14px}}@media only screen and (min-width:1920px){.cruber-home-map-content .cruber-home-filter .home-filter-wrapper h4{font-size:16px}}.cruber-home-map-content .cruber-home-filter .home-filter-wrapper .select{box-shadow:0 3px 6px #00000029;border-radius:37px;padding:7px 15px;margin-right:12px;background-color:#fff;font-size:14px;color:#2b5773;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";min-width:92px}.cruber-home-map-content .cruber-home-filter .home-filter-wrapper .select.darkTheme{background-color:#121212;color:#fff}@media only screen and (min-width:1280px){.cruber-home-map-content .cruber-home-filter .home-filter-wrapper .select{font-size:16px}}@media only screen and (min-width:1920px){.cruber-home-map-content .cruber-home-filter .home-filter-wrapper .select{font-size:18px}}.cruber-home-map-content .cruber-home-filter .home-filter-wrapper .select .fieldset{border:none}.homeMap{height:65vh;width:100%}.homeMap .map-details{height:100%}.homeMap .map-details>div{height:100%}.homeMap .map-details .outage-details-popup-wrapper{top:13%}.cruberOutageSearch>div{background-color:#0073ba1a;color:#000;border-radius:16px!important;padding:6px 6px 6px 14px;min-width:80px;margin-bottom:10px;border-radius:16px;width:100%}.cruberOutageSearch>div>input{margin-left:0!important}.cruberOutageSearch.cruberOutageSearchNew>div{background-color:#ffffff80!important}.cruberOutageSearchDark>div>input{color:#000}.cruberOutageSearchWhite>div>input{color:#fff}div.user-details{padding:30px}div.user-details h2{color:#6d7177;font-size:20px;margin-top:0;margin-bottom:18px}div.user-details h2.mt-20{margin-top:20px}div.user-details .summary-details{text-align:center;margin-bottom:5px}div.user-details .user-info{display:flex;align-items:center;margin-bottom:16px}div.user-details .user-info .label{font-weight:400;font-size:16px;line-height:22px;color:#6d7177;margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:355px}div.user-details .user-info img{width:16px;height:auto}.search-result{padding:10px 0}.search-result .user{padding:15px 20px;cursor:pointer;display:flex;align-items:center}.search-result .user:hover{background:#e7f0ff5e}.search-result .user p{margin:0}.search-result .user .username{color:#0073ba;font-weight:600;font-size:12px;line-height:24px}@media only screen and (min-width:1280px){.search-result .user .username{font-size:12px;line-height:20px}}@media only screen and (min-width:1366px){.search-result .user .username{font-size:14px;line-height:22px}}@media only screen and (min-width:1440px){.search-result .user .username{font-size:16px;line-height:22px}}@media only screen and (min-width:1920px){.search-result .user .username{font-size:18px;line-height:26px}}.search-result .user .infotext{font-weight:400;font-size:12px;line-height:18px;color:#0073ba;margin-left:10px}@media only screen and (min-width:1280px){.search-result .user .infotext{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.search-result .user .infotext{font-size:14px;line-height:20px}}@media only screen and (min-width:1440px){.search-result .user .infotext{font-size:14px;line-height:20px}}@media only screen and (min-width:1920px){.search-result .user .infotext{font-size:16px;line-height:22px}}.customerIcon{width:48px;height:48px}@media only screen and (min-width:1280px){.customerIcon{width:40px;height:40px}}@media only screen and (min-width:1366px){.customerIcon{width:40px;height:40px}}@media only screen and (min-width:1440px){.customerIcon{width:40px;height:40px}}@media only screen and (min-width:1920px){.customerIcon{width:48px;height:48px}}.outageReportedHeading .headingText{margin-bottom:0;font-size:14px;font-weight:500}@media only screen and (min-width:1280px){.outageReportedHeading .headingText{font-size:14px}}@media only screen and (min-width:1366px){.outageReportedHeading .headingText{font-size:15px}}@media only screen and (min-width:1440px){.outageReportedHeading .headingText{font-size:15px}}@media only screen and (min-width:1920px){.outageReportedHeading .headingText{font-size:15px}}.phoneIcon img{height:15px}.text-box-main-content{max-height:64vh;overflow-y:auto}.searchDetails{height:65vh;top:60px;z-index:99999;right:0}.userInfo{color:#0073ba;margin-right:34px;display:inline-block;font-size:14px}.userInfo.darkTheme{color:#fff}.userInfo.userId{margin-right:20px}@media only screen and (min-width:1280px){.userInfo{font-size:14px}}@media only screen and (min-width:1366px){.userInfo{font-size:14px}}@media only screen and (min-width:1440px){.userInfo{font-size:14px}}@media only screen and (min-width:1920px){.userInfo{font-size:16px}}.boxLabel.keyCustomerIcon img{width:21px;height:21px}.timeLapseWrapper{position:fixed;top:3%;width:89%;z-index:9999;left:84px;background-color:#e6e6e6;border-radius:10px;max-height:95vh;height:95vh;overflow-y:auto}.logoutBtn{position:absolute!important;background-color:#fff!important;top:60px!important;right:30px!important;border:2px solid!important;min-width:100px!important;font-size:14px!important}.logoutBtn:before{content:"";display:block;position:absolute;top:-1px;right:14px;width:10px;height:10px;background-color:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);z-index:0;border-top:1px solid #0073BA;border-left:1px solid #0073BA}.MuiFormControlLabel-root{margin-bottom:10px}.summary-section{display:flex;justify-content:space-between;align-items:center}.summary-section span{display:flex;justify-content:space-between;align-items:center;font-weight:400;font-size:16px;line-height:22px;color:#6d7177}.summary-section span img{padding-right:10px}.crew-outage-search{display:flex;align-items:center}.crew-outage-search img{margin-right:0}@media only screen and (min-width:1280px){.crew-outage-search img{width:40px;height:40px}}@media only screen and (min-width:1366px){.crew-outage-search img{width:40px;height:40px}}@media only screen and (min-width:1440px){.crew-outage-search img{width:40px;height:40px}}@media only screen and (min-width:1920px){.crew-outage-search img{width:48px;height:48px}}.CDC-wrapper.MuiBox-root{padding:10px;box-shadow:0 0 5px #aaa;position:fixed;top:0;background-color:#fff;z-index:1;left:70px;right:0;display:flex;justify-content:space-between;align-items:center}.CDC-wrapper.MuiBox-root.darkTheme{background-color:#263346;box-shadow:0 3px 6px #00000029}.CDC-wrapper.MuiBox-root.darkTheme .CDC-title{color:#fff}.CDC-wrapper.MuiBox-root .CDC-title{font-size:12px;font-weight:500;margin-left:20px;color:#000}@media only screen and (min-width:1280px){.CDC-wrapper.MuiBox-root .CDC-title{font-size:16px}}@media only screen and (min-width:1366px){.CDC-wrapper.MuiBox-root .CDC-title{font-size:20px}}@media only screen and (min-width:1440px){.CDC-wrapper.MuiBox-root .CDC-title{font-size:22px}}@media only screen and (min-width:1920px){.CDC-wrapper.MuiBox-root .CDC-title{font-size:27px}}.search-wrapper{position:relative}.search-wrapper .MuiTextField-root{width:240px;z-index:4}@media only screen and (min-width:1280px){.search-wrapper .MuiTextField-root{width:400px}}@media only screen and (min-width:1366px){.search-wrapper .MuiTextField-root{width:450px}}@media only screen and (min-width:1440px){.search-wrapper .MuiTextField-root{width:500px}}@media only screen and (min-width:1920px){.search-wrapper .MuiTextField-root{width:600px}}.search-wrapper .MuiTextField-root .MuiOutlinedInput-root{border-radius:25px;background:#fff;font-size:14px}@media only screen and (min-width:1280px){.search-wrapper .MuiTextField-root .MuiOutlinedInput-root input.MuiInputBase-input{font-size:14px;padding:9px 0}}@media only screen and (min-width:1920px){.search-wrapper .MuiTextField-root .MuiOutlinedInput-root input.MuiInputBase-input{font-size:16px}}.filter-wrapper{position:absolute;top:0;z-index:3;background-color:#fff;width:100%;border-radius:20px}.filter-wrapper .text-box-main-content{margin-top:20px}.filter-wrapper .text-box-main-content .search-by-options{padding:30px 17px 11px;background-color:#e7f0ff}.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd{background-color:#fff;border-radius:25px}.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd .MuiTypography-body1{font-size:10px;margin-right:15px}@media only screen and (min-width:1280px){.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd .MuiTypography-body1{font-size:12px}}@media only screen and (min-width:1366px){.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd .MuiTypography-body1{font-size:13px}}@media only screen and (min-width:1440px){.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd .MuiTypography-body1{font-size:13px}}@media only screen and (min-width:1920px){.filter-wrapper .text-box-main-content .search-by-options .MuiFormControl-root label.MuiFormControlLabel-labelPlacementEnd .MuiTypography-body1{font-size:15px}}.filter-wrapper .text-box-main-content .search-by-options #demo-row-radio-buttons-group-label{color:#0073ba}.filter-wrapper .text-box-main-content .search-by-options .radio-group{margin-left:10px;margin-top:10px}.search-result .user .crew-outage-search p.infotext{font-weight:400;font-size:22px;line-height:27px;color:#0073ba}@media only screen and (min-width:1280px){.search-result .user .crew-outage-search p.infotext{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.search-result .user .crew-outage-search p.infotext{font-size:14px;line-height:20px}}@media only screen and (min-width:1440px){.search-result .user .crew-outage-search p.infotext{font-size:16px;line-height:22px}}@media only screen and (min-width:1920px){.search-result .user .crew-outage-search p.infotext{font-size:22px;line-height:27px}}.headerRightSection{margin-right:130px}.outageDetailsWrapper.customerDetailDrawer{height:65vh;top:60px}.outageDetailsWrapper.customerDetailDrawer p.drawerTitle{display:flex;align-items:center}.outageDetailsWrapper.customerDetailDrawer p.drawerTitle .customerTypeText{position:static;padding:6px 9px;background-color:#000;opacity:1;margin-left:20px;color:#fff;font-size:14px;line-height:17px;font-weight:500}.outage-drawer-wrapper h5.box-title{color:#6d7177;font-size:18px;line-height:20px;font-weight:500;margin:0 0 15px}.darkTheme.outage-drawer-wrapper h5.box-title{color:#fff}.outage-drawer-wrapper .customer-detail{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.outage-drawer-wrapper .customer-detail h5.outage-title{color:#6d7177;font-size:16px;line-height:20px;font-weight:500;margin:0}.darkTheme.outage-drawer-wrapper .customer-detail h5.outage-title{color:#fff}.outage-drawer-wrapper .customer-detail .description{color:#000;font-size:16px;line-height:20px;font-weight:500;word-wrap:break-word}.darkTheme.outage-drawer-wrapper .customer-detail .description{color:#fff}.mr-12{margin-right:12px}.outage-drawer-wrapper.outage-section .section-title{color:#000;font-size:18px;line-height:22px;font-weight:500;margin-bottom:0;padding-left:0}@media only screen and (min-width:1280px){.outage-drawer-wrapper.outage-section .section-title{font-size:14px;line-height:18px}}.flexColumn{flex-direction:column!important}.alignItemStart{align-items:flex-start!important}.MuiInputBase-root.custom-select .MuiInputBase-input{padding-left:0!important;padding-top:0!important;padding-bottom:0!important;color:#6d7177;font-size:16px;line-height:20px;font-weight:500;min-height:0;min-width:80px}.MuiInputBase-root.custom-select .MuiOutlinedInput-notchedOutline{padding:0;border:0;width:100px}.accHeaderAction{display:flex;align-items:center}.MuiDivider-root.divider{margin:15px 15px 5px}.outage-drawer-wrapper .MuiGrid-item{padding:4px!important}.outage-drawer-wrapper .box{background:#fff;box-shadow:0 0 6px #0000001a;border-radius:10px;min-height:70px;padding:0 7px;display:flex;align-items:center}.darkTheme.outage-drawer-wrapper .box{background:#415070}@media only screen and (min-width:1920px){.outage-drawer-wrapper .box{min-height:88px;padding:0 10px}}.outage-drawer-wrapper .box.outage-details h4{padding-bottom:10px}.outage-drawer-wrapper .box.outage-details h4.crew-details{font-size:13px;line-height:16px;font-weight:600;letter-spacing:.36px;color:#000;margin:0;padding-bottom:0}.darkTheme.outage-drawer-wrapper .box.outage-details h4.crew-details{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper .box.outage-details h4.crew-details{font-size:16px;line-height:20px}}.outage-drawer-wrapper .box.outage-details .description{font-size:12px;line-height:16px;color:#000;font-weight:500;word-wrap:break-word}.darkTheme.outage-drawer-wrapper .box.outage-details .description{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper .box.outage-details .description{font-size:16px;line-height:20px}}.outage-drawer-wrapper img.outage-img{width:40px;height:40px;margin-right:8px}@media only screen and (min-width:1920px){.outage-drawer-wrapper img.outage-img{width:48px;height:48px}}.outage-drawer-wrapper img.outage-img~div{width:calc(100% - 46px)}@media only screen and (min-width:1920px){.outage-drawer-wrapper img.outage-img~div{width:calc(100% - 56px)}}.outage-drawer-wrapper h4.outage-title{font-size:12px;color:#707070;margin:0}.darkTheme.outage-drawer-wrapper h4.outage-title{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper h4.outage-title{font-size:13px}}.outage-drawer-wrapper h4.ert-title{font-size:16px;line-height:20px;font-weight:500;color:#2b5773;margin:0}.darkTheme.outage-drawer-wrapper h4.ert-title{color:#fff}.outage-drawer-wrapper .description{font-size:16px;line-height:20px;color:#000;font-weight:500;word-wrap:break-word}.darkTheme.outage-drawer-wrapper .description{color:#fff}.outage-drawer-wrapper .bg-1{background-color:#eef5fa}.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time{padding-top:4px}.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time h4{font-size:13px;line-height:16px;color:#2b5773;margin:0;padding-right:10px;width:50px!important}.darkTheme.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time h4{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time h4{font-size:16px;line-height:19px}}.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time .description{font-size:13px;line-height:16px;color:#000;font-weight:500;word-wrap:break-word}.darkTheme.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time .description{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper .ERT-wrapper .ERT-details .ERT-time .description{font-size:16px;line-height:20px}}.outage-drawer-wrapper .ERT-wrapper .at-et p{display:flex;align-items:center;justify-content:space-between;margin:7px 0}.outage-drawer-wrapper .ERT-wrapper .at-et p .title{font-size:14px;line-height:17px;color:#2b5773}.darkTheme.outage-drawer-wrapper .ERT-wrapper .at-et p .title{color:#fff}.outage-drawer-wrapper .ERT-wrapper .at-et p .title{flex:1}.outage-drawer-wrapper .ERT-wrapper .at-et p .hour{font-size:14px;color:#000;font-weight:700;padding-left:18px;text-align:right}.darkTheme.outage-drawer-wrapper .ERT-wrapper .at-et p .hour{color:#fff}.outage-drawer-wrapper .parameters-block{width:100%}.outage-drawer-wrapper .parameters-block p{margin:0;font-weight:500;font-size:13px;line-height:16px;letter-spacing:.36px;color:#000;text-align:center}.darkTheme.outage-drawer-wrapper .parameters-block p{color:#fff}@media only screen and (min-width:1920px){.outage-drawer-wrapper .parameters-block p{font-size:14px;line-height:18px}}.time-wrapper{background-color:#b6c7d8;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:18px;border-bottom-right-radius:18px;height:40px}.time-wrapper span{font-size:16px;color:#2b5773;font-weight:700;text-transform:capitalize}.time-wrapper span:first-child{padding-right:25px}@media only screen and (min-width:1280px){.time-wrapper span{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.time-wrapper span{font-size:14px;line-height:18px}}@media only screen and (min-width:1440px){.time-wrapper span{font-size:14px;line-height:18px}}@media only screen and (min-width:1920px){.time-wrapper span{font-size:16px;line-height:20px}}table.benchmarkTable{width:100%;border-spacing:0}table.benchmarkTable .benchmarkTableHeader th{background:#2b5773;font-size:16px;line-height:20px;font-weight:700;color:#ebf3ff;border:none;padding:17px 9px;text-align:left}table.benchmarkTable .benchmarkTableHeader th:first-child{border-top-left-radius:18px}table.benchmarkTable .benchmarkTableHeader th:last-child{border-top-right-radius:18px}@media only screen and (min-width:1280px){table.benchmarkTable .benchmarkTableHeader th{font-size:14px;line-height:18px;padding:10px 7px}}@media only screen and (min-width:1366px){table.benchmarkTable .benchmarkTableHeader th{font-size:14px;line-height:18px;padding:10px 7px}}@media only screen and (min-width:1440px){table.benchmarkTable .benchmarkTableHeader th{font-size:14px;line-height:18px;padding:10px 7px}}@media only screen and (min-width:1920px){table.benchmarkTable .benchmarkTableHeader th{font-size:16px;line-height:20px;padding:17px 9px}}table.benchmarkTable td{font-size:16px;line-height:20px;font-weight:500;color:#2b5773;border-bottom:1px solid rgba(3,113,180,.416);padding:9px}table.benchmarkTable td:first-child{text-decoration:none!important}@media only screen and (min-width:1280px){table.benchmarkTable td{font-size:14px;line-height:18px;padding:7px}}@media only screen and (min-width:1366px){table.benchmarkTable td{font-size:14px;line-height:18px;padding:7px}}@media only screen and (min-width:1440px){table.benchmarkTable td{font-size:14px;line-height:18px;padding:7px}}@media only screen and (min-width:1920px){table.benchmarkTable td{font-size:16px;line-height:20px;padding:9px}}table.benchmarkTable td,table.benchmarkTable th{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important}table.benchmarkTable td:nth-child(2),table.benchmarkTable th:nth-child(2){width:95px}.popoverHeader{border-top-left-radius:18px;border-top-right-radius:18px;background:#2b5773;padding:17px 9px;display:flex;align-items:center;justify-content:space-between}.popoverHeader p{font-size:18px;line-height:22px;font-weight:700;color:#ebf3ff!important;margin:0}.popoverHeader span{font-size:14px;line-height:17px;font-weight:600;color:#ebf3ff!important}.popoverContent{border-bottom-left-radius:18px;border-bottom-right-radius:18px;padding:12px}.popoverContent .user-detail-box{display:flex;align-items:center;justify-content:space-between}.popoverContent .boxLabel{display:flex;align-items:center;font-size:14px;line-height:18px;color:#000;width:calc(100% - 35px)}@media only screen and (min-width:1280px){.popoverContent .boxLabel{font-size:12px;line-height:16px}}@media only screen and (min-width:1366px){.popoverContent .boxLabel{font-size:12px;line-height:16px}}@media only screen and (min-width:1440px){.popoverContent .boxLabel{font-size:12px;line-height:16px}}@media only screen and (min-width:1920px){.popoverContent .boxLabel{font-size:14px;line-height:18px}}.popoverContent h4{font-size:18px;line-height:22px;color:#000;font-weight:600;margin-bottom:0}@media only screen and (min-width:1280px){.popoverContent h4{font-size:16px;line-height:20px}}@media only screen and (min-width:1366px){.popoverContent h4{font-size:16px;line-height:20px}}@media only screen and (min-width:1440px){.popoverContent h4{font-size:16px;line-height:20px}}@media only screen and (min-width:1920px){.popoverContent h4{font-size:18px;line-height:22px}}.popover.userBenchmark:after{right:42%}.popover.userSQ:after{right:16%}.css-8t49rw-MuiStepConnector-line{min-height:12px!important}.headingText{font-size:13px;display:block;margin-bottom:5px;color:#0073ba;font-weight:700}.css-1vyamtt-MuiStepLabel-labelContainer .css-1hv8oq8-MuiStepLabel-label{font-size:12px}.css-1h7uene-MuiSvgIcon-root-MuiStepIcon-root{width:15px!important;height:15px!important}.css-14sza3e-MuiStepLabel-root{padding:0!important}.css-1pe7n21-MuiStepConnector-root{margin-left:9px!important}.css-1h7uene-MuiSvgIcon-root-MuiStepIcon-root{display:none!important}.css-vnkopk-MuiStepLabel-iconContainer{height:18px;width:12px;border-radius:50%;margin-right:5px}.restoreStatus0 .css-vnkopk-MuiStepLabel-iconContainer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cg%20id='Group_164810'%20data-name='Group%20164810'%20transform='translate(-14.121)'%3e%3ccircle%20id='Ellipse_9551'%20data-name='Ellipse%209551'%20cx='9.541'%20cy='9.541'%20r='9.541'%20transform='translate(14.121)'%20fill='%23038e0d'/%3e%3cpath%20id='Icon_awesome-user-friends'%20data-name='Icon%20awesome-user-friends'%20d='M3.169,5.947A1.849,1.849,0,1,0,1.32,4.1,1.848,1.848,0,0,0,3.169,5.947Zm1.268.528H4.3a2.552,2.552,0,0,1-2.261,0H1.9A1.9,1.9,0,0,0,0,8.377v.475a.792.792,0,0,0,.792.792H5.546a.792.792,0,0,0,.792-.792V8.377A1.9,1.9,0,0,0,4.437,6.475Zm3.486-.528A1.585,1.585,0,1,0,6.338,4.363,1.585,1.585,0,0,0,7.923,5.947Zm.792.528H8.652a2.081,2.081,0,0,1-1.459,0H7.13a1.833,1.833,0,0,0-.919.254,2.416,2.416,0,0,1,.655,1.647v.634c0,.036-.008.071-.01.106H9.771a.792.792,0,0,0,.792-.792A1.848,1.848,0,0,0,8.715,6.475Z'%20transform='translate(18.72%202.834)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}.restoreStatus1 .css-vnkopk-MuiStepLabel-iconContainer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cg%20id='Group_164811'%20data-name='Group%20164811'%20transform='translate(-14.121%20-108.771)'%3e%3ccircle%20id='Ellipse_9586'%20data-name='Ellipse%209586'%20cx='9.541'%20cy='9.541'%20r='9.541'%20transform='translate(14.121%20108.771)'%20fill='%23aaa'/%3e%3cpath%20id='Icon_awesome-clipboard-check'%20data-name='Icon%20awesome-clipboard-check'%20d='M6.109,1.164H4.654a1.164,1.164,0,1,0-2.327,0H.873A.873.873,0,0,0,0,2.036v6.4a.873.873,0,0,0,.873.873H6.109a.873.873,0,0,0,.873-.873v-6.4A.873.873,0,0,0,6.109,1.164ZM3.491.727a.436.436,0,1,1-.436.436A.435.435,0,0,1,3.491.727Zm2.2,4.214L3.094,7.52a.218.218,0,0,1-.309,0L1.284,6a.218.218,0,0,1,0-.309L1.8,5.182a.218.218,0,0,1,.309,0l.836.844L4.874,4.114a.218.218,0,0,1,.309,0l.513.516A.218.218,0,0,1,5.694,4.942Z'%20transform='translate(20.507%20112.895)'/%3e%3c/g%3e%3c/svg%3e")}.restoreStatus2 .css-vnkopk-MuiStepLabel-iconContainer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cg%20id='Group_164811'%20data-name='Group%20164811'%20transform='translate(-14.121%20-108.771)'%3e%3ccircle%20id='Ellipse_9586'%20data-name='Ellipse%209586'%20cx='9.541'%20cy='9.541'%20r='9.541'%20transform='translate(14.121%20108.771)'%20fill='%23aaa'/%3e%3cpath%20id='Icon_awesome-clipboard-check'%20data-name='Icon%20awesome-clipboard-check'%20d='M6.109,1.164H4.654a1.164,1.164,0,1,0-2.327,0H.873A.873.873,0,0,0,0,2.036v6.4a.873.873,0,0,0,.873.873H6.109a.873.873,0,0,0,.873-.873v-6.4A.873.873,0,0,0,6.109,1.164ZM3.491.727a.436.436,0,1,1-.436.436A.435.435,0,0,1,3.491.727Zm2.2,4.214L3.094,7.52a.218.218,0,0,1-.309,0L1.284,6a.218.218,0,0,1,0-.309L1.8,5.182a.218.218,0,0,1,.309,0l.836.844L4.874,4.114a.218.218,0,0,1,.309,0l.513.516A.218.218,0,0,1,5.694,4.942Z'%20transform='translate(20.507%20112.895)'/%3e%3c/g%3e%3c/svg%3e")}.restoreStatus3 .css-vnkopk-MuiStepLabel-iconContainer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cg%20id='Group_164812'%20data-name='Group%20164812'%20transform='translate(-14.457%20-162.584)'%3e%3cpath%20id='Path_92433'%20data-name='Path%2092433'%20d='M9.541,0A9.541,9.541,0,1,1,0,9.541,9.541,9.541,0,0,1,9.541,0Z'%20transform='translate(14.457%20162.584)'%20fill='%23aaa'/%3e%3cpath%20id='Icon_awesome-users-cog'%20data-name='Icon%20awesome-users-cog'%20d='M10.854,7.754a2.086,2.086,0,0,0,0-.757l.459-.265a.129.129,0,0,0,.059-.151,2.668,2.668,0,0,0-.59-1.02.13.13,0,0,0-.16-.025l-.459.265a2.087,2.087,0,0,0-.656-.379v-.53a.129.129,0,0,0-.1-.126,2.682,2.682,0,0,0-1.177,0,.129.129,0,0,0-.1.126v.53a2.087,2.087,0,0,0-.656.379l-.459-.265a.13.13,0,0,0-.16.025,2.668,2.668,0,0,0-.59,1.02.131.131,0,0,0,.059.151L6.779,7a2.086,2.086,0,0,0,0,.757l-.459.265a.129.129,0,0,0-.059.151,2.681,2.681,0,0,0,.59,1.02.13.13,0,0,0,.16.025l.459-.265a2.087,2.087,0,0,0,.656.379v.53a.129.129,0,0,0,.1.126,2.682,2.682,0,0,0,1.177,0,.129.129,0,0,0,.1-.126v-.53a2.087,2.087,0,0,0,.656-.379l.459.265a.13.13,0,0,0,.16-.025,2.668,2.668,0,0,0,.59-1.02.131.131,0,0,0-.059-.151l-.459-.265Zm-2.036.484a.862.862,0,1,1,.862-.862A.863.863,0,0,1,8.818,8.238ZM1.707,5.669A1.138,1.138,0,1,0,.569,4.531,1.139,1.139,0,0,0,1.707,5.669Zm3.982.569c.034,0,.066-.009.1-.011a3.277,3.277,0,0,1,.645-1.052.7.7,0,0,1,.514-.224.683.683,0,0,1,.348.094l.14.082L7.479,5.1a1.968,1.968,0,0,0,.2-.853A1.99,1.99,0,1,0,5.689,6.238ZM7.559,9.7c-.041-.021-.082-.046-.121-.069A.878.878,0,0,1,6.95,9.8a.707.707,0,0,1-.514-.224,3.242,3.242,0,0,1-.715-1.237.759.759,0,0,1,.459-.894q0-.069,0-.139l-.14-.082a.724.724,0,0,1-.174-.144c-.059,0-.116.011-.174.011a2.807,2.807,0,0,1-1.218-.284H4.326a2.049,2.049,0,0,0-2.05,2.048v.512a.854.854,0,0,0,.853.853H7.67a.685.685,0,0,1-.11-.361ZM3.077,6.568a1.134,1.134,0,0,0-.8-.331H1.138A1.139,1.139,0,0,0,0,7.376v.569a.568.568,0,0,0,.569.569H1.741A2.607,2.607,0,0,1,3.077,6.568Z'%20transform='translate(18.309%20165.698)'/%3e%3c/g%3e%3c/svg%3e")}.restoreStatus4 .css-vnkopk-MuiStepLabel-iconContainer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cg%20id='Group_164812'%20data-name='Group%20164812'%20transform='translate(-14.457%20-162.584)'%3e%3cpath%20id='Path_92433'%20data-name='Path%2092433'%20d='M9.541,0A9.541,9.541,0,1,1,0,9.541,9.541,9.541,0,0,1,9.541,0Z'%20transform='translate(14.457%20162.584)'%20fill='%23aaa'/%3e%3cpath%20id='Icon_awesome-users-cog'%20data-name='Icon%20awesome-users-cog'%20d='M10.854,7.754a2.086,2.086,0,0,0,0-.757l.459-.265a.129.129,0,0,0,.059-.151,2.668,2.668,0,0,0-.59-1.02.13.13,0,0,0-.16-.025l-.459.265a2.087,2.087,0,0,0-.656-.379v-.53a.129.129,0,0,0-.1-.126,2.682,2.682,0,0,0-1.177,0,.129.129,0,0,0-.1.126v.53a2.087,2.087,0,0,0-.656.379l-.459-.265a.13.13,0,0,0-.16.025,2.668,2.668,0,0,0-.59,1.02.131.131,0,0,0,.059.151L6.779,7a2.086,2.086,0,0,0,0,.757l-.459.265a.129.129,0,0,0-.059.151,2.681,2.681,0,0,0,.59,1.02.13.13,0,0,0,.16.025l.459-.265a2.087,2.087,0,0,0,.656.379v.53a.129.129,0,0,0,.1.126,2.682,2.682,0,0,0,1.177,0,.129.129,0,0,0,.1-.126v-.53a2.087,2.087,0,0,0,.656-.379l.459.265a.13.13,0,0,0,.16-.025,2.668,2.668,0,0,0,.59-1.02.131.131,0,0,0-.059-.151l-.459-.265Zm-2.036.484a.862.862,0,1,1,.862-.862A.863.863,0,0,1,8.818,8.238ZM1.707,5.669A1.138,1.138,0,1,0,.569,4.531,1.139,1.139,0,0,0,1.707,5.669Zm3.982.569c.034,0,.066-.009.1-.011a3.277,3.277,0,0,1,.645-1.052.7.7,0,0,1,.514-.224.683.683,0,0,1,.348.094l.14.082L7.479,5.1a1.968,1.968,0,0,0,.2-.853A1.99,1.99,0,1,0,5.689,6.238ZM7.559,9.7c-.041-.021-.082-.046-.121-.069A.878.878,0,0,1,6.95,9.8a.707.707,0,0,1-.514-.224,3.242,3.242,0,0,1-.715-1.237.759.759,0,0,1,.459-.894q0-.069,0-.139l-.14-.082a.724.724,0,0,1-.174-.144c-.059,0-.116.011-.174.011a2.807,2.807,0,0,1-1.218-.284H4.326a2.049,2.049,0,0,0-2.05,2.048v.512a.854.854,0,0,0,.853.853H7.67a.685.685,0,0,1-.11-.361ZM3.077,6.568a1.134,1.134,0,0,0-.8-.331H1.138A1.139,1.139,0,0,0,0,7.376v.569a.568.568,0,0,0,.569.569H1.741A2.607,2.607,0,0,1,3.077,6.568Z'%20transform='translate(18.309%20165.698)'/%3e%3c/g%3e%3c/svg%3e")}.content{font-size:12px}.stepsWrapper{font-size:13px;overflow-x:hidden;color:#000}.stepsWrapper.darkTheme{color:#fff}.stepsWrapper h3.headingText{font-size:16px;color:#0073ba;margin:0}.darkTheme.stepsWrapper h3.headingText{color:#009eff}.mainStatus{min-width:190px;display:flex;align-items:center;font-size:14px;line-height:18px;font-weight:500;color:#6d7177}.mainStatus.darkTheme{color:#fff}@media only screen and (min-width:1280px){.mainStatus{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.mainStatus{font-size:14px;line-height:18px}}@media only screen and (min-width:1440px){.mainStatus{font-size:14px;line-height:18px}}@media only screen and (min-width:1920px){.mainStatus{font-size:18px;line-height:22px}}.subStatusWrap{display:flex;justify-content:space-between;width:100%;position:relative;z-index:10}.subStatusWrap.darkTheme:before{background-color:#fff}.subStatusWrap:before{content:"";height:100%;width:1px;background-color:#000;position:absolute;left:2px;bottom:-12px;z-index:9}.subStatusWrap:last-child:before{display:none}.subStatus{display:flex;align-items:flex-start;justify-content:flex-start;flex-grow:1}.restorationSubItems{padding-left:22px;margin-left:15px;width:calc(100% - 37px)}.stepsContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.statusContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;position:relative;z-index:10;margin-bottom:10px}.statusContent img{border-radius:50%;margin-right:15px;width:30px}.statusContent:before{content:"";height:15px;width:2px;background-color:#038e0d;position:absolute;left:14px;bottom:-15px;z-index:9}.statusContent:last-child:before{display:none}.statusContent .statusData{font-size:14px;line-height:18px;font-weight:600;color:#00624b}.darkTheme.statusContent .statusData{color:#03bf70}.statusContent .statusData.blueText{color:#0073ba}.darkTheme.statusContent .statusData.blueText{color:#009eff}.statusContent .statusData.textDanger{color:#c30000}.darkTheme.statusContent .statusData.textDanger{color:#ff2d2d!important}@media only screen and (min-width:1280px){.statusContent .statusData{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.statusContent .statusData{font-size:14px;line-height:18px}}@media only screen and (min-width:1440px){.statusContent .statusData{font-size:14px;line-height:18px}}@media only screen and (min-width:1920px){.statusContent .statusData{font-size:16px;line-height:20px}}.mainStatusContent{display:flex;align-items:center;justify-content:space-between;width:100%}.statusValue{display:inline-block;word-break:break-word;width:calc(100% - 190px)}.statusSeperator{height:15px;position:relative;left:14px}.subStatusSeperator{height:10px;border-left:1px solid;position:relative;left:12px}.bulletPoint{height:7px;width:7px;background-color:#0073ba;border-radius:50%;display:inline-block;margin-right:3px;position:relative;top:5px}.bulletPoint.darkTheme{color:#009eff}.timeData{width:calc(100% - 166px);display:inline-block}.loader{position:fixed;left:0;top:0;z-index:99999;background-color:#000;opacity:.6;width:100%;height:100%;right:0;bottom:0}.loader span{width:70px!important;height:70px!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#eb7200}.common-modal .modal-wrapper .history-notification-wrapper{background-color:#eff5ff;border-radius:10px;padding:20px}.common-modal .modal-wrapper .history-notification-wrapper .outage-details-main .history-box{background:#fff;box-shadow:0 3px 6px #0000001a;border-radius:10px;padding:15px 35px!important;min-height:140px}.common-modal .modal-wrapper .history-notification-wrapper .outage-details-main .history-box .outage-title{font-size:15px}.common-modal .modal-wrapper .history-notification-wrapper .outage-details-main .history-box .outage-title.outage{color:#000;font-size:18px;font-weight:500}.common-modal .modal-wrapper .history-notification-wrapper .outage-details-main h2{color:#0073ba;text-transform:capitalize;padding:0;margin:0 0 15px;font-size:16px;font-weight:500;width:100%}.common-modal .modal-wrapper .history-notification-wrapper .common-modal-body.history-modal-body.bg-white{background-color:#fff;margin-top:15px}.common-modal .modal-wrapper .history-notification-wrapper .common-modal-body.history-modal-body.bg-white table th.MuiTableCell-head{background-color:#fff}#header-logo{width:100%;height:100%;border-radius:50%}.app-name{color:#fff;font-size:18px;padding-left:6px}.menuImageContainer.MuiBox-root{height:20px;width:20px;padding:5px;border-radius:5px;display:flex;justify-content:center;background-color:gray}.menuImageContainer.MuiBox-root.selectedMenuImage{background-color:#fff}.selectedIcon{display:none}.imageContainer.MuiBox-root{border-right:4px solid transparent;display:flex;justify-content:center}.imageContainer.MuiBox-root.selectedMenu{border-right:4px solid rgb(220,121,45)}.footerWrapper{width:calc(100% - 62px);height:40px;display:flex;align-items:center;justify-content:space-between;background-color:#0371b4;padding:2px 31px;z-index:9}.left-side{display:flex;align-items:center;justify-content:flex-start;flex-grow:1}.link-list{list-style:none;margin-left:10px;display:flex;align-items:center;justify-content:flex-start}.link-list .link-item{position:relative;margin-right:18px}.link-list .link-item:after{content:"";width:1px;height:100%;position:absolute;right:-8px;top:0;background-color:#fff}.link-list .link-item:last-child:after{display:none}.link-list .link-item a{text-align:left;font-size:15px;line-height:18px;font-weight:500;color:#fff;text-decoration:none;text-transform:capitalize}.footer-icon-list{display:flex;align-items:center;justify-content:flex-end}.footer-icon-list a{text-decoration:none;display:flex;align-items:center;justify-content:center}.footer-icon-list .icon-item{margin-left:16px;cursor:pointer}.headerLogo{height:60px;margin-right:20px}@media only screen and (min-width:2560px){.headerLogo{height:80px}}@media only screen and (min-width:3840px){.headerLogo{height:100px}}.MuiPaper-root.MuiAppBar-root.headerWrapper{height:60px;background:transparent linear-gradient(90deg,#41939f,#4194a0 46%,#29629c) 0% 0% no-repeat padding-box;box-shadow:0 3px 6px #00000029;z-index:9999;position:fixed;top:0}@media only screen and (min-width:2560px){.MuiPaper-root.MuiAppBar-root.headerWrapper{height:80px}}@media only screen and (min-width:3840px){.MuiPaper-root.MuiAppBar-root.headerWrapper{height:100px}}.MuiPaper-root.MuiAppBar-root.headerWrapper>div{height:100%;max-width:100%;padding:0 40px 0 0}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar{display:flex;align-items:center;justify-content:space-between;height:100%;min-height:60px}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav{position:relative;display:flex;align-items:center}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-weight:600;font-size:16px;line-height:22px;color:#fff;margin:0}@media only screen and (min-width:1280px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-size:18px;line-height:24px}}@media only screen and (min-width:1366px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-size:20px;line-height:26px}}@media only screen and (min-width:1440px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-size:22px;line-height:28px}}@media only screen and (min-width:1920px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-size:24px;line-height:29px}}@media only screen and (min-width:3840px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .leftNav .headerText{font-size:30px;line-height:35px}}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav{display:flex;align-items:center;margin-right:130px}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .headerTimer{font-weight:medium;font-size:14px;line-height:17px;color:#fff}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .profileRow{display:flex;align-items:center;justify-content:flex-end}@media only screen and (min-width:3840px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav img.notificationIcon{height:30px;width:30px}}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box{border-radius:9px;background:#fff3;padding:3px 15px;margin-left:12px;margin-top:0}@media only screen and (min-width:1920px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box{padding:3px 15px;margin-top:0}}@media only screen and (min-width:2560px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box{padding:10px 18px;margin-top:0}}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box.refresh-box{border-radius:50px;padding-right:4px}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box.refresh-box img{width:30px;height:30px}@media only screen and (min-width:2560px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box.refresh-box{font-size:20px;line-height:24px}}.darkTheme.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .box.refresh-box{background:#000;color:#6eff00}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .weather-details .temprature{display:flex;align-items:center}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .weather-details .temprature p{font-size:23px;font-weight:700;padding-left:8px}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .weather-details .temprature p span{font-size:15px;padding-top:7px;padding-left:2px}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .weather-details .date{font-size:14px;padding-top:5px;text-align:center}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .profileImage{padding:0;margin:0 12px 0 0}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName{display:flex;margin:0}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName .user-details-wrapper{font-size:12px;line-height:18px;text-align:right}@media only screen and (min-width:1440px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName .user-details-wrapper{font-size:14px;line-height:20px}}@media only screen and (min-width:1920px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName .user-details-wrapper{font-size:16px;line-height:20px}}@media only screen and (min-width:3840px){.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName .user-details-wrapper{font-size:22px;line-height:30px}}.MuiPaper-root.MuiAppBar-root.headerWrapper .navbar .rightNav .userName img{margin-left:12px}.MuiPaper-root.MuiAppBar-root.headerWrapper.darkTheme{background:#263346}div.menu-wrapper.MuiPaper-elevation{background-color:transparent;box-shadow:none;left:-5px;top:5px;position:relative}div.menu-wrapper.MuiPaper-elevation ul{padding:9px 7px}div.menu-wrapper.MuiPaper-elevation ul:before{content:"";display:block;position:absolute;top:9px;right:22px;width:10px;height:10px;background-color:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);z-index:1;border-top:1px solid #0073BA;border-left:1px solid #0073BA}div.menu-wrapper.MuiPaper-elevation ul li{color:#0073ba;font-weight:700;background-color:#fff;box-shadow:0 3px 6px #0000001a;border-radius:5px;border:1px solid}.outage-box{position:relative}.outage-box .MuiPaper-root{padding:30px 20px;min-height:50px}.outage-box .outage-arrow{position:absolute;right:-11px;top:35px;background-color:#0073ba;color:#fff;padding:34px 0;border-radius:5px;cursor:pointer;width:20px;height:20px}.outage-box .outage-arrow img{padding-left:4px;cursor:pointer}.outage-box .customChart .css-ah0e1x-MuiPaper-root{cursor:pointer}.outage-box .MuiPaper-elevation1{border-radius:10px}.apexcharts-legend-text{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important}@media only screen and (min-width:2560px){.apexcharts-legend-text{font-size:16px!important;line-height:20px!important;font-weight:600!important}}.apexcharts-text tspan{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important}.apexcharts-title-text{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important}.table-image{width:100%;height:100%}.restorationStatus{background-color:#fff}.outagePopup.MuiGrid-root>.MuiGrid-item{padding:0!important}.popupData{height:230px;background-color:#fff}.restorationStatus .headingText{display:block}.dataTable th td,.dataTable tr td{background-color:#fff;border-bottom:none}.css-nu99ux-MuiPaper-root{box-shadow:none!important}.links{display:flex;justify-content:center;align-content:center;text-decoration:underline}.link1{margin:50px 0 25px}.link1,.link2{cursor:pointer}.outageId{padding:16px!important}.inProgresstext{display:flex;justify-content:center;padding:40px 15px;min-height:50vh}.welcomePanel.admin{height:170px;position:absolute}.welcomePanel.admin .backButton{height:fit-content;color:#fff!important;left:120px;top:12px}.adminAccordion.MuiPaper-root.MuiAccordion-root{border-radius:10px}.adminAccordion.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root{background-color:#2b5773;border-radius:10px 10px 0 0;box-shadow:0 5px 6px #0000001a}.adminAccordion.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root h6{color:#fff}.adminAccordion.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root{min-height:48px}.adminAccordion.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content.Mui-expanded{margin:12px 0}.adminAccordion.MuiPaper-root.MuiAccordion-root .MuiCollapse-root{background:#e7f0ff;padding-top:10px}.darkTheme .adminAccordion.MuiPaper-root.MuiAccordion-root .MuiCollapse-root{background:#40526f}.adminContainer.admin{padding:0 30px 30px;flex:1;position:relative;top:113px;margin-top:113px!important}.adminContainer.admin.darkTheme{background:#000}.admin-card.MuiPaper-root.MuiCard-root{border-radius:10px;margin-top:-113px}.admin-card.MuiPaper-root.MuiCard-root>.MuiCardHeader-root{background:#e7f0ff;border-radius:10px 10px 0 0;padding:10px}.darkTheme .admin-card.MuiPaper-root.MuiCard-root>.MuiCardHeader-root{background:#2b5773}.admin-card.MuiPaper-root.MuiCard-root .secondary-select.MuiInputBase-root.MuiOutlinedInput-root{background-color:#fff;padding:8px;width:200px;margin-left:15px;border-radius:10px}.darkTheme .admin-card.MuiPaper-root.MuiCard-root .secondary-select.MuiInputBase-root.MuiOutlinedInput-root{background:#263346}.grey-card.MuiPaper-root.MuiCard-root{border-radius:10px}.grey-card.MuiPaper-root.MuiCard-root.darkTheme{background:#263346}.grey-card.MuiPaper-root.MuiCard-root .MuiCardHeader-root{background:#5a5a5a;border-radius:10px 10px 0 0;padding:10px 20px;color:#fff}.user-config{display:flex;align-items:center}.user-config .MuiTypography-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;font-size:16px;line-height:20px;font-weight:500}.darkTheme .user-config .MuiTypography-root{color:#fff}.user-config .MuiTypography-root.user-role{color:#6d7177;font-weight:400}.darkTheme .user-config .MuiTypography-root.user-role{color:#fff}.user-config .admin-avatar{width:48px;height:48px;margin:0 15px}.setting-side-panel{flex-grow:1;background-color:#fff;display:flex}.setting-side-panel.darkTheme{background-color:#40526f}.setting-side-panel .tab-panel-inner-box{background:#fff}.darkTheme .setting-side-panel .tab-panel-inner-box{background:#263346}.setting-side-panel .MuiTabs-root{padding:25px 0;box-shadow:1px 0 5px #0000001a;overflow:visible}.setting-side-panel .MuiTabs-root .MuiTabs-scroller{overflow:visible}.setting-side-panel .MuiButtonBase-root.MuiTab-root{background:#fff;border-radius:10px 0 0 10px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;font-size:16px;line-height:20px;font-weight:500;align-items:flex-start;margin-left:15px}.darkTheme .setting-side-panel .MuiButtonBase-root.MuiTab-root{background:#40526f;color:#fff}.setting-side-panel .MuiButtonBase-root.MuiTab-root:hover{background:#2b577326}.setting-side-panel .MuiButtonBase-root.MuiTab-root.Mui-selected{width:100%;background:#2b5773;color:#fff;font-weight:600}.darkTheme .setting-side-panel .MuiButtonBase-root.MuiTab-root.Mui-selected{background:#00bdf6}.grey-search{background:#e4e4e4;box-shadow:0 0 6px #00000017;border-radius:10px;width:calc(100% - 30px);margin:25px 15px}.grey-search .MuiInputBase-input.MuiOutlinedInput-input{width:100%;font-size:12px;line-height:14px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#363636;letter-spacing:.32px;margin-left:14px}@media only screen and (min-width:1440px){.grey-search .MuiInputBase-input.MuiOutlinedInput-input{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.grey-search .MuiInputBase-input.MuiOutlinedInput-input{font-size:18px;line-height:22px}}.grey-search .MuiOutlinedInput-notchedOutline{border:none}.custom-paper{padding:14px;margin-right:10px;box-shadow:0 5px 6px #0000001a;border-radius:10px;display:flex;align-items:flex-start}.custom-paper.darkTheme{background:#263346;background-image:none}.custom-paper.auto-refresh-paper{width:100%;max-width:300px}.custom-paper.enable-disable-paper{align-items:center;justify-content:center}.orange-switch.MuiSwitch-root{width:61px;height:41px}.orange-switch.MuiSwitch-root .MuiButtonBase-root.MuiSwitch-switchBase{padding:6px;transform:translate(9px)}.orange-switch.MuiSwitch-root .MuiButtonBase-root.MuiSwitch-switchBase:hover{background-color:transparent}.orange-switch.MuiSwitch-root .MuiButtonBase-root.MuiSwitch-switchBase .MuiSwitch-thumb{margin-top:8px;height:15px;width:15px;background-color:#fff}.orange-switch.MuiSwitch-root .MuiButtonBase-root.MuiSwitch-switchBase.Mui-checked{transform:translate(25px);color:#fff}.orange-switch.MuiSwitch-root .MuiButtonBase-root.MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#dc792d;border:1px solid transparent;opacity:1}.orange-switch.MuiSwitch-root .MuiSwitch-track{background-color:transparent;border:1px solid #FFFFFF;border-radius:25px}.orange-switch.MuiSwitch-root.grey-border .MuiSwitch-track{border:1px solid #000000}.orange-switch.MuiSwitch-root.grey-border .MuiButtonBase-root.MuiSwitch-switchBase .MuiSwitch-thumb{background-color:#707070}.orange-switch.MuiSwitch-root.grey-border .MuiButtonBase-root.MuiSwitch-switchBase.Mui-checked .MuiSwitch-thumb{background-color:#fff}.orange-switch.MuiSwitch-root.both-side .MuiSwitch-track{background-color:#dc792d;opacity:1}.orange-switch.MuiSwitch-root.grey-background .MuiSwitch-track{background-color:#cdd4d9;opacity:1}.enabled-paper.MuiPaper-root{background-color:#f5f4f4;padding:10px;border-radius:10px}.enabled-paper.MuiPaper-root.darkTheme{background-color:#40526f}.enabled-paper.MuiPaper-root.darkTheme .sub-card-title{color:#f5f4f4}.enabled-paper.MuiPaper-root .sub-card-title{font-size:16px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;font-weight:500;margin:0}.enabled-paper.MuiPaper-root .MuiFormControlLabel-root{margin:0}.enabled-paper.MuiPaper-root .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{padding:4px 4px 4px 0}.enabled-paper.MuiPaper-root .MuiFormControlLabel-root .MuiTypography-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:14px;line-height:17px;letter-spacing:.28px;color:#2b5773;text-transform:capitalize}.darkTheme .enabled-paper.MuiPaper-root .MuiFormControlLabel-root .MuiTypography-root{color:#f5f4f4}.enabled-paper.MuiPaper-root .MuiFormControlLabel-root.disabled .MuiButtonBase-root.MuiCheckbox-root,.enabled-paper.MuiPaper-root .MuiFormControlLabel-root.disabled .MuiTypography-root,.enabled-paper.MuiPaper-root.disabled .sub-card-title{color:#9a9a9a}.map-view-setting .MuiFormControlLabel-root{margin:0}.map-view-setting .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{padding:4px 4px 4px 0}.map-view-setting .MuiFormControlLabel-root .MuiTypography-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:14px;line-height:17px;letter-spacing:.28px;color:#2b5773;text-transform:capitalize}.darkTheme .map-view-setting .MuiFormControlLabel-root .MuiTypography-root{color:#f5f4f4}.map-view-setting .MuiFormControlLabel-root.disabled .MuiButtonBase-root.MuiCheckbox-root,.map-view-setting .MuiFormControlLabel-root.disabled .MuiTypography-root{color:#9a9a9a}.auto-refresh-slider .MuiSlider-rail{color:#70707045}.auto-refresh-slider .MuiSlider-track{color:#0371b4}.auto-refresh-slider .MuiSlider-mark{color:#70707045;height:6px}.auto-refresh-slider.Mui-disabled .MuiSlider-track,.auto-refresh-slider.Mui-disabled .MuiSlider-rail{color:#cdd4d9}.largeLogo{display:flex;align-items:center;justify-content:center}.largeLogo img{width:100%;height:100%;animation-name:fly;animation-duration:3s;animation-fill-mode:both}@keyframes fly{0%{transform:translate(0);opacity:1}to{transform:translate(-40vw,-40vh);width:50px;height:50px;opacity:0}}.mainContent{width:100vw;height:100vh;position:relative;background:transparent linear-gradient(129deg,#0da3ff89,#02395aba) 0% 0% no-repeat padding-box}.landingPage{animation:opac .8s;display:flex;height:100vh}@keyframes opac{0%{opacity:0}to{opacity:1}}.mainContent .bg-video{width:100vw;height:100vh;object-fit:cover;position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);animation:opac .8s}.mainContent .contentWrapper{height:calc(100% - 60px);width:100%;display:flex}@media only screen and (min-width:2560px){.mainContent .contentWrapper{height:calc(100% - 80px)}}@media only screen and (min-width:3840px){.mainContent .contentWrapper{height:calc(100% - 100px)}}.mainContent .contentWrapper .leftPanel{flex:1.2;height:100%;display:flex;align-items:center;justify-content:center}.mainContent .contentWrapper .leftPanel img{width:72%;animation-name:slide-up;animation-duration:3s;animation-fill-mode:both}@keyframes slide-up{0%{transform:translateY(40vh);opacity:0}to{transform:translate(0);opacity:1}}.mainContent .contentWrapper .rightPanel{flex:2;background-color:#ffffff4d;height:100%;display:flex;align-items:center;justify-content:center;position:relative;animation-name:slide-right;animation-duration:3s;animation-fill-mode:both;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}@keyframes slide-right{0%{transform:translate(40vh);opacity:0}to{transform:translate(0);opacity:1}}.mainContent .contentWrapper .rightPanel .ribbonWrapper{position:absolute;left:-48px;top:30px;display:flex;align-items:center;justify-content:center;text-transform:capitalize;width:180px;height:90px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='257.188'%20height='105.093'%20viewBox='0%200%20257.188%20105.093'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_150497'%20data-name='Rectangle%20150497'%20width='257.188'%20height='105.093'%20fill='none'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-2'%3e%3cpath%20id='Path_97156'%20data-name='Path%2097156'%20d='M.75,59.9,58.488,96.4V21Z'%20transform='translate(-0.75%20-21.003)'%20fill='%235699c3'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-3'%3e%3crect%20id='Rectangle_150494'%20data-name='Rectangle%20150494'%20width='257.188'%20height='105.094'%20fill='none'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-4'%3e%3cpath%20id='Path_97159'%20data-name='Path%2097159'%20d='M.75.75V67.3H255.89L242.841,34.023,255.89.75Z'%20transform='translate(-0.75%20-0.75)'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='linear-gradient'%20x1='-0.372'%20y1='0.769'%20x2='-0.363'%20y2='0.769'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23007dc6'/%3e%3cstop%20offset='1'%20stop-color='%2300bdf6'/%3e%3c/linearGradient%3e%3cfilter%20id='Rectangle_150495'%20x='-28.823'%20y='-84.904'%20width='314.833'%20height='244.402'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dy='3'%20input='SourceAlpha'/%3e%3cfeGaussianBlur%20stdDeviation='3'%20result='blur'/%3e%3cfeFlood%20flood-opacity='0.161'/%3e%3cfeComposite%20operator='in'%20in2='blur'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg%20id='Group_168694'%20data-name='Group%20168694'%20transform='translate(0%20119)'%3e%3cg%20id='Group_168693'%20data-name='Group%20168693'%20transform='translate(0%20-119)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_168681'%20data-name='Group%20168681'%20transform='translate(1.024%2028.675)'%3e%3cg%20id='Group_168680'%20data-name='Group%20168680'%20clip-path='url(%23clip-path-2)'%3e%3cpath%20id='Path_97161'%20data-name='Path%2097161'%20d='M0,0,103.256-18.819,82.027,60.69-21.229,79.509Z'%20transform='translate(-15.741%2062.452)%20rotate(-65.524)'%20fill='%232f75a6'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Group_168690'%20data-name='Group%20168690'%20transform='translate(1.024%201.024)'%3e%3cg%20id='Group_168689'%20data-name='Group%20168689'%20clip-path='url(%23clip-path-4)'%3e%3cg%20transform='matrix(1,%200,%200,%201,%20-1.02,%20-1.02)'%20filter='url(%23Rectangle_150495)'%3e%3crect%20id='Rectangle_150495-2'%20data-name='Rectangle%20150495'%20width='147.507'%20height='262.758'%20transform='translate(-19.82%2060.23)%20rotate(-70.6)'%20fill='url(%23linear-gradient)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='Group_168692'%20data-name='Group%20168692'%20transform='translate(0%200)'%3e%3cg%20id='Group_168691'%20data-name='Group%20168691'%20clip-path='url(%23clip-path-3)'%3e%3cpath%20id='Path_97160'%20data-name='Path%2097160'%20d='M255.889,67.295H.75V.75h255.14L242.841,34.023Z'%20transform='translate(0.274%200.274)'%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:1366px){.mainContent .contentWrapper .rightPanel .ribbonWrapper{width:180px}}@media only screen and (min-width:1440px){.mainContent .contentWrapper .rightPanel .ribbonWrapper{width:180px}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .rightPanel .ribbonWrapper{width:210px}}.mainContent .contentWrapper .rightPanel .ribbonWrapper p{font-weight:500;font-size:20px;line-height:26px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#fff;margin:-47px 0 0}@media only screen and (min-width:1366px){.mainContent .contentWrapper .rightPanel .ribbonWrapper p{font-size:20px}}@media only screen and (min-width:1440px){.mainContent .contentWrapper .rightPanel .ribbonWrapper p{font-size:22px}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .rightPanel .ribbonWrapper p{font-size:24px;margin:-36px 0 0}}.mainContent .contentWrapper .starWrapper{display:flex;align-items:center;justify-content:center;width:90%;height:90%;position:relative;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='871.696'%20height='846.559'%20viewBox='0%200%20871.696%20846.559'%3e%3cdefs%3e%3cfilter%20id='Ellipse_9619'%20x='290.491'%20y='0'%20width='290.714'%20height='846.559'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dy='3'%20input='SourceAlpha'/%3e%3cfeGaussianBlur%20stdDeviation='3'%20result='blur'/%3e%3cfeFlood%20flood-opacity='0.161'/%3e%3cfeComposite%20operator='in'%20in2='blur'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3cfilter%20id='Ellipse_9620'%20x='0'%20y='89.016'%20width='871.696'%20height='668.527'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dy='3'%20input='SourceAlpha'/%3e%3cfeGaussianBlur%20stdDeviation='3'%20result='blur-2'/%3e%3cfeFlood%20flood-opacity='0.161'/%3e%3cfeComposite%20operator='in'%20in2='blur-2'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3cfilter%20id='Ellipse_9621'%20x='0'%20y='89.016'%20width='871.696'%20height='668.527'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dy='3'%20input='SourceAlpha'/%3e%3cfeGaussianBlur%20stdDeviation='3'%20result='blur-3'/%3e%3cfeFlood%20flood-opacity='0.161'/%3e%3cfeComposite%20operator='in'%20in2='blur-3'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg%20id='Group_168665'%20data-name='Group%20168665'%20transform='translate(-851.565%20-155.44)'%3e%3cg%20transform='matrix(1,%200,%200,%201,%20851.57,%20155.44)'%20filter='url(%23Ellipse_9619)'%3e%3cg%20id='Ellipse_9619-2'%20data-name='Ellipse%209619'%20transform='translate(299.49%206)'%20fill='none'%20stroke='%23fff'%20stroke-width='3'%20opacity='0.427'%3e%3cellipse%20cx='136.357'%20cy='414.28'%20rx='136.357'%20ry='414.28'%20stroke='none'/%3e%3cellipse%20cx='136.357'%20cy='414.28'%20rx='134.857'%20ry='412.78'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cg%20transform='matrix(1,%200,%200,%201,%20851.57,%20155.44)'%20filter='url(%23Ellipse_9620)'%3e%3cg%20id='Ellipse_9620-2'%20data-name='Ellipse%209620'%20transform='translate(726.17%2095.02)%20rotate(60)'%20fill='none'%20stroke='%23fff'%20stroke-width='3'%20opacity='0.427'%3e%3cellipse%20cx='136.525'%20cy='414.059'%20rx='136.525'%20ry='414.059'%20stroke='none'/%3e%3cellipse%20cx='136.525'%20cy='414.059'%20rx='135.025'%20ry='412.559'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cg%20transform='matrix(1,%200,%200,%201,%20851.57,%20155.44)'%20filter='url(%23Ellipse_9621)'%3e%3cg%20id='Ellipse_9621-2'%20data-name='Ellipse%209621'%20transform='translate(862.7%20509.08)%20rotate(120)'%20fill='none'%20stroke='%23fff'%20stroke-width='3'%20opacity='0.427'%3e%3cellipse%20cx='136.525'%20cy='414.059'%20rx='136.525'%20ry='414.059'%20stroke='none'/%3e%3cellipse%20cx='136.525'%20cy='414.059'%20rx='135.025'%20ry='412.559'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;background-size:contain;background-position:center}.mainContent .contentWrapper .starWrapper .first-row{display:flex;align-items:flex-start;justify-content:center;width:100%;position:absolute;top:0;left:0}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .first-row{top:5%}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .first-row{top:0}}.mainContent .contentWrapper .starWrapper .second-row{display:flex;align-items:flex-start;justify-content:space-between;width:64%;position:absolute;top:20%;left:19%}@media only screen and (min-width:1366px){.mainContent .contentWrapper .starWrapper .second-row{width:70%;left:16%}}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .second-row{width:90%;left:4%;top:26%}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .second-row{top:24%;width:79%;left:10%}}.mainContent .contentWrapper .starWrapper .third-row-up{display:flex;align-items:flex-start;justify-content:space-between;width:30%;position:absolute;bottom:64%;left:50%;transform:translate(-50%);z-index:1}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .third-row-up{bottom:72%;width:34%;left:50%}}.mainContent .contentWrapper .starWrapper .third-row{display:flex;align-items:flex-start;justify-content:space-between;width:30%;position:absolute;top:64%;left:50%;transform:translate(-50%);z-index:1}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .third-row{top:72%;width:34%;left:50%}}.mainContent .contentWrapper .starWrapper .fourth-row{display:flex;align-items:flex-start;justify-content:space-between;width:64%;position:absolute;bottom:20%;left:19%}@media only screen and (min-width:1366px){.mainContent .contentWrapper .starWrapper .fourth-row{width:70%;left:16%}}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .fourth-row{width:90%;left:4%;bottom:26%}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .fourth-row{bottom:24%;width:79%;left:10%}}.mainContent .contentWrapper .starWrapper .fifth-row{display:flex;align-items:flex-start;justify-content:center;width:100%;position:absolute;bottom:0;left:0}@media only screen and (min-width:1440px){.mainContent .contentWrapper .starWrapper .fifth-row{bottom:5%}}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .fifth-row{bottom:0}}.mainContent .contentWrapper .starWrapper .dataOuterCircle{position:relative;height:100px;width:100px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffff45;box-shadow:0 0 6px #00000029}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .dataOuterCircle{height:125px;width:125px}}.mainContent .contentWrapper .starWrapper .dataBtn{width:70px;height:23px;background:#fff;border-radius:50px;font-weight:600;font-size:11px;line-height:13px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px}.mainContent .contentWrapper .starWrapper .dataImage{width:60px;height:60px;background:#fff;box-shadow:0 0 19px #0000005a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .dataImage{height:80px;width:80px}}.mainContent .contentWrapper .starWrapper .dataImage span{font-weight:600;font-size:10px;line-height:12px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:0px;color:#484848;text-align:center}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .dataImage span{font-size:12px;line-height:16px}}.mainContent .contentWrapper .starWrapper .dataImage img{width:30px;height:30px}@media only screen and (min-width:1920px){.mainContent .contentWrapper .starWrapper .dataImage img{width:35px;height:35px}}.btn{background:#fff;box-shadow:0 3px 6px #00000029;border-radius:25px;min-width:100px;height:32px;font-size:12px;position:relative;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:21px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:0px;color:#0371b4;cursor:pointer}@media only screen and (min-width:1920px){.btn{min-width:130px;font-size:14px;height:40px}}@media only screen and (min-width:2560px){.btn{padding:0 15px;min-width:150px;font-size:24px;height:50px}}.btn:hover{background:#0599f4;color:#fff;font-size:12px}@media only screen and (min-width:1920px){.btn:hover{font-size:15px}}.btn:before{content:"";position:absolute;right:0;top:-5px;width:14px;height:14px;border-radius:50%;background-color:transparent;border:2px solid #FFFFFF}@media only screen and (min-width:1920px){.btn:before{width:20px;height:20px}}.btn.orange:before{background-color:#fd8320}.btn.blue:before{background-color:#0371b4}.cardList{display:flex;justify-content:flex-start;flex-wrap:wrap}div.tab-content{padding:10px 24px}@media only screen and (min-width:1920px){div.tab-content{padding:24px}}.cardItem{display:flex;margin:0 10px 10px;box-shadow:0 2px 6px #00000029!important;border-radius:10px!important;background-color:#f7f9fb!important;width:calc(33.3333333333% - 20px)}@media only screen and (min-width:1920px){.cardItem{margin:10px}}.cardItem.disabled{filter:grayscale(1);pointer-events:none}.cardItem .cardImage{width:70%;background-size:cover!important;background-position:left center!important}@media only screen and (min-width:1440px){.cardItem .cardImage{width:100%}}.cardItem .cardImage.outage{background:url(/assets/outage-CnVhdAg-.png) no-repeat}.cardItem .cardImage.Rectangle1{background:url(/assets/Rectangle1-CM8sahwE.png) no-repeat}.cardItem .cardImage.Rectangle2{background:url(/assets/Rectangle2-OOzJ3OYh.png) no-repeat}.cardItem .cardImage.Rectangle3{background:url(/assets/Rectangle3-BWmmlrwT.png) no-repeat}.cardItem .cardImage.Rectangle4{background:url(/assets/Rectangle4-Bbn5DCtu.png) no-repeat}.cardItem .cardImage.Rectangle5{background:url(/assets/Rectangle5-hZ1DJGje.png) no-repeat}.cardItem .cardImage.Rectangle6{background:url(/assets/Rectangle6-BaarTmZZ.png) no-repeat}.cardItem .cardImage.Rectangle7{background:url(/assets/Rectangle7-BNjWRpP9.png) no-repeat}.cardItem .cardImage.Rectangle8{background:url(/assets/Rectangle8-DAQf8rjz.png) no-repeat}.cardItem .cardImage.Rectangle9{background:url(/assets/Rectangle9-BHCsK81m.png) no-repeat}.cardItem .cardImage.selfService{background:url(/assets/selfService-8xZYIfkq.png) no-repeat}.cardItem .cardImage.powerB{background:url(/assets/powerB-D-6t_jq9.png) no-repeat}.cardItem .cardImage.resource{background:url(/assets/Tracker-Ddv95B25.png) no-repeat}.cardItem .cardImage.liveBoard{background:url(/assets/Liveboard-CiFONvjE.png) no-repeat}.cardItem .cardTitle{font-size:16px;line-height:22px;color:#0371b4;font-weight:600;text-transform:capitalize;margin:0}@media only screen and (min-width:1440px){.cardItem .cardTitle{margin:16px 0}}.cardItem p{font-size:14px;line-height:20px;color:#575656;font-weight:400;display:-webkit-box;max-width:100%;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:10px 0}@media only screen and (min-width:1440px){.cardItem p{margin:16px 0}}.cardItem .cardContent{width:100%;padding:10px;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:1440px){.cardItem .cardContent{padding:19px}}.cardItem .cardContent ul{margin:10px 0 0}@media only screen and (min-width:1920px){.cardItem .cardContent ul{margin:16px 0}}.cardItem .cardContent:last-child{padding-bottom:19px}.cardItem .cardActions{padding:0;width:100%;display:flex;align-items:center;justify-content:flex-end}.cardItem .cardActions img{width:25px}@media only screen and (min-width:1920px){.cardItem .cardActions img{width:33px}}.cardItem ul{padding-left:16px;list-style:none}.cardItem ul li{margin-bottom:10px;font-size:14px;line-height:20px;color:#575656;font-weight:400;text-decoration:underline}.cardItem ul li:before{content:"•";color:#dc792d;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.wrapper{height:auto;width:100%;padding:0 0 60px;background-color:#fff}.wrapper::-webkit-scrollbar{width:7px;height:7px}.wrapper:hover::-webkit-scrollbar{width:12px;height:12px}.primary-tab-wrap{padding-left:0;background:#eaeaea;display:flex;align-items:center}.darkTheme .primary-tab-wrap{background:#262730}.primary-tab-wrap .home-link{padding-right:52px;position:relative;display:flex;align-items:center;margin-left:10px}.primary-tab-wrap .home-link:after{content:"";height:80%;width:1px;background-color:#000;position:absolute;right:26px;top:50%;transform:translateY(-50%)}.primary-tab-wrap .home-link img{width:20px;height:20px}@media only screen and (min-width:1440px){.primary-tab-wrap .home-link{padding-right:42px}.primary-tab-wrap .home-link img{width:30px;height:30px}.primary-tab-wrap .home-link:after{right:20px}}.primary-tab-wrap .primary-tab{min-height:22px}.primary-tab-wrap .primary-tab .tab-item{font-size:14px;min-width:110px;padding:4px 10px;font-weight:500;line-height:22px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;text-transform:capitalize;border-bottom:0;min-height:22px}@media only screen and (min-width:1920px){.primary-tab-wrap .primary-tab .tab-item{font-size:18px;min-width:130px;padding:4px 16px}}.primary-tab-wrap .primary-tab .tab-item.Mui-selected{background-color:#0371b4;font-weight:600;font-size:16px;line-height:24px;color:#fff}@media only screen and (min-width:1920px){.primary-tab-wrap .primary-tab .tab-item.Mui-selected{font-size:20px}}.bannerImage{width:100%}.primary-tab-panel>div{padding:0;border-radius:0}.primary-tab-panel p{margin:0}.secondary-tab-wrap{background-color:#000;margin-top:-4px;text-align:center;padding:0}.secondary-tab-wrap .MuiTabs-flexContainer{justify-content:center}.secondary-tab-wrap .secondary-tab{min-height:32px}@media only screen and (min-width:1920px){.secondary-tab-wrap .secondary-tab{min-height:42px}}.secondary-tab-wrap .secondary-tab .tab-item{min-height:32px;min-width:220px;font-weight:500;font-size:16px;line-height:24px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#fff;text-transform:capitalize;border-bottom:2px solid transparent;padding:4px 16px}@media only screen and (min-width:1920px){.secondary-tab-wrap .secondary-tab .tab-item{min-height:42px;min-width:241px;font-size:20px}}.secondary-tab-wrap .secondary-tab .tab-item.Mui-selected{background-color:#0371b4;border-bottom:3px solid #DC792D}.MuiTabs-indicator{display:none}.secondary-tab-panel{background:#eff7ff80;box-shadow:0 0 6px #00000071;min-height:0}.underConstruction{width:100%;padding:130px 0;display:flex;align-items:center;justify-content:center}.tertiary-tab-wrap .MuiTabs-flexContainer{justify-content:center}.tertiary-tab .tab-item{background:#d8d8d8;min-height:35px;min-width:220px;font-weight:500;font-size:15px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;text-transform:capitalize;border-radius:50px;padding:4px 16px;margin:0 16px}@media only screen and (min-width:1920px){.tertiary-tab .tab-item{min-width:241px;font-size:18px}}.tertiary-tab .tab-item.Mui-selected{background:transparent linear-gradient(261deg,#0073ba,#2896e9) 0% 0% no-repeat padding-box;color:#fff}.left-menu-drawer .MuiPaper-root.MuiDrawer-paper{position:absolute;box-shadow:3px 0 6px #00000029;border-radius:0 5px 5px 0;opacity:1;padding:40px 20px;background-color:#40526f;overflow-y:visible;z-index:99999;top:100px}@media only screen and (min-width:1440px){.left-menu-drawer .MuiPaper-root.MuiDrawer-paper{height:calc(100vh - 120px)}}@media only screen and (min-width:2560px){.left-menu-drawer .MuiPaper-root.MuiDrawer-paper{height:calc(100vh - 140px)}}@media only screen and (min-width:3840px){.left-menu-drawer .MuiPaper-root.MuiDrawer-paper{padding:10px 20px;height:calc(100vh - 160px)}}.menuToggleBtn.darkTheme,.menuToggleBtn.menuClose{background-color:#40526f}.resource-tracker-link-section{height:calc(100% - 50px)}.resource-tracker-link-section .MuiDivider-root{border-color:#fff;margin-top:20px!important;margin-bottom:20px!important}.resource-tracker-link-section .MuiTypography-root{color:#fff;font-weight:500;font-size:15px;line-height:30px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.resource-tracker-link-section .MuiTypography-root{font-size:18px;line-height:36px}}.resource-tracker-link-section .MuiList-root{overflow-y:auto;height:100%}.search-input-container{position:relative;width:100%;margin-bottom:10px}.search-input{width:100%;padding:8px 16px 8px 40px;border:1px solid #ccc;border-radius:25px;background-color:#fff;color:#666;font-size:14px;outline:none;box-sizing:border-box}.search-input:focus{border-color:#888}.search-icon{position:absolute;top:50%;left:15px;transform:translateY(-50%);pointer-events:none}.search-icon img{width:16px;height:16px;color:#666}.crew-board-legends-wrapper{position:absolute;top:0;left:70px;right:0;z-index:998;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;height:100%;overflow:hidden}@media only screen and (min-width:2560px){.crew-board-legends-wrapper{left:90px;padding:0 30px}}.crew-board-legends-wrapper.darkTheme .legends-title,.crew-board-legends-wrapper.darkTheme .legend-text{color:#fff}.crew-board-legends-wrapper.darkTheme .legends-toggle-btn{background-color:#2b5773}.crew-board-legends-wrapper.darkTheme .legends-toggle-btn:hover{background-color:#1f3d52}.crew-board-legends-wrapper .legends-container{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:4px;position:relative}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-container{gap:30px}}.crew-board-legends-wrapper .legends-container .MuiCollapse-root{flex:1;overflow:visible;display:flex;justify-content:flex-end}.crew-board-legends-wrapper .legends-container .MuiIconButton-root.expanded img{transform:rotate(0)}.crew-board-legends-wrapper .legends-container .MuiIconButton-root.collapsed img{transform:rotate(180deg)}.crew-board-legends-wrapper .legends-bar{display:flex;align-items:center;gap:4px;padding:8px 16px;border-radius:16px;min-width:0;background-color:#d8f0ff}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar{padding:12px 80px 12px 0;gap:24px}}.crew-board-legends-wrapper .legends-bar .legends-title{font-size:14px;line-height:18px;font-weight:700;color:#000;text-transform:capitalize;margin:0;white-space:nowrap;flex-shrink:0}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar .legends-title{font-size:20px;line-height:24px}}.crew-board-legends-wrapper .legends-bar .legends-items{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;overflow-x:auto;flex:1;min-width:0}.crew-board-legends-wrapper .legends-bar .legends-items::-webkit-scrollbar{height:4px}.crew-board-legends-wrapper .legends-bar .legends-items::-webkit-scrollbar-thumb{background:#0371b4;border-radius:2px}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar .legends-items{gap:6px}}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item{display:flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar .legends-items .legend-item{gap:8px}}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box{width:20px;height:6px;border-radius:0;flex-shrink:0;border:1px solid rgba(0,0,0,.15)}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box{width:30px;height:18px}}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.foreman{background-color:#000}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.lineman{background-color:red}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.truck-driver{background-color:orange}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.operator{background-color:gray}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.apprentice{background-color:#52ad5b}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.preapprentice{background-color:#57adea}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.groundman{background-color:#833c0c}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.flagger{background-color:#00008b}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.crew-member{background-color:transparent;border:1px solid #000000}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-box.arcos{background-color:#fdff00}.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-text{font-size:12px;line-height:16px;font-weight:500;color:#000}@media only screen and (min-width:2560px){.crew-board-legends-wrapper .legends-bar .legends-items .legend-item .legend-text{font-size:18px;line-height:22px}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.outageTile,.TopOutageTile{display:inline-block;border-radius:5px;box-shadow:0 3px 6px #00000029;position:relative;background-position:center;width:92%;color:#fff}.outageTileContainer{display:flex}.titleInfo{font-size:13px;color:#fff;display:inline-block;border-radius:5px;position:relative}.viewMoreLink{z-index:99;position:relative;margin-top:5px;text-align:right;padding:10px 32px 6px;background-color:#270909b3;display:flex;align-items:center;justify-content:flex-end;border-radius:0 0 10px 10px}@media only screen and (min-width:1920px){.viewMoreLink{padding:18px 32px}}.TopOutageTile{display:flex;background-image:none;border-radius:10px;background-color:#fff}.outageTile{background-image:url(/assets/Image_01-Bzf7Pbjc.png);background-size:100% 100%;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between}.TopOutageTile .titleInfo{background-image:url(/assets/outage-background-YimT-D9t.png);background-size:110% 110%;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;background-position:center}.TopOutageTile:hover .titleInfo{background-position:-12px 35px!important;background-size:110% 101%!important}.TopOutageTile .titleInfo{justify-content:flex-end;padding:50px 30px 26px;width:100%}.TopOutageTile .titleInfo .data,.TopOutageTile .titleInfo .viewMoreLink,.TopOutageTile .titleInfo .viewMore{padding:0}.TopOutageTile .titleInfo .viewMore{margin-top:15px;display:flex;align-items:center;justify-content:flex-end}.outageTile:hover,.TopOutageTile:hover{background-size:cover}.count{padding:10px;display:flex!important;align-items:center;font-size:70px;font-weight:700;color:#eb7200;background-color:#fff;border-radius:10px 0 0 10px}@media only screen and (min-width:1280px){.count{font-size:70px}}@media only screen and (min-width:1366px){.count{font-size:80px}}@media only screen and (min-width:1440px){.count{font-size:80px}}@media only screen and (min-width:1920px){.count{font-size:90px}}.viewMore{text-align:right;padding:7px 12px}.viewMapText{float:left;background-color:#fff;color:#eb7200;padding:6px 12px;display:flex;align-items:center;border-radius:20px}.viewMapText span{margin-left:10px;font-size:15px}.outageTileMap{position:absolute;left:0;bottom:128px}.outageTileMap img{width:100%;display:none}.titleInfo:hover .outageTileMap img{display:block;animation:fade .5s linear;border-radius:10px 10px 0 0}@keyframes fade{0%{opacity:0}to{opacity:1}}.customerType{padding:4px;opacity:.4;height:16px;width:45px;float:right;border-radius:5px}.customerTypeText{position:absolute;right:0;color:#fff;z-index:9;opacity:.7;background-color:#000;padding:7px;box-shadow:0 3px 6px #00000029;border-radius:10px;display:flex;top:0;font-size:14px}@media only screen and (min-width:1920px){.customerTypeText{font-size:16px}}.TopOutageTile:hover .count{display:none!important}.TopOutageTile:hover .titleInfo{width:100%;background-position:bottom;background-repeat:no-repeat;background-size:100% 80%}.TopOutageTile:hover .outageTileMap{z-index:999}.TopOutageTile:hover .outageTileMap img{display:block;animation:fade .5s linear;border-radius:10px 10px 0 0}.TopOutageTile:hover div.outageTileMap{bottom:185px}@media only screen and (min-width:1440px){.TopOutageTile:hover div.outageTileMap{bottom:170px}}@media only screen and (min-width:1920px){.TopOutageTile:hover div.outageTileMap{bottom:150px}}.TopOutageTile:hover span.customerTypeText{top:40px}.TopOutageTile .customerType{position:absolute;right:0;z-index:9}.outageTile:hover,.TopOutageTile:hover{background-size:100% 80%;background-repeat:no-repeat;background-position:bottom;animation:fadeInAnimation ease 3s;animation-iteration-count:1;animation-fill-mode:forwards}.outageTile:hover div.outageTileMap,.TopOutageTile:hover div.outageTileMap{width:100%}.outageTile:hover div.outageTileMap .outageTileGoogleMap>div,.TopOutageTile:hover div.outageTileMap .outageTileGoogleMap>div{display:block;animation:fade .5s linear;border-radius:10px 10px 0 0;border:1px solid #ccc;border-bottom:none;height:40vh!important}.outageTile:hover .customerTypeText,.TopOutageTile:hover .customerTypeText{top:40px}.outageTile:hover .data,.TopOutageTile:hover .data{padding:40px 20px 10px}@media only screen and (min-width:1920px){.outageTile:hover .data,.TopOutageTile:hover .data{padding:50px 30px 10px}}.outageTile:hover .data .customerName,.TopOutageTile:hover .data .customerName{margin-bottom:5px}.TopOutageTile:hover .titleInfo{padding:50px 30px 26px}.TopOutageTile:hover .titleInfo .outageTileMap{bottom:150px}@media only screen and (min-width:1920px){.TopOutageTile:hover .titleInfo .outageTileMap{bottom:185px}}.TopOutageTile:hover .titleInfo .data{padding:0}.outageTileGoogleMap div{padding:0!important}.react-multi-carousel-item{display:flex;margin:0}.react-multi-carousel-item:first-child{margin-left:0}.react-multi-carousel-item .data{min-height:55px;padding:40px 20px 10px}@media only screen and (min-width:1920px){.react-multi-carousel-item .data{padding:50px 30px 10px}}.react-multi-carousel-item .data .customerName{margin-bottom:15px;display:flex;align-items:center;font-size:14px;color:#e7f0ff}@media only screen and (min-width:1920px){.react-multi-carousel-item .data .customerName{font-size:20px}}.react-multi-carousel-item .data .address{display:flex;align-items:center;font-size:12px;line-height:18px}.react-multi-carousel-item .data .address.outage-number{margin-top:10px;margin-left:2px}.react-multi-carousel-item .data img{width:21px;height:21px}div.sectionHeading{font-size:25px;margin-bottom:18px}div.sectionHeading.darkTheme{color:#fff}.popup{top:0;left:0;background-color:#000;opacity:.8;z-index:10000;position:fixed;width:100%;height:100vh}.details .mapImage{width:100%;border-radius:10px 10px 0 0;position:relative}.details .mapImage .closeIcon{position:absolute;right:60px;top:20px;z-index:1}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:60%;z-index:10000;border-radius:10px;overflow-y:auto}.modal::-webkit-scrollbar{width:7px;height:7px}.modal:hover::-webkit-scrollbar{width:12px;height:12px}@media only screen and (min-width:1280px){.modal{width:70%}}@media only screen and (min-width:1366px){.modal{width:70%}}@media only screen and (min-width:1440px){.modal{width:70%}}@media only screen and (min-width:1920px){.modal{width:60%}}.detailContent{background-image:url(/assets/Image_02-hK5y2wP5.png);background-size:100% 100%;padding:10px;font-size:13px;color:#fff;border-radius:0 0 10px 10px;height:60vh;overflow:auto}.detailContent::-webkit-scrollbar{width:7px;height:7px}.detailContent:hover::-webkit-scrollbar{width:12px;height:12px}.detailContent .textWhite{color:#fff!important}.infoText{min-width:300px;width:50%;padding:9px 0;font-size:16px}.infoText>.displayFlex{display:flex}.infoText>.displayFlex img{width:20px;height:20px;margin-bottom:10px}.outageStatusStepper{background-color:#fff;flex-grow:1;border-radius:7px;max-height:60vh;overflow-y:auto;width:50%}.outageStatusStepper::-webkit-scrollbar{width:7px;height:7px}.outageStatusStepper:hover::-webkit-scrollbar{width:12px;height:12px}.detailsCustomerType+.customerTypeText{right:27px}.detailsCustomerType.customerType{position:absolute}.crewIcons{margin-bottom:10px;margin-right:10px}.crewIconsList{list-style:none;padding:0;margin:0}.MuiTooltip-tooltip{z-index:9999!important}.textBlackColor{color:#000}.section-header{font-weight:600;font-size:20px;line-height:25px;color:#e7f0ff;display:flex;margin:0;padding:0 20px}@media only screen and (min-width:1280px){.section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1366px){.section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1440px){.section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1920px){.section-header{font-size:20px;line-height:25px}}.date-range{font-weight:500;font-size:14px;line-height:18px;color:#e7f0ff;display:flex;align-items:center;padding:0 20px}.date-range img{margin-right:5px}@media only screen and (min-width:1280px){.date-range{font-size:12px;line-height:16px}.date-range img{width:16px}}@media only screen and (min-width:1366px){.date-range{font-size:12px;line-height:16px}.date-range img{width:16px}}@media only screen and (min-width:1440px){.date-range{font-size:12px;line-height:16px}.date-range img{width:16px}}@media only screen and (min-width:1920px){.date-range{font-size:14px;line-height:18px}.date-range img{width:20px}}.whiteBox{background-color:#fff;border-radius:11px;min-height:60vh}.whiteBox.darkTheme{background-color:#263346}.right-section-header{font-weight:600;font-size:18px;line-height:22px;color:#6d7177;display:flex;margin:0;padding:7px 27px}.right-section-header.darkTheme{color:#fff}@media only screen and (min-width:1280px){.right-section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1366px){.right-section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1440px){.right-section-header{font-size:16px;line-height:20px}}@media only screen and (min-width:1920px){.right-section-header{font-size:18px;line-height:22px}}.right-date-range{font-weight:500;font-size:14px;line-height:18px;color:#0075c0;display:flex;align-items:center;margin-right:27px}.right-date-range.darkTheme{color:#fff}.right-date-range img{margin-right:5px}@media only screen and (min-width:1280px){.right-date-range{font-size:12px;line-height:16px}.right-date-range img{width:16px}}@media only screen and (min-width:1366px){.right-date-range{font-size:12px;line-height:16px}.right-date-range img{width:16px}}@media only screen and (min-width:1440px){.right-date-range{font-size:12px;line-height:16px}.right-date-range img{width:16px}}@media only screen and (min-width:1920px){.right-date-range{font-size:14px;line-height:18px}.right-date-range img{width:20px}}.mapboxgl-map,.maplibregl-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,.maplibregl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:fullscreen,.maplibregl-map:fullscreen{height:100%;width:100%}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass,.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer,.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active,.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-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,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right,.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left,.maplibregl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right,.maplibregl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left,.maplibregl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right,.maplibregl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl,.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl,.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl,.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group,.maplibregl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon,.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(-ms-high-contrast:active){.mapboxgl-ctrl-icon,.maplibregl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner,.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus,.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled,.maplibregl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover,.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible,.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible),.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child,.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 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,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='%23333'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='%2333b5e5'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%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 cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%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,a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(-ms-high-contrast:active){a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib,.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact,.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-attrib.maplibregl-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,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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,.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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,.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover,.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-attrib-empty,.maplibregl-attrib-empty{display:none}.mapboxgl-ctrl-scale,.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.mapboxgl-popup,.maplibregl-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,.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right,.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left,.maplibregl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right,.maplibregl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip,.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button,.maplibregl-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,.maplibregl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content,.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content,.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content,.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer,.maplibregl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *,.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer,.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer,.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.mapboxgl-marker,.maplibregl-marker{left:0;position:absolute;top:0;will-change:transform}.mapboxgl-user-location-dot,.maplibregl-user-location-dot{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before,.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;background-color:#1da1f2;border-radius:50%;content:"";height:15px;position:absolute;width:15px}.mapboxgl-user-location-dot:after,.maplibregl-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}@keyframes maplibregl-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,.maplibregl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after,.maplibregl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle,.maplibregl-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,.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom,.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;bottom:0;color:#fff;display:flex;font-size:1.4em;justify-content:center;left:0;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;right:0;top:0;transition:opacity 1s ease 1s}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(max-width:480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.home-stats{padding:8px 18px}.home-stats.darkTheme{background-color:#263346}.home-stats .grey{background:#eef5fa;border-radius:10px;box-shadow:0 0 6px #0000001a}.home-stats h2{font-size:14px;line-height:20px;color:#000;font-weight:600;padding:0 0 10px;margin:0}@media only screen and (min-width:1280px){.home-stats h2{font-size:16px;line-height:22px}}@media only screen and (min-width:1920px){.home-stats h2{font-size:18px;line-height:22px}}.home-stats .box{box-shadow:0 0 6px #0000001a;border-radius:10px;padding:0 10px 0 5px;min-height:75px}.darkTheme .home-stats .box{background-color:#415070}@media only screen and (min-width:1366px){.home-stats .box{padding:0 5px}}.home-stats .box.blue{background:#0371b4;box-shadow:none}.home-stats .box.grey-patch{display:flex;flex-direction:column;justify-content:center;padding-left:10px;box-shadow:none;border-radius:0 10px 10px 0;background:transparent}.home-stats .box.outage-details{display:flex;align-items:center}.home-stats .box.outage-details .description{font-size:14px;line-height:24px;color:#fff;font-weight:500;word-wrap:break-word}@media only screen and (min-width:1280px){.home-stats .box.outage-details .description{font-size:15px}}@media only screen and (min-width:1920px){.home-stats .box.outage-details .description{font-size:16px}}.home-stats .box.outage-details h4.outage-title{font-size:12px;color:#fff;margin:0;padding-bottom:8px;text-decoration:underline}@media only screen and (min-width:1280px){.home-stats .box.outage-details h4.outage-title{font-size:13px}}@media only screen and (min-width:1920px){.home-stats .box.outage-details h4.outage-title{font-size:14px}}.home-stats .box.non-outage-event{box-shadow:0 0 6px #0000001a;border-radius:10px;margin-left:15px;padding:0 10px}.home-stats .box.non-outage-event .non-outage-title{font-size:12px;color:#707070;padding:0 0 8px;margin:0}.darkTheme .home-stats .box.non-outage-event .non-outage-title{color:#fff}@media only screen and (min-width:1280px){.home-stats .box.non-outage-event .non-outage-title{font-size:13px}}@media only screen and (min-width:1920px){.home-stats .box.non-outage-event .non-outage-title{font-size:14px}}.home-stats .box.non-outage-event .non-outage-desc{font-size:16px;color:#000}.darkTheme.home-stats .box.non-outage-event .non-outage-desc{color:#fff}@media only screen and (min-width:1280px){.home-stats .box.non-outage-event .non-outage-desc{font-size:18px}}@media only screen and (min-width:1920px){.home-stats .box.non-outage-event .non-outage-desc{font-size:20px}}.home-stats .box .outage-img{margin-right:7px;width:40px}.home-stats .box .assigned-unassigned{display:flex;align-items:center;min-width:125px}.home-stats .box .assigned-unassigned h5{font-size:12px;color:#2b5773;text-decoration:underline;margin:0;font-weight:500}@media only screen and (min-width:1280px){.home-stats .box .assigned-unassigned h5{font-size:13px}}@media only screen and (min-width:1920px){.home-stats .box .assigned-unassigned h5{font-size:14px}}.home-stats .box .assigned-unassigned span{font-weight:500;font-size:12px;color:#333;padding-left:20px;margin-left:auto}@media only screen and (min-width:1280px){.home-stats .box .assigned-unassigned span{font-size:13px}}@media only screen and (min-width:1920px){.home-stats .box .assigned-unassigned span{font-size:14px}}.home-stats .box .assigned-unassigned:first-child{border-bottom:1px solid rgba(112,112,112,.3);padding-bottom:10px;margin-bottom:5px}.home-stats .cust-details-wrapper{box-shadow:0 0 6px #0000001a;border-radius:10px;padding:12px}.home-stats .cust-details-wrapper.darkTheme{background-color:#415070}.home-stats .cust-details-wrapper .cust-img{width:48px;margin-right:12px;height:48px}.home-stats .cust-details-wrapper .cust-title{font-size:16px;color:#000;padding:0;margin:0;font-weight:500}@media only screen and (min-width:1280px){.home-stats .cust-details-wrapper .cust-title{font-size:17px}}@media only screen and (min-width:1920px){.home-stats .cust-details-wrapper .cust-title{font-size:20px}}.home-stats .cust-details-wrapper .cust-desc{font-size:15px;color:#000;font-weight:500}@media only screen and (min-width:1280px){.home-stats .cust-details-wrapper .cust-desc{font-size:16px}}@media only screen and (min-width:1920px){.home-stats .cust-details-wrapper .cust-desc{font-size:17px}}.home-stats .cust-details-wrapper .key-critical-wrapper{background-color:#ffdae5;padding:15px;box-shadow:0 0 6px #0000001a;border-radius:5px;margin-right:10px;width:150px;justify-content:space-between;text-align:center}.home-stats .cust-details-wrapper .total-wrapper{background-color:#d4f4e8;padding:15px 10px;text-align:center;box-shadow:0 0 6px #0000001a;border-radius:5px;width:120px}.home-stats .cust-details-wrapper .total-wrap{padding:0 10px 0 15px}.home-stats .resource-details-wrapper{width:100%;margin-left:0;margin-top:0}.home-stats .resource-details-wrapper h4{font-size:14px;color:#000;font-weight:500;margin:0;padding-bottom:20px}@media only screen and (min-width:1280px){.home-stats .resource-details-wrapper h4{font-size:15px}}@media only screen and (min-width:1920px){.home-stats .resource-details-wrapper h4{font-size:16px}}.home-stats .resource-details-wrapper .assigned-wrap{box-shadow:0 0 6px #0000001a;border-radius:10px;padding:11px 8px!important;width:calc(50% - 20px)}.darkTheme .home-stats .resource-details-wrapper .assigned-wrap{background-color:#415070}.home-stats .resource-details-wrapper .assigned-wrap .assigned-box{border-right:1px solid rgba(112,112,112,.3);display:flex;align-items:center;flex-direction:column;height:100%;justify-content:center;padding:0 15px}.darkTheme.home-stats .resource-details-wrapper .assigned-wrap .assigned-box{border-right-color:#fff}.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-title{font-size:14px;color:#707070;padding:13px 0;margin:0;font-weight:400}.darkTheme.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-title{color:#fff}@media only screen and (min-width:1280px){.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-title{font-size:15px}}@media only screen and (min-width:1920px){.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-title{font-size:16px}}.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-description{font-size:18px;color:#000;font-weight:500}.darkTheme.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-description{color:#fff}@media only screen and (min-width:1280px){.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-description{font-size:20px}}@media only screen and (min-width:1920px){.home-stats .resource-details-wrapper .assigned-wrap .assigned-box .assigned-description{font-size:22px}}.home-stats .resource-details-wrapper .assigned-wrap .assigned-box:last-child{border-right:none}.home-stats .resource-details-wrapper .assigned-wrap .inner-box{box-shadow:0 0 6px #0000001a;border-radius:10px;padding:15px 10px;justify-content:space-evenly;height:125px}.darkTheme.home-stats .resource-details-wrapper .assigned-wrap .inner-box{background-color:#263346}.mb-20{margin-bottom:20px}.outage-details-popup-wrapper{position:fixed;top:3%;width:89%;z-index:10000;left:84px;background-color:#e6e6e6;border-radius:10px;overflow-y:auto}.outage-details-popup-wrapper::-webkit-scrollbar{width:7px;height:7px}.outage-details-popup-wrapper:hover::-webkit-scrollbar{width:12px;height:12px}.outage-details-popup-wrapper .popupHeading{background:#6d7177 0% 0% no-repeat padding-box;box-shadow:0 5px 6px #0000001a;border-radius:10px 10px 0 0;font-size:17px;padding:10px 15px;font-weight:500;color:#fff;display:flex;align-items:center;justify-content:space-between}.darkTheme.outage-details-popup-wrapper .popupHeading{background:#2b5773}.outage-details-popup-wrapper .popupHeading .closeIcon{margin:0}.outage-details-popup-wrapper .outage-details-pop{position:absolute;top:0;right:0;background-color:#fff;height:72vh;width:500px;border-radius:7px;z-index:9;box-shadow:-3px 0 6px #00000041;overflow:auto}.outage-details-popup-wrapper .outage-details-pop::-webkit-scrollbar{width:7px;height:7px}.outage-details-popup-wrapper .outage-details-pop:hover::-webkit-scrollbar{width:12px;height:12px}.outage-details-popup-wrapper .outage-details-pop.darkTheme{background-color:#263346}@media only screen and (min-width:1920px){.outage-details-popup-wrapper .outage-details-pop{width:560px}}.outage-details-popup-wrapper .resource-details{padding:0 14px}.outage-details-popup-wrapper .resource-details h2{font-size:14px;line-height:24px;font-weight:600;letter-spacing:.36px;margin:16px 0}.darkTheme .outage-details-popup-wrapper .resource-details h2{color:#fff}@media only screen and (min-width:1280px){.outage-details-popup-wrapper .resource-details h2{font-size:14px}}@media only screen and (min-width:1366px){.outage-details-popup-wrapper .resource-details h2{font-size:16px}}@media only screen and (min-width:1920px){.outage-details-popup-wrapper .resource-details h2{font-size:18px}}.outage-details-popup-wrapper .resource-details h4{color:#000;font-size:12px;margin:0;font-weight:600}@media only screen and (min-width:1280px){.outage-details-popup-wrapper .resource-details h4{font-size:12px}}@media only screen and (min-width:1920px){.outage-details-popup-wrapper .resource-details h4{font-size:14px}}.outage-details-popup-wrapper .resource-details .live-tracking{margin-top:-15px}.outage-details-popup-wrapper .resource-details .live-tracking .Mui-checked{color:#fff}.outage-details-popup-wrapper .resource-details .live-tracking .Mui-checked+.MuiSwitch-track{background-color:#dc792d;opacity:1}.outage-details-popup-wrapper .resource-details button{display:flex;flex-direction:row;align-items:center;max-width:82px;max-height:35px;min-height:35px;color:#fff;margin-right:7px;background:#cdd4d9;border-radius:6px;font-size:11px}.outage-details-popup-wrapper .resource-details button img{padding-right:10px}.outage-details-popup-wrapper .resource-details button.Mui-selected{background-color:#0371b4}.outage-details-popup-wrapper .resource-details .tab-content{box-shadow:0 0 6px #0000001a;border-radius:10px;padding:10px 20px;display:flex;justify-content:space-between}.outage-details-popup-wrapper .resource-details .tab-content .tab-data{padding-right:15px}.outage-details-popup-wrapper .resource-details .tab-content .tab-data .title{font-size:12px;font-weight:500}@media only screen and (min-width:1280px){.outage-details-popup-wrapper .resource-details .tab-content .tab-data .title{font-size:12px}}@media only screen and (min-width:1920px){.outage-details-popup-wrapper .resource-details .tab-content .tab-data .title{font-size:14px}}.outage-details-popup-wrapper .resource-details .tab-content .tab-data .desc{font-size:14px;font-weight:500;display:flex;align-items:center;margin-top:5px}@media only screen and (min-width:1280px){.outage-details-popup-wrapper .resource-details .tab-content .tab-data .desc{font-size:14px}}@media only screen and (min-width:1920px){.outage-details-popup-wrapper .resource-details .tab-content .tab-data .desc{font-size:18px}}.outage-details-popup-wrapper .resource-details .tab-content .tab-data .desc img{padding-right:10px}.noDataError{height:calc(100% - 46px);background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.noDataError.darkTheme{background-color:#415070}.noDataError.darkTheme h3{color:#fff}.popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9999;pointer-events:auto}.outage-details-popup-wrapper{position:fixed;inset:5% 5% auto 5%;z-index:9000;pointer-events:auto}.darkTheme.resource-details-content{background:#415070}.darkTheme.resource-details-content .tab-data .title{color:#fff}.darkTheme.resource-details-content .tab-data .desc{color:#fff}.mt-10{margin-top:10px}.popup{pointer-events:none;background:#000;z-index:1001}.resource-details-content{box-shadow:0 0 6px #0000001a;border-radius:10px;margin:10px}.resource-details-content .tab-data{padding-right:15px}.resource-details-content .tab-data .title{font-size:12px;font-weight:500}@media only screen and (min-width:1280px){.resource-details-content .tab-data .title{font-size:12px}}@media only screen and (min-width:1920px){.resource-details-content .tab-data .title{font-size:14px}}.resource-details-content .tab-data .desc{font-size:14px;font-weight:500;display:flex;align-items:center;margin-top:5px}@media only screen and (min-width:1280px){.resource-details-content .tab-data .desc{font-size:14px}}@media only screen and (min-width:1920px){.resource-details-content .tab-data .desc{font-size:18px}}.resource-details-content .tab-data .desc img{padding-right:10px}.resource-wrapper{padding:60px 0 0}@media only screen and (min-width:2560px){.resource-wrapper{padding:80px 0 0}}@media only screen and (min-width:3840px){.resource-wrapper{padding:100px 0 0}}.resource-wrapper .primary-tab-wrap{position:sticky;top:60px;z-index:9999;height:40px}.darkTheme.resource-wrapper .primary-tab-wrap{background:#40526f}@media only screen and (min-width:2560px){.resource-wrapper .primary-tab-wrap{top:80px}}@media only screen and (min-width:3840px){.resource-wrapper .primary-tab-wrap{top:100px}}.resource-wrapper .custom-container.MuiContainer-root{max-width:100%;margin-left:0}.mainWrapperResource{min-height:calc(100vh + 50px)}.darkTheme .mainWrapperResource{background-color:#000}@media only screen and (min-width:1440px){.mainWrapperResource{min-height:calc(100vh - 280px)}}@media only screen and (min-width:1920px){.mainWrapperResource{min-height:calc(100vh - 290px)}}.custom-breadcrumb.MuiBreadcrumbs-root{font-weight:400;font-size:12px;line-height:14px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:0px}.custom-breadcrumb.MuiBreadcrumbs-root img{width:20px;height:20px}@media only screen and (min-width:1440px){.custom-breadcrumb.MuiBreadcrumbs-root{font-size:14px;line-height:16px}.custom-breadcrumb.MuiBreadcrumbs-root img{width:30px;height:30px}}.page-header{display:flex;align-items:center;justify-content:space-between;background-color:#0371b4;padding:4px 12px 4px 0;position:sticky;top:98px;z-index:999}.darkTheme .page-header{background-color:#2b5773;border-top:1px solid #000000}@media only screen and (min-width:1440px){.page-header{top:100px}}@media only screen and (min-width:2560px){.page-header{top:120px}}@media only screen and (min-width:3840px){.page-header{padding:10px 43px 10px 0;top:138px}}.page-header h3{font-size:18px;line-height:24px;font-weight:500;color:#fff;margin:0 0 0 20px}.page-header .toggleBtn img{height:25px}@media only screen and (min-width:1440px){.page-header h3{font-size:22px;line-height:27px;font-weight:600}.page-header .MuiButtonBase-root.MuiIconButton-root .icon-btn-img{width:40px;height:40px}}@media only screen and (min-width:3840px){.page-header h3{font-size:32px;line-height:36px}.page-header .MuiButtonBase-root.MuiIconButton-root .icon-btn-img{width:44px;height:44px}.page-header .toggleBtn{width:70px;height:50px}.page-header .toggleBtn img{height:26px}}.filter-section{display:flex;align-items:center}.filter-section .custom-form-control{margin-right:15px}.filter-section .custom-form-control:last-child{margin-right:0}.filter-section .custom-form-control.MuiFormControl-root{background:#cdd4d947;border-radius:5px}.filter-section .custom-form-control.MuiFormControl-root .select-arrow{width:70px;height:8px}.filter-section .custom-form-control.MuiFormControl-root .MuiOutlinedInput-notchedOutline{border:none}.custom-form-control.MuiFormControl-root{margin-top:10px}.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root{top:-20px;left:10px;font-weight:400;font-size:11px;line-height:15px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#484848;transform:none}.darkTheme.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root{color:#fff}@media only screen and (min-width:1440px){.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root{font-size:14px;line-height:17px}}@media only screen and (min-width:2560px){.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root{top:-24px;font-size:20px;line-height:24px}}.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root.filter-select-label{top:10px;left:24px;z-index:1;font-size:12px;line-height:16px;color:#18365c;font-weight:600;white-space:break-spaces}@media only screen and (min-width:2560px){.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root.filter-select-label{font-size:16px;line-height:20px}}.custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root.filter-select-label.darkTheme{color:#fff}.custom-form-control.MuiFormControl-root .MuiSelect-select{padding:5px 32px 5px 10px}.custom-form-control.MuiFormControl-root .add-resource-select>.MuiSelect-select{padding:0}.darkTheme.custom-form-control.MuiFormControl-root .react-daterange-picker__wrapper{border:1px solid rgba(255,255,255,.23)}.darkTheme.custom-form-control.MuiFormControl-root .react-daterange-picker__wrapper .react-daterange-picker__inputGroup__input{color:#fff}.darkTheme.custom-form-control.MuiFormControl-root .react-daterange-picker--disabled .react-daterange-picker__inputGroup__input{color:#f0f0f0}.resource-filter-section{position:sticky;top:20px;width:100%;overflow-y:auto;overflow-x:hidden}.resource-filter-section::-webkit-scrollbar{width:7px;height:7px}.resource-filter-section:hover::-webkit-scrollbar{width:12px;height:12px}.resource-filter-section .box{background:#fff;box-shadow:0 3px 6px #00000029;border-radius:10px;padding:16px;margin-bottom:13px}.darkTheme.resource-filter-section .box{background:#263346}.tableRegionHeader{background-color:#eaedf0;padding:0 20px;height:40px;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}.darkTheme .tableRegionHeader{background-color:#262730}.tableRegionHeader h3{margin:0;color:#36556f;font-size:16px;line-height:20px;font-weight:600;letter-spacing:1px}.darkTheme.tableRegionHeader h3{color:#fff}@media only screen and (min-width:1440px){.tableRegionHeader{height:50px}.tableRegionHeader h3{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.tableRegionHeader h3{font-size:22px;line-height:26px}}.resourceTable{margin-bottom:15px}.resourceTable::-webkit-scrollbar-track{background-color:#e7f0ff;box-shadow:none}.resourceTable::-webkit-scrollbar{width:7px;height:7px;background-color:#0371b4}.resourceTable:hover::-webkit-scrollbar{width:12px;height:12px}.resourceTable::-webkit-scrollbar-thumb{background-color:#0371b4;border-radius:10px}.resourceTable table.benchmarkTable .benchmarkTableHeader th{text-align:left!important}.darkTheme.resourceTable table.benchmarkTable .benchmarkTableHeader th{background-color:#36556f;color:#fff}.resourceTable table.benchmarkTable .benchmarkTableHeader th:first-child{border-top-left-radius:0}.resourceTable table.benchmarkTable .benchmarkTableHeader th:last-child{border-top-right-radius:0}.resourceTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root:hover,.resourceTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root.Mui-active{color:#fff}.resourceTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root:hover svg,.resourceTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root.Mui-active svg{opacity:1;color:#fff}.resourceTable table.benchmarkTable th,.resourceTable table.benchmarkTable td{font-size:12px;line-height:16px;border-left:1px solid #6D7177}.resourceTable table.benchmarkTable th:first-child,.resourceTable table.benchmarkTable td:first-child{border-left:0;min-width:80px;max-width:80px}@media only screen and (min-width:1920px){.resourceTable table.benchmarkTable th,.resourceTable table.benchmarkTable td{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th,.resourceTable table.benchmarkTable td{font-size:20px;line-height:24px}}.resourceTable table.benchmarkTable th:last-child,.resourceTable table.benchmarkTable td:last-child{text-transform:none;text-align:left!important;min-width:250px;max-width:250px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th:last-child,.resourceTable table.benchmarkTable td:last-child{min-width:300px;max-width:300px}}.resourceTable table.benchmarkTable th.notes-column.eagle-tracker,.resourceTable table.benchmarkTable td.notes-column.eagle-tracker{min-width:500px;max-width:500px}.resourceTable table.benchmarkTable th.role-column,.resourceTable table.benchmarkTable td.role-column{min-width:200px;max-width:200px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th.role-column,.resourceTable table.benchmarkTable td.role-column{min-width:100px;max-width:100px}}.resourceTable table.benchmarkTable th.eagle-id,.resourceTable table.benchmarkTable th.status-column,.resourceTable table.benchmarkTable th.loc-column,.resourceTable table.benchmarkTable td.eagle-id,.resourceTable table.benchmarkTable td.status-column,.resourceTable table.benchmarkTable td.loc-column{min-width:100px;max-width:100px;width:auto}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th.eagle-id,.resourceTable table.benchmarkTable th.status-column,.resourceTable table.benchmarkTable th.loc-column,.resourceTable table.benchmarkTable td.eagle-id,.resourceTable table.benchmarkTable td.status-column,.resourceTable table.benchmarkTable td.loc-column{min-width:150px;max-width:150px}.resourceTable table.benchmarkTable th.eagle-id.eagle-tracker,.resourceTable table.benchmarkTable th.status-column.eagle-tracker,.resourceTable table.benchmarkTable th.loc-column.eagle-tracker,.resourceTable table.benchmarkTable td.eagle-id.eagle-tracker,.resourceTable table.benchmarkTable td.status-column.eagle-tracker,.resourceTable table.benchmarkTable td.loc-column.eagle-tracker{min-width:40px;max-width:40px}.resourceTable table.benchmarkTable th.eagle-id.eagle-tracker .legends-wrapper.table-column-legends .legends-list,.resourceTable table.benchmarkTable th.status-column.eagle-tracker .legends-wrapper.table-column-legends .legends-list,.resourceTable table.benchmarkTable th.loc-column.eagle-tracker .legends-wrapper.table-column-legends .legends-list,.resourceTable table.benchmarkTable td.eagle-id.eagle-tracker .legends-wrapper.table-column-legends .legends-list,.resourceTable table.benchmarkTable td.status-column.eagle-tracker .legends-wrapper.table-column-legends .legends-list,.resourceTable table.benchmarkTable td.loc-column.eagle-tracker .legends-wrapper.table-column-legends .legends-list{column-count:2}}.resourceTable table.benchmarkTable th.crew-id,.resourceTable table.benchmarkTable td.crew-id{min-width:50px;max-width:50px;word-break:break-all}.resourceTable table.benchmarkTable th.dock-crew-id,.resourceTable table.benchmarkTable td.dock-crew-id{min-width:50px;max-width:50px}.resourceTable table.benchmarkTable th.crew-name-column,.resourceTable table.benchmarkTable td.crew-name-column{min-width:200px;max-width:200px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th.crew-name-column,.resourceTable table.benchmarkTable td.crew-name-column{min-width:300px;max-width:300px}}.resourceTable table.benchmarkTable th.dock-crew-name-column,.resourceTable table.benchmarkTable td.dock-crew-name-column{min-width:300px;max-width:300px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th.dock-crew-name-column,.resourceTable table.benchmarkTable td.dock-crew-name-column{min-width:350px;max-width:350px}}.resourceTable table.benchmarkTable th.name-column,.resourceTable table.benchmarkTable td.name-column{min-width:150px;max-width:150px}@media only screen and (min-width:3840px){.resourceTable table.benchmarkTable th.name-column,.resourceTable table.benchmarkTable td.name-column{min-width:250px;max-width:250px}}.resourceTable table.benchmarkTable th.name-column.eagle-tracker,.resourceTable table.benchmarkTable td.name-column.eagle-tracker{min-width:200px;max-width:200px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th.name-column.eagle-tracker,.resourceTable table.benchmarkTable td.name-column.eagle-tracker{min-width:350px;max-width:350px}}.resourceTable table.benchmarkTable th.status-column,.resourceTable table.benchmarkTable td.status-column{text-align:center!important;text-transform:uppercase}.resourceTable table.benchmarkTable th.status-column.Night,.resourceTable table.benchmarkTable td.status-column.Night{background-color:#009eff1a}.darkTheme.resourceTable table.benchmarkTable th.status-column.Night,.resourceTable table.benchmarkTable td.status-column.Night{background-color:#009eff61}.resourceTable table.benchmarkTable th.checkbox-column,.resourceTable table.benchmarkTable td.checkbox-column{text-align:center!important;width:40px}.resourceTable table.benchmarkTable th.status-column.notApplicable,.resourceTable table.benchmarkTable td.status-column.notApplicable{background-color:#e0e0e0}.resourceTable table.benchmarkTable th.status-column.notApplicable .legends-wrapper,.resourceTable table.benchmarkTable td.status-column.notApplicable .legends-wrapper{display:none}.resourceTable table.benchmarkTable th.dock-crew-notes,.resourceTable table.benchmarkTable td.dock-crew-notes{min-width:200px;max-width:200px}.resourceTable table.benchmarkTable th.action-column,.resourceTable table.benchmarkTable td.action-column{width:60px;min-width:60px;max-width:60px;text-align:center!important}.resourceTable table.benchmarkTable th.action-column img,.resourceTable table.benchmarkTable td.action-column img{width:25px;height:25px}@media only screen and (min-width:2560px){.resourceTable table.benchmarkTable th .addEditBtn,.resourceTable table.benchmarkTable td .addEditBtn{font-size:18px;line-height:22px}}.resourceTable table.benchmarkTable tr:last-child td{border-bottom:1px solid #6D7177}.resourceTable table.benchmarkTable tr.nightShift td{background-color:#009eff1a}.darkTheme.resourceTable table.benchmarkTable tr.nightShift td{background-color:#009eff61}.resourceTable table.benchmarkTable tr.sticky-search-row{position:sticky;top:52px;background-color:#fff;z-index:1}.resourceTable table.benchmarkTable td{color:#2b5773;font-weight:600;padding:7px 9px}.darkTheme.resourceTable table.benchmarkTable td{background-color:#263346;color:#fff}.resourceTable table.benchmarkTable td span{word-wrap:break-word}.resourceTable table.benchmarkTable td.key-label{font-weight:700}.resourceTable table.benchmarkTable td .MuiInputBase-root.MuiOutlinedInput-root,.resourceTable table.benchmarkTable td .MuiSelect-select{background-color:#fff;padding:10px 3px}.darkTheme.resourceTable table.benchmarkTable td .MuiInputBase-root.MuiOutlinedInput-root,.resourceTable table.benchmarkTable td .MuiSelect-select{color:#000!important}.resourceTable table.benchmarkTable td .MuiInputBase-root.MuiOutlinedInput-root .select-arrow,.resourceTable table.benchmarkTable td .MuiSelect-select .select-arrow{width:14px}.resourceTable table.benchmarkTable td .MuiInputBase-root.MuiOutlinedInput-root.secondary-select{padding-left:2px}.resourceTable table.benchmarkTable td .MuiInputBase-input.MuiOutlinedInput-input{padding:0}.resourceTable table.benchmarkTable td .legends-item span{min-width:36px;background-color:#fff}.resourceTable table.benchmarkTable td span.employee-name{color:#0371b4}.darkTheme.resourceTable table.benchmarkTable td span.employee-name{color:#fff}.resourceTable table.benchmarkTable td img.delete-icon{position:absolute;top:10px;right:10px}.resource-tab-wrap{margin-top:-4px;text-align:center;padding:0;position:sticky;top:142px;z-index:999}@media only screen and (min-width:1440px){.resource-tab-wrap{top:152px}}@media only screen and (min-width:2560px){.resource-tab-wrap{top:172px}}@media only screen and (min-width:3840px){.resource-tab-wrap{top:208px}}.resource-tab-wrap .MuiTabs-flexContainer{justify-content:flex-start}.resource-tab-wrap .resource-tab{background-color:#fff;box-shadow:0 3px 6px #00000029;border-bottom:0;min-height:34px}.darkTheme.resource-tab-wrap .resource-tab{background-color:#262730}.resource-tab-wrap .resource-tab .tab-item{font-weight:600;font-size:16px;line-height:20px;min-width:195px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#36556f;text-transform:capitalize;border-bottom:3px solid transparent;padding:4px 16px;min-height:34px}.darkTheme.resource-tab-wrap .resource-tab .tab-item{color:#fff}.resource-tab-wrap .resource-tab .tab-item.Mui-selected{background-color:#306eae;border-bottom:3px solid #DC792D;color:#fff}@media only screen and (min-width:1440px){.resource-tab-wrap .resource-tab .tab-item{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.resource-tab-wrap .resource-tab .tab-item{font-size:22px;line-height:26px}}.resource-tab-wrap .resource-tab .disabledTab.tab-item{background-color:#0000004d;color:#7c7c7c;pointer-events:none}.resource-tab-panel{box-shadow:0 8px 13px -13px #0006}.resource-tab-panel.live-board{margin-bottom:60px}.no-data-block{width:100%;box-shadow:0 8px 13px -13px #0006;padding:60px 0;min-height:200px;display:flex;align-items:center;justify-content:center}.no-data-block h2{font-size:28px;line-height:32px}.darkTheme.no-data-block h2{color:#fff}.filterDrawer .MuiPaper-root.MuiDrawer-paper{position:absolute;border-right:0;padding:24px 8px;background-color:#f5f9fc;overflow-y:visible}.darkTheme .filterDrawer .MuiPaper-root.MuiDrawer-paper{background-color:#000}.custom-time-select input.MuiInputBase-input.MuiOutlinedInput-input{display:flex;flex-direction:row-reverse;margin-left:-12px}.MuiInputBase-input.MuiOutlinedInput-input{padding:0;font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:1440px){.MuiInputBase-input.MuiOutlinedInput-input{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.MuiInputBase-input.MuiOutlinedInput-input{font-size:18px;line-height:22px}}.tempClass .MuiPaper-elevation{min-width:1000px;color:#dc792d}.form-dialog.add-status-dialog .MuiPaper-root.MuiDialog-paper,.form-dialog.add-status-dialog .MuiDialogContent-root{overflow:visible}.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper,.form-dialog.update-loc-dialog .MuiDialogContent-root{overflow:auto}.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper::-webkit-scrollbar,.form-dialog.update-loc-dialog .MuiDialogContent-root::-webkit-scrollbar{width:7px;height:7px}.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper:hover::-webkit-scrollbar,.form-dialog.update-loc-dialog .MuiDialogContent-root:hover::-webkit-scrollbar{width:12px;height:12px}.form-dialog.delete-resource-dialog .MuiPaper-root.MuiDialog-paper{width:500px}.form-dialog.delete-resource-dialog .MuiPaper-root.MuiDialog-paper .blueText{color:#0371b4;font-size:14px;line-height:18px}@media only screen and (min-width:2560px){.form-dialog.delete-resource-dialog .MuiPaper-root.MuiDialog-paper .blueText{font-size:22px;line-height:26px}}@media only screen and (min-width:2560px){.form-dialog.delete-resource-dialog .MuiPaper-root.MuiDialog-paper .MuiInputBase-input.MuiOutlinedInput-input{font-size:24px;line-height:28px}}.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper{width:90vw;max-width:1430px}@media only screen and (min-width:2560px){.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper{max-width:1800px}}.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper .custom-form-control .MuiFormLabel-root.MuiInputLabel-root{color:#383838}.darkTheme.form-dialog.update-loc-dialog .MuiPaper-root.MuiDialog-paper .custom-form-control .MuiFormLabel-root.MuiInputLabel-root{color:#fff}.form-dialog .MuiPaper-root.MuiDialog-paper{max-width:100%;width:860px;border-radius:10px;overflow:hidden}.darkTheme.form-dialog .MuiPaper-root.MuiDialog-paper{background-color:#262730;background-image:none}.form-dialog .MuiTypography-root.MuiDialogTitle-root{font-weight:500;font-size:14px;line-height:18px;letter-spacing:.34px;color:#fff;display:flex;align-items:center;justify-content:space-between;background-color:#6d7177;box-shadow:0 5px 6px #0000001a;padding:10px 16px;border-radius:10px 10px 0 0}.darkTheme.form-dialog .MuiTypography-root.MuiDialogTitle-root{background-color:#2b5773}@media only screen and (min-width:1440px){.form-dialog .MuiTypography-root.MuiDialogTitle-root{font-size:17px;line-height:21px;padding:14px 20px}}@media only screen and (min-width:2560px){.form-dialog .MuiTypography-root.MuiDialogTitle-root{font-size:26px;line-height:30px}}.form-dialog .MuiTypography-root.MuiDialogTitle-root+.MuiDialogContent-root{padding:10px 16px}@media only screen and (min-width:1440px){.form-dialog .MuiTypography-root.MuiDialogTitle-root+.MuiDialogContent-root{padding:14px 20px}}.form-dialog .MuiDialogActions-root{padding:10px 16px}@media only screen and (min-width:1440px){.form-dialog .MuiDialogActions-root{padding:14px 20px}}.form-dialog.add-crew-status-dialog .first-column,.form-dialog.add-crew-status-dialog .first-column .MuiInputBase-root.MuiOutlinedInput-root{width:115px}.form-dialog.add-crew-status-dialog .second-column{width:230px}.form-dialog.add-crew-status-dialog .forth-column{width:240px;margin-right:15px}.form-dialog .first-column{width:100px;margin-right:15px}.form-dialog .second-column{width:400px;margin-right:15px}.form-dialog .second-column>p{flex:1;padding-left:8px}.form-dialog .second-column>.react-date-picker__wrapper{padding-top:0;flex:1}.form-dialog .second-column>.react-date-picker__wrapper:first-child .MuiOutlinedInput-notchedOutline{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.form-dialog .second-column>.react-date-picker__wrapper:last-child .MuiOutlinedInput-notchedOutline{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.form-dialog .third-column{width:250px;margin-right:15px}.form-dialog .forth-column{width:240px;margin-right:15px}.form-dialog .form-label-row p{font-weight:600;font-size:14px;line-height:18px;letter-spacing:.34px;color:#383838;text-transform:capitalize;margin:0}.darkTheme.form-dialog .form-label-row p{color:#fff}@media only screen and (min-width:1440px){.form-dialog .form-label-row p{font-size:17px;line-height:21px}}@media only screen and (min-width:2560px){.form-dialog .form-label-row p{font-size:20px;line-height:40px}}.form-dialog .MuiInputBase-root.MuiOutlinedInput-root{padding:12px}.form-dialog .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-adornedEnd{flex-direction:row-reverse}.form-dialog .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-adornedEnd .MuiIconButton-root{padding:0;margin-right:8px}.form-dialog .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-adornedEnd .MuiInputAdornment-root{margin-left:0}.form-dialog .MuiList-root.MuiMultiSectionDigitalClockSection-root{max-height:170px}.employee-info{font-weight:500;font-size:16px;line-height:20px;letter-spacing:.4px;color:#0371b4;text-transform:capitalize;margin:0 0 8px}@media only screen and (min-width:1440px){.employee-info{font-weight:600;font-size:20px;line-height:24px}}.contact-info{font-weight:500;font-size:14px;line-height:18px;color:#0371b4;display:flex;align-items:center;margin:0}.contact-info span{color:#2b5773;font-weight:400}@media only screen and (min-width:1440px){.contact-info{font-weight:600;font-size:18px;line-height:22px}}.date-range-selector .react-daterange-picker{text-align:left;border-radius:inherit;border:1px solid rgba(0,0,0,.23);border-radius:4px;min-width:0%;height:41px;line-height:18px;letter-spacing:.28px;text-decoration:none;font-size:12px;font-weight:400;display:flex;align-items:center}.date-range-selector .react-daterange-picker:focus{border:2px solid #0073ba}@media only screen and (min-width:1440px){.date-range-selector .react-daterange-picker{font-size:14px}}@media only screen and (min-width:1920px){.date-range-selector .react-daterange-picker{font-size:16px}}.date-range-selector .react-daterange-picker .react-date-picker__wrapper,.date-range-selector .react-daterange-picker .react-daterange-picker__wrapper{flex-direction:row-reverse;justify-content:flex-end;padding:0 12px;border:none}.date-range-selector .react-daterange-picker .react-daterange-picker__inputGroup{flex-grow:0}.date-range-selector .react-daterange-picker .react-daterange-picker__button{padding:0}.date-range-selector .react-daterange-picker .react-daterange-picker__range-divider{margin:0 14px}.na-legend{width:62px;height:29px;background:#cdd4d9;border-radius:5px;opacity:.36;display:flex;margin:0 auto;align-items:center;justify-content:center}.tempClass{font-weight:700;color:#dc792d}span.notesText,.resourceTrackerTable thead tr th{white-space:pre-line}.MuiButton-root.back-button{font-size:14px;color:#000!important}.MuiButton-root.back-button.darkTheme{color:#fff!important}.MuiButton-root.back-button img{width:14px;height:14px}@media only screen and (min-width:1440px){.MuiButton-root.back-button img{width:20px;height:20px}}@media only screen and (min-width:3840px){.MuiButton-root.back-button img{width:24px;height:24px}}.form-row.MuiGrid-root{margin-top:0;margin-left:0;width:100%}.form-row.MuiGrid-root .MuiGrid-item{padding:10px}.form-row.MuiGrid-root .custom-form-control{width:100%;padding:0}.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.MuiInputLabel-root,.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.custom-form-label{top:-20px;left:0;font-weight:500;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;transform:none}.darkTheme.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.MuiInputLabel-root,.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.custom-form-label{color:#fff}@media only screen and (min-width:1440px){.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.MuiInputLabel-root,.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.custom-form-label{font-size:17px;line-height:21px}}@media only screen and (min-width:2560px){.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.MuiInputLabel-root,.form-row.MuiGrid-root .custom-form-control .MuiFormLabel-root.custom-form-label{font-size:20px;line-height:24px;top:-24px}}.form-row.MuiGrid-root .custom-form-control .switch-label{font-weight:600;font-size:12px;line-height:15px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:0px;color:#0371b4}@media only screen and (min-width:1440px){.form-row.MuiGrid-root .custom-form-control .switch-label{font-size:14px;line-height:17px}}@media only screen and (min-width:2560px){.form-row.MuiGrid-root .custom-form-control .switch-label{font-size:17px;line-height:21px}}.form-row.MuiGrid-root .custom-form-control .disabled-input-text{font-weight:600;font-size:14px;line-height:34px;letter-spacing:0px;color:#0371b4;word-wrap:break-word}.darkTheme.form-row.MuiGrid-root .custom-form-control .disabled-input-text{color:#519fff}@media only screen and (min-width:1440px){.form-row.MuiGrid-root .custom-form-control .disabled-input-text{font-size:17px;line-height:37px}}@media only screen and (min-width:2560px){.form-row.MuiGrid-root .custom-form-control .disabled-input-text{font-size:20px;line-height:40px}}.searchCloseBtn img{height:18px;width:18px;position:relative;top:6px}.rounded-search{border-radius:50px;width:290px;height:31px;background-color:#fff}@media only screen and (min-width:1440px){.rounded-search{width:345px}}@media only screen and (min-width:2560px){.rounded-search{height:41px;width:360px}}.rounded-search .MuiInputBase-input.MuiOutlinedInput-input{width:100%;font-size:12px;line-height:14px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#363636;letter-spacing:.32px;margin-left:14px}@media only screen and (min-width:1440px){.rounded-search .MuiInputBase-input.MuiOutlinedInput-input{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.rounded-search .MuiInputBase-input.MuiOutlinedInput-input{font-size:18px;line-height:22px}}.rounded-search .MuiOutlinedInput-notchedOutline{border:none}.rounded-search .search-left-icon.MuiButtonBase-root.MuiIconButton-root{border-radius:0 50px 50px 0;background-color:#03a0ff;padding:8px}@media only screen and (min-width:2560px){.rounded-search .search-left-icon.MuiButtonBase-root.MuiIconButton-root{padding:13px}}.rounded-search .seachCloseIcon{width:15px}@media only screen and (min-width:2560px){.rounded-search .seachCloseIcon{width:20px}}.react-datepicker-wrapper input[type=text]{margin:0 5px;padding:12px;border-radius:5px;width:150px;border:1px solid rgba(0,0,0,.23)}.react-datepicker-wrapper input[type=text].small-time-picker{width:70px}.react-datepicker-wrapper input[type=text].large-time-picker{width:calc(100% - 26px)}.react-datepicker-wrapper input[type=text].large-time-picker.darkTheme{border-color:#ffffff3b;color:#fff}.react-datepicker-popper[data-placement^=bottom]{padding-top:3px!important;z-index:2}.custom-alert.MuiPaper-root.MuiAlert-root{align-items:center;padding:0;margin-right:0;border:0;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#c30000}.darkTheme .custom-alert.MuiPaper-root.MuiAlert-root{color:#ff5f5f}.custom-alert.MuiPaper-root.MuiAlert-root .MuiAlert-message{padding:0}.custom-alert.MuiPaper-root.MuiAlert-root .MuiAlert-icon{margin-right:6px;color:#c30000;padding:0}.darkTheme .custom-alert.MuiPaper-root.MuiAlert-root .MuiAlert-icon{color:#ff5f5f}.resourceTable.height100{max-height:100%}.calendar-clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;cursor:pointer}.position-select.MuiAutocomplete-hasPopupIcon .MuiOutlinedInput-root{padding:5px}.position-select.MuiAutocomplete-root.remove-caret-icon .MuiInputBase-root.MuiOutlinedInput-root{padding:12px}.position-select.MuiAutocomplete-root.remove-caret-icon .MuiInputBase-input.MuiOutlinedInput-input{padding:0}.autocomplete-dropdown.MuiAutocomplete-root .MuiOutlinedInput-root{padding:5px}.rtNavigateSelect{border-radius:16px!important;padding:6px 16px;margin:0 16px;min-width:120px}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-daterange-picker{display:inline-flex;position:relative}.react-daterange-picker,.react-daterange-picker *,.react-daterange-picker *:before,.react-daterange-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-daterange-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-daterange-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;align-items:center;border:thin solid gray}.react-daterange-picker__inputGroup{min-width:calc((4px * 3) + .54em * 8 + .217em * 2);height:100%;flex-grow:1;padding:0 2px;box-sizing:content-box}.react-daterange-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-daterange-picker__inputGroup__divider,.react-daterange-picker__inputGroup__leadingZero{display:inline-block}.react-daterange-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-daterange-picker__inputGroup__input::-webkit-outer-spin-button,.react-daterange-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-daterange-picker__inputGroup__input:invalid{background:#ff00001a}.react-daterange-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-daterange-picker__button{border:0;background:transparent;padding:4px 6px}.react-daterange-picker__button:enabled{cursor:pointer}.react-daterange-picker__button:enabled:hover .react-daterange-picker__button__icon,.react-daterange-picker__button:enabled:focus .react-daterange-picker__button__icon{stroke:#0078d7}.react-daterange-picker__button:disabled .react-daterange-picker__button__icon{stroke:#6d6d6d}.react-daterange-picker__button svg{display:inherit}.react-daterange-picker__calendar{width:350px;max-width:100vw;z-index:1}.react-daterange-picker__calendar--closed{display:none}.react-daterange-picker__calendar .react-calendar{border-width:thin}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width:400px),(max-height:550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.filter-label{font-size:16px;line-height:20px;color:#0371b4;font-weight:600;white-space:nowrap;margin:0 0 18px}.darkTheme .filter-label{color:#fff}@media only screen and (min-width:1440px){.filter-label{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.filter-label{font-size:24px;line-height:28px}}.legends-wrapper{display:flex;align-items:center;justify-content:flex-start;margin:10px 0;width:100%}.legends-wrapper.table-column-legends .legends-list{width:100%}@media only screen and (min-width:2560px){.legends-wrapper.table-column-legends .legends-list{-moz-column-count:3;-moz-column-gap:8px;-webkit-column-count:3;-webkit-column-gap:8px;column-count:3;column-gap:8px}}.legends-wrapper.table-column-legends .legends-item{margin-right:0}.legends-wrapper.table-column-legends .legends-item span{margin-right:0;width:100%}.legends-wrapper .legends-list{list-style:none;padding:0;margin:5px 0;display:inline-block;-moz-column-count:2;-moz-column-gap:5px;-webkit-column-count:2;-webkit-column-gap:5px;column-count:2;column-gap:5px}@media only screen and (min-width:2560px){.legends-wrapper .legends-list{-moz-column-count:1;-moz-column-gap:5px;-webkit-column-count:1;-webkit-column-gap:5px;column-count:1;column-gap:5px}}.legends-wrapper .legends-item{display:flex;align-items:center;font-size:11px;line-height:14px;font-weight:400;margin-bottom:8px;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}.darkTheme.legends-wrapper .legends-item{color:#fff}@media only screen and (min-width:1440px){.legends-wrapper .legends-item{font-size:12px;line-height:15px}}@media only screen and (min-width:2560px){.legends-wrapper .legends-item{font-size:20px;line-height:23px}}.legends-wrapper .legends-item span{font-size:12px;line-height:14px;color:#000;font-weight:700;padding:2px 5px;white-space:nowrap;min-width:45px;height:16px;display:flex;align-items:center;justify-content:center;margin-right:10px;border:1px solid #6D7177;border-radius:5px}.legends-wrapper .legends-item span.dot,.legends-wrapper .legends-item span.eto-s,.legends-wrapper .legends-item span.f,.legends-wrapper .legends-item span.gsrt,.legends-wrapper .legends-item span.hol,.legends-wrapper .legends-item span.jd,.legends-wrapper .legends-item span.ld,.legends-wrapper .legends-item span.loa,.legends-wrapper .legends-item span.mtg,.legends-wrapper .legends-item span.std,.legends-wrapper .legends-item span.trng,.legends-wrapper .legends-item span.vha,.legends-wrapper .legends-item span.wc,.legends-wrapper .legends-item span.frlh{border:none}@media only screen and (min-width:1440px){.legends-wrapper .legends-item span{font-size:14px;line-height:16px;min-width:40px}}@media only screen and (min-width:2560px){.legends-wrapper .legends-item span{font-size:18px;line-height:22px;min-width:50px;height:26px}}.darkTheme.legends-wrapper .night-shift{background-color:#009eff61}.download-popover .MuiPaper-root.MuiPopover-paper{background:#2b5773;box-shadow:0 0 6px #00000026;border-radius:10px;color:#fff;overflow:visible}.download-popover .MuiPaper-root.MuiPopover-paper .content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}@media only screen and (min-width:2560px){.download-popover .MuiPaper-root.MuiPopover-paper .content{padding:16px 22px}}.download-popover .MuiPaper-root.MuiPopover-paper .react-daterange-picker__wrapper{flex-direction:row-reverse;background:#fff3;border:1px solid #707070;border-radius:8px;height:36px;align-items:center;justify-content:center}.download-popover .MuiPaper-root.MuiPopover-paper .react-daterange-picker__inputGroup__input{color:#fff}.fixedBtn{position:fixed;bottom:60px;right:40px;z-index:1000;width:40px;height:40px}.darkTheme .mainWrapperLive{background:#000}@media only screen and (min-width:1440px){.mainWrapperLive{min-height:calc(100vh - 280px)}}@media only screen and (min-width:1920px){.mainWrapperLive{min-height:calc(100vh - 290px)}}.resourceTable.liveTable{margin-top:10px;margin-bottom:0;max-height:62vh;min-height:62vh;overflow-y:auto}.resourceTable.liveTable::-webkit-scrollbar{width:7px;height:7px}.resourceTable.liveTable:hover::-webkit-scrollbar{width:12px;height:12px}.darkTheme.resourceTable.liveTable::-webkit-scrollbar-thumb{background-color:#8d8d8d}@media only screen and (min-width:1920px){.resourceTable.liveTable{max-height:66vh;min-height:66vh}}@media only screen and (min-height:1200px){.resourceTable.liveTable{max-height:72vh;min-height:72vh}}@media only screen and (min-width:2560px){.resourceTable.liveTable{max-height:72vh;min-height:72vh}}@media only screen and (min-width:3840px){.resourceTable.liveTable{max-height:82vh;min-height:82vh}}.resourceTable.liveTable table.benchmarkTable{min-width:450px}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable{min-width:530px}}.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th{font-size:13px;line-height:16px;font-weight:500;text-transform:capitalize}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th{font-size:14px;line-height:18px}}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th{font-size:22px;line-height:26px}}.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th:first-child>span{margin-left:5px;white-space:nowrap}.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root:hover,.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root.Mui-active{color:#ebf3ff}.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root:hover svg,.resourceTable.liveTable table.benchmarkTable .benchmarkTableHeader th .MuiTableSortLabel-root.Mui-active svg{opacity:1;color:#ebf3ff}.resourceTable.liveTable table.benchmarkTable th,.resourceTable.liveTable table.benchmarkTable td{border-left:0;border-right:0}.resourceTable.liveTable table.benchmarkTable th:first-child,.resourceTable.liveTable table.benchmarkTable td:first-child{padding-left:0;min-width:30px;max-width:30px}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable th:first-child,.resourceTable.liveTable table.benchmarkTable td:first-child{min-width:50px;max-width:50px}}.resourceTable.liveTable table.benchmarkTable th .MuiButtonBase-root.MuiCheckbox-root,.resourceTable.liveTable table.benchmarkTable td .MuiButtonBase-root.MuiCheckbox-root{padding:0}.resourceTable.liveTable table.benchmarkTable th .MuiButtonBase-root.MuiCheckbox-root.Mui-disabled,.resourceTable.liveTable table.benchmarkTable td .MuiButtonBase-root.MuiCheckbox-root.Mui-disabled{color:#00000080}.resourceTable.liveTable table.benchmarkTable th.eagle-name,.resourceTable.liveTable table.benchmarkTable td.eagle-name{color:#2b5773;font-weight:500}.resourceTable.liveTable table.benchmarkTable th.eagle-name span,.resourceTable.liveTable table.benchmarkTable td.eagle-name span{font-weight:400}.resourceTable.liveTable table.benchmarkTable th.priority-text,.resourceTable.liveTable table.benchmarkTable td.priority-text{font-weight:600;font-size:16px;line-height:20px;text-align:left;padding-left:10px;min-width:40px;max-width:40px}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable th.priority-text,.resourceTable.liveTable table.benchmarkTable td.priority-text{font-size:26px;line-height:30px}}.resourceTable.liveTable table.benchmarkTable th.name-column,.resourceTable.liveTable table.benchmarkTable td.name-column{min-width:80px;max-width:80px;word-wrap:break-word}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable th.name-column,.resourceTable.liveTable table.benchmarkTable td.name-column{min-width:140px;max-width:140px}}.resourceTable.liveTable table.benchmarkTable th.line-center-column,.resourceTable.liveTable table.benchmarkTable td.line-center-column{min-width:45px;max-width:45px;word-break:break-word}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable th.line-center-column,.resourceTable.liveTable table.benchmarkTable td.line-center-column{min-width:60px;max-width:60px}}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable th.line-center-column,.resourceTable.liveTable table.benchmarkTable td.line-center-column{min-width:60px;max-width:60px}}.resourceTable.liveTable table.benchmarkTable th.checkbox-column,.resourceTable.liveTable table.benchmarkTable td.checkbox-column{min-width:70px;max-width:70px}@media only screen and (min-width:2560px){.resourceTable.liveTable table.benchmarkTable th.checkbox-column,.resourceTable.liveTable table.benchmarkTable td.checkbox-column{min-width:70px;max-width:70px}}.resourceTable.liveTable table.benchmarkTable th:last-child,.resourceTable.liveTable table.benchmarkTable td:last-child{min-width:90px;max-width:90px}@media only screen and (min-width:1440px){.resourceTable.liveTable table.benchmarkTable th:last-child,.resourceTable.liveTable table.benchmarkTable td:last-child{min-width:140px;max-width:140px}}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable th:last-child,.resourceTable.liveTable table.benchmarkTable td:last-child{min-width:170px;max-width:170px}}.resourceTable.liveTable table.benchmarkTable th span.notesText,.resourceTable.liveTable table.benchmarkTable td span.notesText{white-space:pre-line}.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th:first-child,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td:first-child{min-width:20px;max-width:20px}.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.name-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.name-column{min-width:250px;max-width:250px}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.name-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.name-column{min-width:300px;max-width:300px}}@media only screen and (min-width:3840px){.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.name-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.name-column{min-width:600px;max-width:600px}}.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.line-center-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.line-center-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.checkbox-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.checkbox-column{min-width:50px;max-width:50px}@media only screen and (min-width:1920px){.resourceTable.liveTable table.benchmarkTable tr.expand-view-row th.checkbox-column,.resourceTable.liveTable table.benchmarkTable tr.expand-view-row td.checkbox-column{min-width:80px;max-width:80px}}.resourceTable.liveTable table.benchmarkTable tr.loc-group-border td{border-bottom:5px solid #1976d2}.resourceTable.liveTable table.benchmarkTable tr.grey-bg td.text-purple{color:#f0f}.darkTheme.resourceTable.liveTable table.benchmarkTable td{background-color:#273447;color:#fff}.darkTheme.resourceTable.liveTable table.benchmarkTable td .MuiButtonBase-root.MuiCheckbox-root{color:#ff2d2d}.MuiDateCalendar-root.liveCalendar .MuiPickersCalendarHeader-label,.MuiDateCalendar-root.liveCalendar .MuiTypography-root.MuiDayCalendar-weekDayLabel,.MuiDateCalendar-root.liveCalendar .MuiButtonBase-root.MuiPickersDay-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.MuiDateCalendar-root.liveCalendar .MuiPickersArrowSwitcher-root{margin-right:10px}.radio-label.MuiFormControlLabel-root{margin-bottom:0}.radio-label.MuiFormControlLabel-root .MuiButtonBase-root.MuiRadio-root{padding:4px}@media only screen and (min-width:1440px){.radio-label.MuiFormControlLabel-root .MuiButtonBase-root.MuiRadio-root{padding:9px}}.radio-label.MuiFormControlLabel-root .MuiTypography-root{font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:1440px){.radio-label.MuiFormControlLabel-root .MuiTypography-root{font-size:16px;line-height:20px}}.radio-label.MuiFormControlLabel-root .MuiSvgIcon-root{height:20px;width:20px}@media only screen and (min-width:1440px){.radio-label.MuiFormControlLabel-root .MuiSvgIcon-root{height:24px;width:24px}}.live-board-grid .MuiGrid-item{padding:0 0 0 16px!important;margin-bottom:15px;height:100%}.live-board-grid .MuiGrid-item .grid-item{background:#e7f0ff;box-shadow:0 3px 6px #00000029;border-radius:10px;padding:10px 0;height:100%}.darkTheme.live-board-grid .MuiGrid-item .grid-item{background:#273447}.live-board-grid .MuiGrid-item .grid-section-header{background:#306eae;box-shadow:0 3px 6px #00000029;height:50px;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.live-board-grid .MuiGrid-item .grid-section-header>h4{font-weight:600;font-size:16px;line-height:20px;color:#fff}@media only screen and (min-width:1440px){.live-board-grid .MuiGrid-item .grid-section-header>h4{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.live-board-grid .MuiGrid-item .grid-section-header>h4{font-size:22px;line-height:26px}}.live-board-grid .MuiGrid-item .grid-section-header .icon-wrap{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.live-board-grid .MuiGrid-item .grid-section-header .icon-wrap .icon-btn-img{width:20px;height:20px}@media only screen and (min-width:3840px){.live-board-grid .MuiGrid-item .grid-section-header .icon-wrap .icon-btn-img{width:30px;height:30px}}.live-board-grid .MuiGrid-item .box{background:transparent;box-shadow:none;border-radius:10px;padding:0 10px;min-height:10px;display:flex;align-items:center;margin-right:25px}.live-board-grid .MuiGrid-item .box:last-child{margin-right:0}.live-board-grid .MuiGrid-item .box.eagle-details h4.card-title{padding-bottom:0;font-weight:500;font-size:14px;line-height:17px;letter-spacing:.28px;color:#363636;text-decoration:underline;margin:0 15px 0 0}.darkTheme.live-board-grid .MuiGrid-item .box.eagle-details h4.card-title{color:#fff}@media only screen and (min-width:3840px){.live-board-grid .MuiGrid-item .box.eagle-details h4.card-title{font-size:20px;line-height:24px;letter-spacing:.5px}}.live-board-grid .MuiGrid-item .box.eagle-details .description{font-size:20px;line-height:25px;color:#439804;font-weight:600;letter-spacing:.46px}.darkTheme.live-board-grid .MuiGrid-item .box.eagle-details .description{color:#fff}@media only screen and (min-width:1920px){.live-board-grid .MuiGrid-item .box.eagle-details .description{font-size:23px;line-height:28px}}@media only screen and (min-width:3840px){.live-board-grid .MuiGrid-item .box.eagle-details .description{font-size:24px;line-height:28px}}.resourceTable.liveTable.height100{max-height:100%}.liveBoardStatus{width:fit-content}.liveBoardStatus .deleteStatusIcon{display:none;position:absolute;right:-7px;top:-7px;width:15px;height:15px;cursor:pointer}@media only screen and (min-width:2560px){.liveBoardStatus .deleteStatusIcon{right:-10px;top:-10px;width:22px;height:22px}}.liveBoardStatus:hover .deleteStatusIcon{display:block}.headerInput.MuiFormControl-root{margin-right:20px}.headerInput.MuiFormControl-root:last-child{margin-right:0}.headerInput.MuiFormControl-root label{font-size:16px;line-height:20px;color:#fff;font-weight:600;margin-right:10px;text-transform:capitalize}@media only screen and (min-width:2560px){.headerInput.MuiFormControl-root label{font-size:18px;line-height:22px}}.headerInput.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root{background:#ffffff30;padding:8px;border-radius:8px;color:#fff;font-weight:600}.headerInput.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root fieldset{border:none}.date-picker .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#0371B4;font-weight:600}.darkTheme .date-picker .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#FFFFFF}.date-picker .MuiButtonBase-root.MuiIconButton-root.Mui-disabled{color:#0371b4}.darkTheme .date-picker .MuiButtonBase-root.MuiIconButton-root.Mui-disabled{color:#fff}.resourceTable table.dockCrewTable .benchmarkTableHeader th span{position:relative;width:100%}.resourceTable table.dockCrewTable .benchmarkTableHeader th span .table-head-filter{position:absolute;right:0}.resourceTable table.dockCrewTable .childTable th,.resourceTable table.dockCrewTable .childTable td{border:none;color:#000;padding:7px}.resourceTable table.dockCrewTable .childTable th{font-size:12px;line-height:16px;font-weight:600}@media only screen and (min-width:2560px){.resourceTable table.dockCrewTable .childTable th{font-size:16px;line-height:20px}}.resourceTable table.dockCrewTable .childTable td{font-size:14px;line-height:18px;font-weight:500}@media only screen and (min-width:2560px){.resourceTable table.dockCrewTable .childTable td{font-size:18px;line-height:22px}}.childTableWrap{background-color:#e7f0ff;padding:10px 50px}.contactKey{min-width:80px;display:inline-block;font-size:15px;line-height:19px;font-weight:600;color:#0171b4}.contactKey.darkTheme{color:#fff}@media only screen and (min-width:2560px){.contactKey{font-size:17px;line-height:21px;min-width:90px}}.contactValue{font-size:15px;line-height:19px;font-weight:600;color:#584b4b;text-transform:capitalize;margin-left:10px;width:calc(100% - 90px);display:inline-block;word-break:break-all}.contactValue.darkTheme{color:#519fff}@media only screen and (min-width:2560px){.contactValue{font-size:17px;line-height:21px;width:calc(100% - 100px)}}.height100 .addCrewBtn{display:none}.add-dock-crew-dialog .MuiPaper-root.MuiDialog-paper{width:1500px;overflow:auto}.add-dock-crew-dialog .MuiPaper-root.MuiDialog-paper .MuiDialogContent-root{overflow:auto}.add-dock-crew-dialog .MuiPaper-root.MuiDialog-paper .MuiDialogContent-root::-webkit-scrollbar{width:7px;height:7px}.add-dock-crew-dialog .MuiPaper-root.MuiDialog-paper .MuiDialogContent-root:hover::-webkit-scrollbar{width:12px;height:12px}.form-row.add-dock-crew-block{box-shadow:0 3px 6px #00000039;border:1px solid rgba(112,112,112,.5019607843);border-radius:5px;padding:20px;margin-top:16px}.MuiButtonBase-root.MuiIconButton-root.remove-dock-crew-icon{margin-right:-10px;margin-top:-10px;margin-bottom:20px}.MuiButtonBase-root.MuiIconButton-root.addVendorBtn{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.MuiButtonBase-root img.deleteVendorIcon{display:none}.MuiButtonBase-root.Mui-selected img.deleteVendorIcon{display:block;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1}.editContactImg{width:15px;height:15px}@media only screen and (min-width:2560px){.editContactImg{width:20px;height:20px}}.edit-contact-field{width:calc(100% - 130px)}@media only screen and (min-width:2560px){.edit-contact-field{width:calc(100% - 135px)}}.edit-contact-field .MuiInputBase-input.MuiOutlinedInput-input{padding:0 5px}.dock-crew-tab-wrap{background-color:#fff;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px;padding-right:50px}.dock-crew-tab-wrap.darkTheme{background:#262730}.dock-crew-tab-wrap.darkTheme .MuiButtonBase-root.MuiTabScrollButton-root{color:#fff}.dock-crew-tab-wrap .resource-tab{background-color:transparent;box-shadow:none}.dock-crew-tab-wrap .resource-tab .tab-item{padding-right:30px;padding-left:30px}.deletedRecordsSection{padding:12px 8px 24px}.deletedRecordsSection.darkTheme{background-color:#000}.deletedSectionHeader{border-radius:10px 10px 0 0;background:#e4f0f8;display:flex;align-items:center;padding:10px 25px;width:calc(100% - 50px)}.deletedSectionHeader h3{color:#0371b4;text-align:center;font-size:20px;font-weight:500;margin:0 20px 0 0}@media only screen and (min-width:2560px){.deletedSectionHeader h3{font-size:24px;line-height:28px}}@media only screen and (min-width:3840px){.deletedSectionHeader h3{font-size:26px;line-height:30px}}.deletedSectionHeader.darkTheme{background:#263346}.deletedSectionHeader.darkTheme h3{color:#fff}.deletedSectionHeader~.dock-crew-tab-wrap{width:calc(100% - 32px)}.MuiPaper-root.vendorCard{min-width:200px;min-height:46px;border-radius:8px;background:#fff;box-shadow:0 2px 6px 2px #3c404326,0 1px 2px #3c404326;display:flex;align-items:center;justify-content:space-between;padding:8px}.MuiPaper-root.vendorCard .vendorName{color:#000;font-size:16px;font-weight:400;line-height:20px}@media only screen and (min-width:2560px){.MuiPaper-root.vendorCard .vendorName{font-size:18px;line-height:22px}}.MuiPaper-root.vendorCard img{width:30px;height:30px;cursor:pointer}@media only screen and (min-width:2560px){.MuiPaper-root.vendorCard img{width:35px;height:35px}}.MuiPaper-root.vendorCard.darkTheme{background:#40526f}.MuiPaper-root.vendorCard.darkTheme .vendorName{color:#fff}.restoreButton{text-transform:capitalize}.restoreButton img{width:25px;height:25px}.restore-datepicker .react-daterange-picker__wrapper{border-radius:50px;background:#3c404326;flex-direction:row-reverse;height:36px;align-items:center;justify-content:center;padding:4px 8px}.restore-datepicker .react-daterange-picker__wrapper input{color:#000;font-weight:600}.darkTheme.restore-datepicker .react-daterange-picker__wrapper{border-color:#ffffff26;background:#ffffff80}.restore-datepicker .react-daterange-picker__calendar{z-index:10000}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root{background:#fff;border-radius:37px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:1.44px;color:#0371b4;padding:7px 14px 7px 10px;flex-direction:row-reverse;width:140px}@media only screen and (min-width:1440px){.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root{width:160px}}@media only screen and (min-width:2560px){.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root{font-size:18px;line-height:22px}}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root{margin-right:15px;margin-left:0}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root{padding:0;color:#0371b4}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root:hover{color:#0371b4}.dock-crew-board-table-wrapper{padding:18px}.dock-crew-board-table-wrapper.darkTheme{background:#000}.dock-crew-board-table{box-shadow:0 0 6px #00000029}.dock-crew-board-table thead tr:first-child th{background-color:#98c6e145;color:#17435f;font-size:16px;font-weight:600;line-height:20px}.darkTheme.dock-crew-board-table thead tr:first-child th{color:#fff;background-color:#2b5773}.dock-crew-board-table thead tr:first-child th:first-child{background:#306eae;color:#fff;min-width:120px;max-width:120px;position:sticky;left:0}.dock-crew-board-table thead tr:nth-child(2) th{background-color:#eaedf0}.darkTheme.dock-crew-board-table thead tr:nth-child(2) th{background-color:#262730}.dock-crew-board-table thead tr:nth-child(3) th{background-color:#d8dee3}.darkTheme.dock-crew-board-table thead tr:nth-child(3) th{background-color:#2633461a}.dock-crew-board-table thead tr th{padding:5px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";border-right:1px solid rgba(112,112,112,.3);border-bottom:1px solid rgba(112,112,112,.3)}.darkTheme.dock-crew-board-table thead tr th{border-right:1px solid rgb(112,112,112);border-bottom:1px solid rgb(112,112,112)}.dock-crew-board-table thead tr th:last-child{border-right:0}.dock-crew-board-table thead tr th .contact-person-detail{margin:0 8px;color:#36556f;font-size:15px;font-weight:400;line-height:19px}.darkTheme.dock-crew-board-table thead tr th .contact-person-detail{color:#fff}.dock-crew-board-table thead tr th .contact-person-detail .name{font-weight:600;word-break:keep-all;white-space:nowrap}.dock-crew-board-table thead tr th p{margin:0;font-size:14px;line-height:18px}@media only screen and (min-width:2560px){.dock-crew-board-table thead tr th p{font-size:18px;line-height:22px}}.dock-crew-board-table tbody tr:last-child td{background-color:#ebedf1}.darkTheme.dock-crew-board-table tbody tr:last-child td{background-color:#787878}.dock-crew-board-table tbody tr:last-child td:first-child{background-color:#ebedf1}.darkTheme.dock-crew-board-table tbody tr:last-child td:first-child{background-color:#787878}.dock-crew-board-table tbody tr td{padding:10px 5px;border-bottom:1px solid #306EAE;border-right:1px solid #306EAE}.dock-crew-board-table tbody tr td:first-child{text-decoration:none;min-width:120px;max-width:120px;position:sticky;left:0;background-color:#98c6e145;border-right:1px solid #306EAE;box-shadow:inset -4px 0 5px -5px #0009}.darkTheme.dock-crew-board-table tbody tr td:first-child{box-shadow:inset -4px 0 5px -5px #fff9;background-color:#2b5773}.dock-crew-board-table tbody tr td:first-child p{text-align:left;color:#17435f;font-size:16px;font-weight:600;line-height:20px}.darkTheme.dock-crew-board-table tbody tr td:first-child p{color:#fff}.dock-crew-board-table tbody tr td:last-child{border-right:0}.darkTheme.dock-crew-board-table tbody tr td{background-color:#263346}.dock-crew-board-table tbody tr td p{margin:0;color:#0371b4;font-size:14px;font-weight:600;line-height:18px;text-align:center}.darkTheme.dock-crew-board-table tbody tr td p{color:#fff}@media only screen and (min-width:2560px){.dock-crew-board-table tbody tr td p{font-size:16px;line-height:20px}}.dock-crew-board-table.print-table thead tr:first-child th,.dock-crew-board-table.print-table tbody tr td:first-child p{font-size:18px;line-height:22px}.dock-crew-board-table.print-table tbody tr td p{color:#000}.darkTheme.dock-crew-board-table.print-table tbody tr td p{color:#fff}.dock-crew-board-table .darkTheme.outageTooltip.MuiTooltip-popper .MuiTooltip-arrow{color:#000}.dock-crew-board-table .darkTheme.outageTooltip.MuiTooltip-popper .MuiTooltip-arrow:before{background-color:#000;box-shadow:0 3px 6px #273346}.dock-crew-board-table .darkTheme.outageTooltip.MuiTooltip-popper .MuiTooltip-tooltip{background-color:#000;color:#fff;box-shadow:0 3px 6px #273346}.page-header .crew-board-switch-button{padding:0 16px}@media only screen and (min-width:2560px){.page-header .crew-board-switch-button{padding:6px 16px}}.crewBoardDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:0;background-color:#fff;position:static;height:100vh}.crewBoardDrawer.MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar{width:7px;height:7px}.crewBoardDrawer.MuiDrawer-docked .MuiDrawer-paper:hover::-webkit-scrollbar{width:12px;height:12px}.darkTheme .crewBoardDrawer.MuiDrawer-docked .MuiDrawer-paper{background-color:#263346}.crewBoardDrawer.MuiDrawer-docked .drawerHeader{display:flex;align-items:center;background-color:#d9f0ff;padding:16px 11px 16px 16px;min-height:20px!important;justify-content:space-between;font-weight:600;font-size:14px;line-height:18px;letter-spacing:0px;color:#0371b4;text-transform:uppercase}.darkTheme .crewBoardDrawer.MuiDrawer-docked .drawerHeader{color:#009eff}@media only screen and (min-width:2560px){.crewBoardDrawer.MuiDrawer-docked .drawerHeader{font-size:22px;line-height:26px}}.crewBoardDrawer.MuiDrawer-docked .drawerContent{padding:16px 11px 200px 16px}@media only screen and (min-width:3840px){.crewBoardDrawer.MuiDrawer-docked .drawerContent{padding-bottom:250px}}.darkTheme .crewBoardDrawer.MuiDrawer-docked>div>div{background-color:#263346}.drop-active{border:2px dotted #0371B4;background-color:#618ad733!important;padding-bottom:50px}.legends-wrapper{margin:0}.legends-wrapper .legends-list.crew-legends-list{column-count:1;width:100%}.legends-wrapper .legends-list.crew-legends-list .legends-item{margin-bottom:5px;width:100%;height:auto}@media only screen and (min-width:1920px){.legends-wrapper .legends-list.crew-legends-list .legends-item{margin-bottom:10px}}.legends-wrapper .legends-list.crew-legends-list .legends-item>span{border:none;border-radius:0;margin:0;padding:5px 7px 5px 5px;display:flex;height:auto;text-align:left;justify-content:space-between;align-items:flex-start;flex-direction:column;width:100%}@media only screen and (min-width:2560px){.legends-wrapper .legends-list.crew-legends-list .legends-item>span{padding:8px 6px}}.legends-wrapper .legends-list.crew-legends-list .legends-item>span.not-applicable span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span.reliability-technician span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span.lamper span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span.journeyman-lineman-lamper span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span.lamp-replacer-lamper span{color:#000}.legends-wrapper .legends-list.crew-legends-list .legends-item>span span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root{border:none;border-radius:0;color:#fff;font-weight:600;font-size:13px;line-height:17px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";white-space:normal;height:auto;text-transform:uppercase;justify-content:flex-end}@media only screen and (min-width:2560px){.legends-wrapper .legends-list.crew-legends-list .legends-item>span span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root{font-size:24px;line-height:28px;font-weight:700;letter-spacing:1px}}@media only screen and (min-width:3840px){.legends-wrapper .legends-list.crew-legends-list .legends-item>span span,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root{font-size:32px;line-height:36px;font-weight:700;letter-spacing:1.5px}}.legends-wrapper .legends-list.crew-legends-list .legends-item>span span.emp-name,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root.emp-name{flex:1;justify-content:flex-start;text-transform:uppercase}.legends-wrapper .legends-list.crew-legends-list .legends-item>span span.emp-name span:last-child,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root.emp-name span:last-child{flex:auto;word-break:normal;justify-content:flex-start}.legends-wrapper .legends-list.crew-legends-list .legends-item>span span:last-child,.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiTypography-root:last-child{margin-right:0;flex:.5;word-break:break-all;justify-content:flex-end}.legends-wrapper .legends-list.crew-legends-list .legends-item>span .timeperiod{flex:1}.legends-wrapper .legends-list.crew-legends-list .legends-item>span .MuiListItemText-root .MuiTypography-root{justify-content:flex-start}.legends-wrapper .legends-list.crew-legends-list .legends-item:hover .deleteCrewIcon,.legends-wrapper .legends-list.crew-legends-list .legends-item:hover .editCrewIcon{display:block}@media only screen and (min-width:2560px){.legends-wrapper .legends-list.crew-legends-list .legends-item .equipment-legend img{height:30px;margin-top:2px;margin-left:5px}}.legends-wrapper .legends-list.crew-legends-list .equipment-legend li:first-child{margin-top:15px}.legends-wrapper .legends-list.crew-legends-list .equipment-legend li:last-child{margin-bottom:0}.legends-wrapper .legends-list.crew-legends-list.crew-board .legends-item{display:block}.legends-wrapper .legends-list.crew-legends-list.crew-board .legends-item>span{width:auto}.legends-wrapper .legends-list.crew-legends-list.horizontal-legends{display:inline-flex;flex-wrap:wrap;gap:4px}.legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:24.5%;margin-bottom:0}.secondaryCard.MuiCard-root>.MuiCardHeader-root{background-color:#d8f0ff;padding:10px 16px}.darkTheme .secondaryCard.MuiCard-root>.MuiCardHeader-root{background-color:#2b5773}.darkTheme .secondaryCard.MuiCard-root>.MuiCardHeader-root p{color:#fff}.secondaryCard.MuiCard-root>.MuiCardHeader-root p{font-size:18px;line-height:22px;font-weight:600;color:#0371b4;margin:0 15px 0 0;text-transform:uppercase;display:flex;align-items:center}.secondaryCard.MuiCard-root>.MuiCardHeader-root p:last-child{margin:0}@media only screen and (min-width:2560px){.secondaryCard.MuiCard-root>.MuiCardHeader-root{padding:16px}.secondaryCard.MuiCard-root>.MuiCardHeader-root p{font-size:28px;line-height:32px;margin:0 30px}.secondaryCard.MuiCard-root>.MuiCardHeader-root .center-loc-title{font-size:32px;line-height:36px;letter-spacing:1.5px}}@media only screen and (min-width:2560px){.secondaryCard.MuiCard-root>.MuiCardHeader-root .crew-loc-select .MuiInputBase-input.MuiOutlinedInput-input{font-size:26px;line-height:34px}}.secondaryCard.MuiCard-root .orangeBlock{background-color:#dc792d;display:flex;align-items:center;justify-content:center;padding:0 10px;color:#000}.secondaryCard.MuiCard-root .orangeBlock h3{color:#000;font-weight:600;font-size:18px;line-height:22px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:0 0 0 25px}@media only screen and (min-width:2560px){.secondaryCard.MuiCard-root .orangeBlock h3{font-size:26px;line-height:32px;margin-left:35px}}.tertiaryCard.MuiCard-root>.MuiCardHeader-root{background-color:#0171b4;padding:10px;text-align:center}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content{color:#fff;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:0;position:relative;text-transform:uppercase}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content{font-size:24px;line-height:28px;letter-spacing:2px}}@media only screen and (min-width:3840px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content{font-size:32px;line-height:40px;letter-spacing:2px}}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content>p{width:calc(100% - 35px)}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content img.add-note-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:18px;height:18px;cursor:pointer}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content img.add-note-icon{width:28px;height:28px}}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crew-header-title{position:relative}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crew-header-actions{flex-shrink:0}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crew-released-badge{position:absolute;right:-4px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff8,#feff55,#e6e000);color:#000;font-size:clamp(7.5px,.6vw,10.5px);font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:clamp(3px,.25vw,5px) clamp(4px,.5vw,7px);border-radius:20px;line-height:normal;white-space:nowrap;box-shadow:0 3px 6px #00000080,0 1px 2px #0006,inset 0 1px 1px #fffc,inset 0 -1px 1px #0003}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crew-released-badge{font-size:14px;padding:3px 8px}}@media only screen and (min-width:3840px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crew-released-badge{font-size:18px;padding:4px 10px}}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crewTypeBtn.MuiIconButton-root{position:absolute;right:22px;top:50%;transform:translateY(-50%);padding:0}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crewTypeBtn.MuiIconButton-root.right-0{right:0}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crewTypeBtn.MuiIconButton-root{right:35px}}.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crewTypeBtn.MuiIconButton-root img{width:18px;height:18px}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .crewTypeBtn.MuiIconButton-root img{width:34px;height:34px}}.darkTheme .tertiaryCard.MuiCard-root>.MuiCardHeader-root{background-color:#262730}.tertiaryCard.MuiCard-root>.MuiCardContent-root{background-color:#f4f4f4;height:100%;padding:7px}.darkTheme .tertiaryCard.MuiCard-root>.MuiCardContent-root{background-color:#263346!important}.darkTheme .tertiaryCard.MuiCard-root>.MuiCardContent-root .MuiCardContent-root{background-color:#2d2d2d!important}.tertiaryCard.MuiCard-root>.MuiCardContent-root .timer{background:#2b5773;box-shadow:0 3px 6px #00000029;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#fff;padding:4px 0;width:100%;margin-left:0;text-align:center;text-transform:uppercase}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .timer{font-size:24px;line-height:28px;padding:8px 0;letter-spacing:1px}}@media only screen and (min-width:3840px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .timer{font-size:32px;line-height:36px;padding:8px 0;letter-spacing:1.5px}}.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-contact{background:#c6d0df;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;padding:4px 0;width:calc(100% + 16px);margin-left:-8px;text-align:center;text-transform:uppercase}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-contact{font-size:24px;line-height:28px;padding:8px 0;letter-spacing:1px}}@media only screen and (min-width:3840px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-contact{font-size:32px;line-height:36px;padding:8px 0;letter-spacing:1.5px}}.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-release-label{background:#ffe5b4;font-weight:600;font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;padding:6px 2px;width:calc(100% + 16px);margin-left:-8px;margin-top:8px;text-align:center;border-top:1px solid #D4A574;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:28px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}@media only screen and (min-width:2560px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-release-label{font-size:18px;line-height:22px;padding:8px 4px;margin-top:12px;min-height:38px}}@media only screen and (min-width:3840px){.tertiaryCard.MuiCard-root>.MuiCardContent-root .crew-release-label{font-size:24px;line-height:28px;padding:10px 6px;margin-top:16px;min-height:48px}}.tertiaryCard.MuiCard-root.companyCard{margin-bottom:10px}.tertiaryCard.MuiCard-root.companyCard>.MuiCardHeader-root{background-color:#6c1cdc;padding:14px}.tertiaryCard.MuiCard-root.companyCard>.MuiCardContent-root{background-color:#c6d0df}.tertiaryCard.MuiCard-root.companyCard>.MuiCardContent-root>p{color:#2b5773;text-align:center;font-weight:600}.darkTheme .tertiaryCard.MuiCard-root.companyCard>.MuiCardContent-root>p{color:#fff}.tertiaryCard.MuiCard-root.companyCard:last-child{margin-bottom:0}.tertiaryCard.MuiCard-root.companyCard.dockCrewCard>.MuiCardHeader-root{padding:0}.tertiaryCard.MuiCard-root.companyCard.dockCrewCard>.MuiCardHeader-root p{width:calc(100% - 20px)}.tertiaryCard.MuiCard-root.companyCard.dockCrewCard .firstHeader{background:#618ad7;box-shadow:0 3px 6px #00000029;padding:14px}.tertiaryCard.MuiCard-root.companyCard.dockCrewCard .secondHeader{padding:10px}.tertiaryCard.MuiCard-root.yellowHeaderCard{box-shadow:0 3px 6px #00000029}.tertiaryCard.MuiCard-root.yellowHeaderCard>.MuiCardHeader-root{background-color:#feff55;padding:6px 0 6px 10px}.tertiaryCard.MuiCard-root.yellowHeaderCard>.MuiCardHeader-root .MuiTypography-root{color:#000;font-weight:600;text-align:left;padding-right:30px}.tertiaryCard.MuiCard-root.yellowHeaderCard>.MuiCardContent-root{background-color:#fffeff}.tertiaryCard.MuiCard-root.yellowHeaderCard.redHeader>.MuiCardHeader-root{background-color:#c90303}.tertiaryCard.MuiCard-root.yellowHeaderCard.redHeader>.MuiCardHeader-root .MuiTypography-root{color:#fff}.tertiaryCard.MuiCard-root.disabled{pointer-events:none}.tertiaryCard.MuiCard-root.disabled>.MuiCardHeader-root{background-color:#306eae3b}.tertiaryCard.MuiCard-root.disabled>.MuiCardHeader-root .MuiCardHeader-content{color:#2f6eae}.tertiaryCard.MuiCard-root.disabled>.MuiCardContent-root{position:relative}.tertiaryCard.MuiCard-root.disabled>.MuiCardContent-root:before{content:"";position:absolute;width:100%;height:100%;background:#e7f0ffab;left:0;top:0;z-index:1}.bottom-yellow-strip p{background-color:#feff55;padding:10px 4px;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#171717;margin:0;text-transform:uppercase}@media only screen and (min-width:2560px){.bottom-yellow-strip p{font-size:22px;line-height:26px}}@media only screen and (min-width:3840px){.bottom-yellow-strip p{font-size:26px;line-height:30px}}.react-datepicker-wrapper input[type=text].custom-date-picker{margin-left:0}@media only screen and (min-width:2560px){.react-datepicker-wrapper input[type=text].custom-date-picker{font-size:18px;line-height:22px}}.form-dialog.add-crew-resource-dialog .MuiPaper-root.MuiDialog-paper{width:660px}.deleteCrewIcon{position:absolute;right:-5px;top:-7px;width:20px;height:20px;display:none;cursor:pointer}@media only screen and (min-width:2560px){.deleteCrewIcon{width:24px;height:24px}}.editCrewIcon{position:absolute;right:-5px;top:-7px;width:20px;height:20px;display:none;cursor:pointer}@media only screen and (min-width:2560px){.editCrewIcon{width:24px;height:24px}}.notification-bullet{position:absolute;left:-6px;top:-8px;width:20px;height:20px;cursor:pointer;background:#fdff00;border-radius:50px;color:#000;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@media only screen and (min-width:2560px){.notification-bullet{width:30px;height:30px;font-size:20px;font-size:16px}}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root{background:transparent;border-radius:0;border:none;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:1.44px;padding:6px 0;flex-direction:row;width:0;color:#000}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root{margin-right:0;margin-left:0}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root{padding:0;color:#000}@media only screen and (min-width:2560px){.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root svg{width:30px;height:30px}}.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}@media only screen and (min-width:2560px){.crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-input.MuiOutlinedInput-input{font-size:22px;line-height:26px;font-weight:600;margin-left:0}}.crew-role-select .MuiSelect-select.MuiInputBase-input.MuiOutlinedInput-input{font-size:14px;line-height:18px}@media only screen and (min-width:2560px){.crew-role-select .MuiSelect-select.MuiInputBase-input.MuiOutlinedInput-input{font-size:18px;line-height:22px}}.notes-section-wrapper{margin:50px 0 8px}.notes-section-wrapper>p.crew-down,.notes-section-wrapper>p.outage-crew{background:#ff0!important;padding:2px;align-items:center;justify-content:center;text-align:center}.crew-board-notes-section{background:#c6d0df;padding-bottom:5px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0;cursor:pointer;border:1px solid #707070}.crew-board-notes-section .job-header{background-color:#ffffff78;border-bottom:1px solid #707070;width:100%;margin-bottom:5px}.crew-board-notes-section .job-header p{color:#323538;text-align:left;padding:4px 12px;margin:0}.crew-board-notes-section>p{margin:3px 0;width:calc(100% - 4px);padding:2px;font-size:15px;line-height:19px;font-weight:600;color:#2b5773;text-align:center;text-transform:uppercase;word-break:break-all}.crew-board-notes-section>p.others-notes{background:#ff0}.crew-board-notes-section>p.equipment-notes{background:#b1510f;color:#fff}@media only screen and (min-width:2560px){.crew-board-notes-section p{font-size:24px;line-height:28px}}@media only screen and (min-width:3840px){.crew-board-notes-section p{font-size:30px;line-height:34px}}.instruments-list{margin:50px 0 0}@media only screen and (min-width:2560px){.instruments-list{margin:80px 0 0}}.add-job-button.MuiButtonBase-root.MuiButton-root.MuiButton-containedPrimary{background-color:#fff;border-radius:0;box-shadow:none;color:#aaa;width:100%;text-transform:capitalize;font-weight:700}@media only screen and (min-width:2560px){.add-job-button.MuiButtonBase-root.MuiButton-root.MuiButton-containedPrimary{font-size:20px;line-height:24px}}.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root{margin-top:10px;min-height:40px;padding:0 10px;background:#e7f0ff}.darkTheme .loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root{background:#2b5773}.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{min-height:40px}.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0}.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content .MuiTypography-root.MuiDayCalendar-weekDayLabel{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content .MuiTypography-root.MuiDayCalendar-weekDayLabel{font-size:18px;line-height:22px}}.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content .loc-name.MuiTypography-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.loc-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content .loc-name.MuiTypography-root{font-size:28px;line-height:32px;font-weight:600;letter-spacing:1px}}.training-card .MuiCardContent-root{padding:0 15px;max-height:150px;overflow-y:auto}.training-card .MuiCardContent-root::-webkit-scrollbar{width:7px;height:7px}.training-card .MuiCardContent-root:hover::-webkit-scrollbar{width:12px;height:12px}.training-card .MuiCardContent-root:last-child{padding-bottom:0}.training-card li{font-size:14px;line-height:26px;font-weight:400;color:#000}.darkTheme .training-card li{color:#fff}.announcement-card .MuiCardContent-root{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.announcement-card .MuiCardContent-root:last-child{padding-bottom:8px}.comment-section-wrapper{width:100%;padding-right:10px;margin-bottom:10px}.comment-section-wrapper::-webkit-scrollbar{width:7px;height:7px}.comment-section-wrapper:hover::-webkit-scrollbar{width:12px;height:12px}.comment-section{background-color:#feff55;padding:10px;margin-bottom:15px;position:relative}.comment-section.darkTheme{background-color:#2b5773}.comment-section.darkTheme:after{border-bottom:25px solid #2b5773}.comment-section .comment-edit.MuiFormControl-root.MuiTextField-root{height:100%;width:100%}.comment-section .comment-edit.MuiFormControl-root.MuiTextField-root .MuiInputBase-root.MuiOutlinedInput-root{padding:5px 0}.comment-section .comment-edit.MuiFormControl-root.MuiTextField-root textarea{font-size:14px;line-height:18px;color:#000}.comment-section .comment-edit.MuiFormControl-root.MuiTextField-root textarea~.MuiOutlinedInput-notchedOutline{border:none}.comment-section:after{content:"";position:absolute;bottom:0;right:-10px;width:0;height:0;border-left:0px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #FEFF55}.comment-section>ul{padding:15px}@media only screen and (min-width:2560px){.comment-section>ul{padding:15px 25px 15px 40px}}.comment-section li{font-size:16px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:uppercase;margin-bottom:5px}@media only screen and (min-width:2560px){.comment-section li{font-size:24px;line-height:28px;letter-spacing:2px}}@media only screen and (min-width:3840px){.comment-section li{font-size:32px;line-height:40px;letter-spacing:2px}}.comment-section li .notification-bullet{top:0;background:#428e11;color:#fff;font-weight:700}@media only screen and (min-width:2560px){.comment-section li .notification-bullet{width:30px;height:30px;font-size:20px;top:2px;left:-17px}}.comment-section p{font-size:16px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:uppercase;margin:10px 0}@media only screen and (min-width:2560px){.comment-section p{font-size:24px;line-height:28px;letter-spacing:2px}.comment-section p.date{font-size:22px;line-height:26px}.comment-section p>img{width:30px}}@media only screen and (min-width:3840px){.comment-section p{font-size:32px;line-height:40px;letter-spacing:2px}}.comment-section p.important-text{font-size:20px;line-height:24px;font-weight:700;color:#c30000}.comment-section p.important-text.darkTheme{color:#ff2d2d}@media only screen and (min-width:2560px){.comment-section p.important-text{font-size:28px;line-height:32px;letter-spacing:2px}}@media only screen and (min-width:3840px){.comment-section p.important-text{font-size:36px;line-height:44px;letter-spacing:2px}}.comment-section .delete-img{width:15px;height:15px}@media only screen and (min-width:2560px){.comment-section .delete-img{width:20px;height:20px}}.loc-section{background-color:#feff55;padding:0 10px 2px 0;margin-bottom:15px;position:relative}.loc-section.darkTheme{background-color:#2b5773}.loc-section>p{font-size:12px}@media only screen and (min-width:1440px){.loc-section>p{font-size:16px}}@media only screen and (min-width:2560px){.loc-section>p{font-size:20px}}.listLocSection{font-size:12px!important;text-align:right;list-style-type:none}@media only screen and (min-width:1440px){.listLocSection{font-size:16px!important}}@media only screen and (min-width:2560px){.listLocSection{font-size:20px!important}}.comment-input-wrapper{display:flex;align-items:center;background-color:#d9d9d961;border-radius:5px;width:100%}.comment-input-wrapper .react-daterange-picker__wrapper{background:transparent;flex-direction:row-reverse;height:36px;align-items:center;justify-content:center;padding:4px;border-radius:0;border:none}.comment-input-wrapper .react-daterange-picker__wrapper input{color:#0371b4;font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.comment-input-wrapper .react-daterange-picker__wrapper input{min-width:12px}}.darkTheme .comment-input-wrapper .react-daterange-picker__wrapper input{color:#fff}@media only screen and (min-width:2560px){.comment-input-wrapper .react-daterange-picker__wrapper input.react-daterange-picker__inputGroup__year{min-width:40px}}.comment-input-wrapper .react-daterange-picker__wrapper .react-daterange-picker__inputGroup{display:none}@media only screen and (min-width:2560px){.comment-input-wrapper .react-daterange-picker__wrapper .react-daterange-picker__inputGroup{font-size:18px;line-height:22px}}.comment-input-wrapper .react-daterange-picker__wrapper .react-daterange-picker__range-divider,.comment-input-wrapper .react-daterange-picker__wrapper .react-date-picker__inputGroup__divider{display:none}@media only screen and (min-width:2560px){.comment-input-wrapper .react-daterange-picker__wrapper .react-daterange-picker__range-divider,.comment-input-wrapper .react-daterange-picker__wrapper .react-date-picker__inputGroup__divider{margin:0 5px}}.comment-input-wrapper .react-daterange-picker__calendar{z-index:10000}.comment-input-wrapper .comment-input{flex:1;background-color:#d9d9d9a6}.darkTheme .comment-input-wrapper .comment-input{background-color:#d9d9d966}.comment-input-wrapper .comment-input .MuiInputBase-input.MuiOutlinedInput-input{width:100%;font-size:12px;line-height:14px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#363636;letter-spacing:.32px;margin-left:7px;text-transform:uppercase}.darkTheme .comment-input-wrapper .comment-input .MuiInputBase-input.MuiOutlinedInput-input{color:#fff}@media only screen and (min-width:1440px){.comment-input-wrapper .comment-input .MuiInputBase-input.MuiOutlinedInput-input{font-size:15px;line-height:19px}}@media only screen and (min-width:2560px){.comment-input-wrapper .comment-input .MuiInputBase-input.MuiOutlinedInput-input{font-size:24px;line-height:28px;letter-spacing:1px;height:60px}}.comment-input-wrapper .comment-input.important-input .MuiInputBase-input.MuiOutlinedInput-input{font-size:20px;line-height:24px;font-weight:700;color:#c30000}@media only screen and (min-width:2560px){.comment-input-wrapper .comment-input.important-input .MuiInputBase-input.MuiOutlinedInput-input{font-size:28px;line-height:32px;letter-spacing:1px;height:60px}}@media only screen and (min-width:3840px){.comment-input-wrapper .comment-input.important-input .MuiInputBase-input.MuiOutlinedInput-input{font-size:36px;line-height:40px;letter-spacing:1px;height:60px}}.comment-input-wrapper .comment-input .MuiOutlinedInput-notchedOutline{border:none}.date-popper.MuiPopover-root.darkTheme .MuiPaper-root{background-color:#121212;background-image:linear-gradient(#ffffff1f,#ffffff1f)}.date-popper.MuiPopover-root.darkTheme .custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root,.date-popper.MuiPopover-root.darkTheme .MuiInputBase-input.MuiOutlinedInput-input,.date-popper.MuiPopover-root.darkTheme .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root:hover,.date-popper.MuiPopover-root.darkTheme .close-date-popper{color:#fff}.date-popper.MuiPopover-root>.MuiPaper-root{width:200px;height:fit-content;padding:15px;position:relative}.date-popper.MuiPopover-root .custom-form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-root{left:0;color:#0371b4;font-weight:600}.date-popper.MuiPopover-root .MuiInputBase-input.MuiOutlinedInput-input{width:100px;padding:5px;color:#0371b4;font-weight:500}.date-popper.MuiPopover-root .MuiInputAdornment-root{margin-left:0}.date-popper.MuiPopover-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root{padding:0}.date-popper.MuiPopover-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root:hover{color:#0371b4}.date-popper.MuiPopover-root .close-date-popper{position:absolute;right:0;top:0;cursor:pointer;font-size:18px;line-height:22px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;padding:5px;margin:0}.date-popper.MuiPopover-root.equipment-popper>.MuiPaper-root{overflow:visible}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper{background-color:#e7f0ff;width:250px!important;height:250px}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .rounded-search{margin:10px 10px 0;width:calc(100% - 20px)}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .MuiList-root{padding:10px}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .MuiList-root li{border-bottom:1px solid #ACC0D3;padding:5px;color:#0171b4;font-weight:600;text-transform:uppercase}@media only screen and (min-width:2560px){.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .MuiList-root li{font-size:18px;line-height:22px}}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .MuiList-root li:last-child{border-bottom:0}.crewTypeMenu.MuiModal-root.MuiPopover-root .MuiPaper-root.MuiPopover-paper .rounded-search{box-shadow:0 3px 6px #00000029;border-radius:10px}.custom-autocomplete.MuiAutocomplete-root .MuiOutlinedInput-root{background:#feff55}.custom-autocomplete.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{padding:0;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#000}.custom-autocomplete.MuiAutocomplete-root .MuiOutlinedInput-root .MuiSvgIcon-root{fill:#263346}.blueBg-equipment{background-color:#b1e2ff;font-size:12px;line-height:16px;font-weight:500;color:#0b4e76;display:flex;align-items:center;justify-content:space-between;padding:5px 10px;margin:0 0 5px;text-transform:uppercase}@media only screen and (min-width:2560px){.blueBg-equipment{font-size:24px;line-height:28px;font-weight:600;letter-spacing:1px;text-transform:uppercase}}@media only screen and (min-width:3840px){.blueBg-equipment{font-size:28px;line-height:34px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}}.blueBg-equipment img{height:15px}@media only screen and (min-width:2560px){.blueBg-equipment img{height:30px}}.blueBg-equipment .deleteEquipment{position:static;display:none;cursor:pointer}.blueBg-equipment:hover{color:#0472b8;text-decoration:underline}.blueBg-equipment:hover .deleteEquipment{display:block}.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper{width:100%}.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper .custom-form-label{font-weight:500;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0371b4;transform:none}.darkTheme.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper .custom-form-label{color:#fff}@media only screen and (min-width:1440px){.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper .custom-form-label{font-size:17px;line-height:21px}}@media only screen and (min-width:2560px){.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper .custom-form-label{font-size:24px;line-height:28px}}@media only screen and (min-width:2560px){.form-dialog.add-job-dialog .MuiPaper-root.MuiDialog-paper .MuiInputBase-input.MuiOutlinedInput-input{font-size:26px;line-height:30px}}.form-dialog.snapshot-dialog .MuiPaper-root.MuiDialog-paper{width:100%}.form-dialog.time-off-dialog .MuiPaper-root.MuiDialog-paper{overflow:visible}.form-dialog.time-off-dialog .MuiPaper-root.MuiDialog-paper .custom-form-control .MuiFormLabel-root.MuiInputLabel-root{color:#0371b4}.darkTheme.form-dialog.time-off-dialog .MuiPaper-root.MuiDialog-paper .custom-form-control .MuiFormLabel-root.MuiInputLabel-root{color:#fff}.form-dialog.add-feeder-dialog .MuiPaper-root.MuiDialog-paper{width:40%}.primary-chip.MuiChip-root{font-weight:500;font-size:13px;line-height:15px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:1440px){.primary-chip.MuiChip-root{font-size:14px;line-height:16px}}@media only screen and (min-width:2560px){.primary-chip.MuiChip-root{font-size:18px;line-height:22px}}.lwf-title{font-size:16px;line-height:50px;margin:0 10px 7px;color:gray;font-weight:500}@media only screen and (min-width:2560px){.lwf-title{font-size:22px;line-height:26px}}.snapshot-wrapper{background:#e6e6e6;margin-left:0}.snapshot-wrapper.darkTheme{background-color:#262730!important}.snapshot-wrapper .tertiaryCard.MuiCard-root>.MuiCardContent-root{background-color:#f4f4f4;border:1px solid #6d7177;border-top:0}.darkTheme .snapshot-wrapper .tertiaryCard.MuiCard-root>.MuiCardContent-root{background-color:#263346!important}.snapshot-wrapper .timeoff-accordion.MuiPaper-root.MuiAccordion-root{background-color:#f4f4f4;box-shadow:none}.darkTheme .snapshot-wrapper .timeoff-accordion.MuiPaper-root.MuiAccordion-root{background-color:#263346!important}.snapshot-wrapper .timeoff-accordion.MuiPaper-root.MuiAccordion-root .MuiPaper-root.MuiCard-root{background:#fff;border:1px solid #6d7177;border-top:0;box-shadow:none}.darkTheme .snapshot-wrapper .timeoff-accordion.MuiPaper-root.MuiAccordion-root .MuiPaper-root.MuiCard-root{background-color:#121212}.snapshot-wrapper .tertiaryAccordion.MuiPaper-root.MuiAccordion-root{background:#fff;width:100%}.snapshot-wrapper .tertiaryAccordion.MuiPaper-root.MuiAccordion-root .MuiAccordionDetails-root{background:#fff;border:1px solid #6d7177;border-top:0}.darkTheme .snapshot-wrapper .tertiaryAccordion.MuiPaper-root.MuiAccordion-root .MuiAccordionDetails-root,.darkTheme .snapshot-wrapper .tertiaryAccordion.MuiPaper-root.MuiAccordion-root{background-color:#2d2d2d}.snapshot-wrapper .secondaryCard.MuiCard-root{box-shadow:none;background-color:#e6e6e6}.snapshot-wrapper .secondaryCard.MuiCard-root.darkTheme{background-color:#000}.snapshot-wrapper .secondaryCard.MuiCard-root>.MuiCardContent-root{background:#fff}.darkTheme.snapshot-wrapper .secondaryCard.MuiCard-root>.MuiCardContent-root{background:#121212}@media only screen and (min-width:2560px){.snapshot-wrapper .crew-board-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-input.MuiOutlinedInput-input{padding-top:20px}}.snapshot-wrapper .crewBoardDrawer.MuiDrawer-docked,.snapshot-wrapper .comment-input-wrapper{display:none}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root{box-shadow:0 3px 6px #00000029}.darkTheme .tertiaryAccordion.MuiPaper-root.MuiAccordion-root{background-color:#2d2d2d}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#feff55;padding:6px 10px;min-height:30px}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{min-height:30px}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{text-align:left;color:#000;font-size:14px;line-height:18px;font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:0;position:relative;text-transform:uppercase}@media only screen and (min-width:2560px){.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{font-size:24px;line-height:28px;letter-spacing:2px}}@media only screen and (min-width:3840px){.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{font-size:32px;line-height:40px;letter-spacing:2px}}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content>p{margin:0}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content>p.new-misc{width:calc(100% - 40px)}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content img.add-note-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:18px;height:18px;cursor:pointer}@media only screen and (min-width:2560px){.tertiaryAccordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content img.add-note-icon{width:28px;height:28px}}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root.redHeader>.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#c90303}.tertiaryAccordion.MuiPaper-root.MuiAccordion-root.redHeader>.MuiButtonBase-root.MuiAccordionSummary-root .MuiTypography-root{color:#fff}.timeoff-masonry-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;width:auto}.timeoff-masonry-grid_column{padding-left:10px;background-clip:padding-box}.loc-wrapper{display:flex;gap:10px}.loc-wrapper>.loc-header-card.MuiCard-root{display:flex;flex-direction:column}.darkTheme .loc-wrapper>.loc-header-card.MuiCard-root{background-color:#262730}.loc-wrapper>.loc-header-card.MuiCard-root>.MuiCardHeader-root{background-color:#4f758e;padding:10px;text-align:center}.loc-wrapper>.loc-header-card.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content{color:#fff;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:0;position:relative;text-transform:uppercase}@media only screen and (min-width:2560px){.loc-wrapper>.loc-header-card.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content{font-size:32px;line-height:40px;letter-spacing:2px}}.loc-wrapper>.loc-header-card.MuiCard-root>.MuiCardHeader-root .MuiCardHeader-content .storm-id{position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto;margin:0}.loc-wrapper>.loc-header-card.MuiCard-root>.MuiCardContent-root{padding:7px;display:flex;justify-content:space-between;flex:1;gap:7px}.loc-wrapper>.loc-header-card.MuiCard-root .crew-wrapper{flex:2;justify-content:space-between;overflow:hidden;display:flex;flex-direction:row}.loc-wrapper>.loc-header-card.MuiCard-root .crewGridListWrapper{gap:15px 7px;display:flex;flex-direction:row;flex-wrap:wrap}.loc-wrapper>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper{gap:15px 7px;display:flex;flex-direction:row;flex-wrap:wrap}.loc-wrapper>.loc-header-card.MuiCard-root .crewGridList{padding-top:0}.loc-wrapper.drawerOpen.one-loc>.loc-header-card.MuiCard-root .crewGridList{flex-basis:calc(16.6666666667% - 10px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root{flex:1}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .crewGridList{flex-basis:calc(16.6666666667% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .crewGridListWrapper{flex-basis:100%;height:100%}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper{height:100%}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.single-col{flex-basis:calc(16.6666666667% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.single-col .crewGridList{flex-basis:calc(100% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.double-col{flex-basis:calc(33.3333333333% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.double-col .crewGridList{flex-basis:calc(50% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.three-col{flex-basis:calc(50% - 7px)}.loc-wrapper.one-loc>.loc-header-card.MuiCard-root .dockCrewsGridListWrapper.three-col .crewGridList{flex-basis:calc(33.3333333333% - 7px)}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root .crewGridListWrapper{flex-basis:100%}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:first-child{flex:1}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:first-child .crewGridList{flex-basis:calc(25% - 7px)}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:first-child .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:32.5%}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:nth-child(2){flex:1}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:nth-child(2) .crewGridList{flex-basis:calc(25% - 7px)}.loc-wrapper.two-loc>.loc-header-card.MuiCard-root:nth-child(2) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:32.5%}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root .crewGridListWrapper{flex-basis:100%}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:first-child{flex:2}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:first-child .crewGridList{flex-basis:calc(25% - 7px)}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(2){flex:1}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(2) .crewGridList{flex-basis:calc(50% - 7px)}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(2) .dispatcher-block{flex-direction:column;align-items:flex-end}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(2) .dispatcher-block p{margin-bottom:10px}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(2) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:49%}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(3){flex:1}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(3) .crewGridList{flex-basis:calc(50% - 7px)}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(3) .dispatcher-block{flex-direction:column;align-items:flex-end}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(3) .dispatcher-block p{margin-bottom:10px}.loc-wrapper.three-loc>.loc-header-card.MuiCard-root:nth-child(3) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:49%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root .crewGridListWrapper{flex-basis:100%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:first-child{flex:2}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:first-child .crewGridList{flex-basis:calc(25% - 7px)}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(2){flex:1}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(2) .crewGridList{flex-basis:calc(50% - 7px)}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(2) .dispatcher-block{flex-direction:column;align-items:flex-end}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(2) .dispatcher-block p{margin-bottom:10px}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(2) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:49%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(3){flex:.5}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(3) .crewGridList{flex-basis:100%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(3) .dispatcher-block{flex-direction:column;align-items:flex-end}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(3) .dispatcher-block p{margin-bottom:10px}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(3) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:99%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(4){flex:.5}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(4) .crewGridList{flex-basis:100%}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(4) .dispatcher-block{flex-direction:column;align-items:flex-end}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(4) .dispatcher-block p{margin-bottom:10px}.loc-wrapper.four-loc>.loc-header-card.MuiCard-root:nth-child(4) .legends-wrapper .legends-list.crew-legends-list.horizontal-legends .legends-item{width:99%}.dock-crew-section{gap:0 7px}.dock-crew-section .crewGridList{box-shadow:none}.dock-crew-section.single-col{column-count:1}.dock-crew-section.double-col{column-count:2}.dock-crew-section.three-col{column-count:3}.foreign-crew-details.MuiPaper-root.MuiAccordion-root{background-color:#b1e2ffc2}.foreign-crew-details.MuiPaper-root.MuiAccordion-root.Mui-expanded{margin:5px 0}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root{padding:0;min-height:35px}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{border-bottom:1px solid #2F6EAE}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content{margin:0;justify-content:center;align-items:center;flex-direction:column;width:100%}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name{position:relative;width:100%;padding:5px 0!important}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name p{min-height:30px;line-height:1;text-align:center;width:calc(100% - 55px);padding:0 10px;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:2560px){.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name p{min-height:36px}}@media only screen and (min-width:3840px){.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name p{min-height:60px}}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name>img{position:absolute;right:5px;top:50%;transform:translateY(-50%);height:15px;width:15px}@media only screen and (min-width:2560px){.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .company-name>img{height:25px;width:25px}}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .feederName{width:100%;margin-right:0;min-height:30px}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content .feederName>img{top:11px;transform:none}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionDetails-root{padding:0}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionDetails-root span{margin-right:0;padding:5px}.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:none}.foreign-crew-details.MuiPaper-root.MuiAccordion-root span,.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiTypography-root{border:none;border-radius:0;color:#000;font-weight:600;font-size:13px;line-height:17px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";white-space:normal;height:auto;text-transform:uppercase}@media only screen and (min-width:2560px){.foreign-crew-details.MuiPaper-root.MuiAccordion-root span,.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiTypography-root{font-size:24px;line-height:28px;font-weight:700;letter-spacing:1px}}@media only screen and (min-width:3840px){.foreign-crew-details.MuiPaper-root.MuiAccordion-root span,.foreign-crew-details.MuiPaper-root.MuiAccordion-root .MuiTypography-root{font-size:32px;line-height:36px;font-weight:700;letter-spacing:1.5px}}.foreign-crew-details.MuiPaper-root.MuiAccordion-root.disabled{background-color:#c9c6c6}.foreign-crew-details.MuiPaper-root.MuiAccordion-root.disabled .MuiButtonBase-root.MuiAccordionSummary-root{pointer-events:none}.foreign-crew-details.MuiPaper-root.MuiAccordion-root.disabled .MuiTypography-root{color:#a09898}.dispatcher-block{display:flex;justify-content:flex-end;align-items:flex-start;padding:10px 0;background:#e6e6e6;width:100%}.dispatcher-block p{font-size:16px;line-height:20px;font-weight:600;margin:0 10px 0 0}.darkTheme .dispatcher-block p{color:#000}@media only screen and (min-width:2560px){.dispatcher-block p{font-size:24px;line-height:28px;letter-spacing:1px}}@media only screen and (min-width:3840px){.dispatcher-block p{font-size:32px;line-height:36px;font-weight:700;letter-spacing:1.5px}}.rotateIcon{transform:rotate(180deg)}.search-popper-container.MuiPopperUnstyled-root{z-index:10000;margin-top:-30px!important}.search-popper-container.MuiPopperUnstyled-root .search-popper{background:#e7f0ff;box-shadow:0 3px 6px #0000001a;border-radius:5px;padding:6px 10px;width:350px;max-height:450px}.search-popper-container.MuiPopperUnstyled-root .search-popper.darkTheme{background:#263346}.search-popper-container.MuiPopperUnstyled-root .search-resources-list{height:400px!important;position:relative}.search-popper-container.MuiPopperUnstyled-root .search-resources-list .MuiListSubheader-root{line-height:38px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.search-popper-container.MuiPopperUnstyled-root .search-resources-list .MuiListItemSecondaryAction-root{position:static;padding-right:5px}.search-popper-container.MuiPopperUnstyled-root .search-resource-list-item .MuiTypography-root{color:#0371b4;font-weight:500;font-size:15px;line-height:19px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.search-popper-container.MuiPopperUnstyled-root .search-resource-list-item.darkTheme .MuiTypography-root{color:#fff}.selectedToggleBtn.MuiButtonBase-root.MuiToggleButton-root{padding:8px 16px;background-color:#fff;color:#0371b4;text-transform:uppercase}.selectedToggleBtn.MuiButtonBase-root.MuiToggleButton-root.Mui-selected{background-color:#fff;color:#0371b4;text-transform:uppercase}.sticky-header{position:sticky;top:0;background:#fff;z-index:1}.timeoff-accordion.MuiPaper-root.MuiAccordion-root{background-color:#f4f4f4}.darkTheme .timeoff-accordion.MuiPaper-root.MuiAccordion-root{background-color:#263346!important}.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#0171b4;padding:9px 10px;min-height:28px;border-radius:4px 4px 0 0}.darkTheme .timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#262730!important}.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{color:#fff;font-weight:600;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:0;position:relative;text-transform:uppercase;justify-content:center}@media only screen and (min-width:2560px){.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{font-size:24px;line-height:28px;letter-spacing:2px}}@media only screen and (min-width:3840px){.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{font-size:32px;line-height:40px;letter-spacing:2px}}.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content>p{width:calc(100% - 35px)}.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content img.add-note-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:18px;height:18px;cursor:pointer}@media only screen and (min-width:2560px){.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content img.add-note-icon{width:28px;height:28px}}.timeoff-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root .icon-btn-img{width:20px;height:20px}.timeoff-accordion.MuiPaper-root.MuiAccordion-root .MuiAccordionDetails-root{padding:7px}.textFieldhideArrow .MuiInputBase-root.MuiInput-root{color:#000}.textFieldhideArrow .MuiInputBase-root.MuiInput-root:after{border-bottom:2px solid #000000}.textFieldhideArrow .MuiInputBase-root.MuiInput-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom:2px solid #000000}.textFieldhideArrow .MuiInputBase-root.MuiInput-root:not(.Mui-disabled,.Mui-error):before{border-bottom:1px solid #000000}.omsFeeder{padding:4px 0;border-bottom:.5px dotted gray;background-color:#90ee90}.storm-mode .switch-unchecked.MuiSwitch-switchBase.Mui-checked{color:"white"}.storm-mode .switch-checked.MuiSwitch-switchBase.Mui-checked .MuiSwitch-track{background-color:"white";opacity:.7}.resource-search{width:100%;border-radius:50px;background-color:#f7f7f7;border:1px solid #CFCFCF;box-shadow:0 3px 6px #00000029}.resource-search .MuiInputBase-input.MuiOutlinedInput-input{color:#2b5773}.resource-search .MuiOutlinedInput-notchedOutline{border:none}.edit-disabled-overlay{position:relative;display:inline-flex}.edit-disabled-overlay--faded{opacity:.5}.edit-disabled-overlay-blocker{position:absolute;top:0;left:0;right:0;bottom:0;cursor:not-allowed;z-index:1}.edit-disabled-cursor{cursor:not-allowed}.edit-disabled-faded{opacity:.5;pointer-events:none;cursor:not-allowed}.cursor-pointer{cursor:pointer}.storm-mode-active{position:relative;overflow:hidden;background:linear-gradient(180deg,#1a1a2e,#16213e 40%,#0f3460)!important}.storm-mode-active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:transparent;animation:lightning-flash 8s infinite}.storm-mode-active>*{position:relative;z-index:1}.storm-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999}@media print{.storm-canvas{display:none!important}}@keyframes lightning-flash{0%{background:transparent}92%{background:transparent}93%{background:#c8dcff2e}94%{background:transparent}96%{background:#c8dcff1a}97%{background:transparent}to{background:transparent}}.darkTheme .react-datepicker-wrapper input[type=text].custom-date-picker,.darkTheme .react-datepicker-wrapper input[type=text]{background-color:#263346;color:#fff;border-color:#4a5568}.darkTheme .react-datepicker-wrapper input[type=text].custom-date-picker::placeholder,.darkTheme .react-datepicker-wrapper input[type=text]::placeholder{color:#8a9bb0}.darkTheme .react-datepicker{background-color:#1e2a3a;border-color:#4a5568;color:#fff}.darkTheme .react-datepicker__header{background-color:#263346;border-bottom-color:#4a5568}.darkTheme .react-datepicker__current-month,.darkTheme .react-datepicker__day-name,.darkTheme .react-datepicker-time__header,.darkTheme .react-datepicker__day,.darkTheme .react-datepicker__time-name{color:#fff}.darkTheme .react-datepicker__day:hover,.darkTheme .react-datepicker__time-name:hover,.darkTheme .react-datepicker__day--selected,.darkTheme .react-datepicker__day--keyboard-selected,.darkTheme .react-datepicker__time-name--selected,.darkTheme .react-datepicker__time-name--keyboard-selected{background-color:#0371b4;color:#fff}.darkTheme .react-datepicker__day--disabled,.darkTheme .react-datepicker__time-name--disabled{color:#4a5568}.darkTheme .react-datepicker__time-container{border-left-color:#4a5568}.darkTheme .react-datepicker__time{background-color:#1e2a3a}.darkTheme .react-datepicker__time-list-item{color:#fff}.darkTheme .react-datepicker__time-list-item:hover,.darkTheme .react-datepicker__time-list-item--selected{background-color:#0371b4!important;color:#fff!important}.darkTheme .react-datepicker__time-list-item--disabled{color:#4a5568!important}.darkTheme .react-datepicker__triangle:before{border-bottom-color:#4a5568!important}.darkTheme .react-datepicker__triangle:after{border-bottom-color:#1e2a3a!important}.dock-crew-board-table.storm-count-table{box-shadow:0 0 6px #00000029}.dock-crew-board-table.storm-count-table th,.dock-crew-board-table.storm-count-table td{padding:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";word-wrap:break-word}.dock-crew-board-table.storm-count-table th{position:relative}.dock-crew-board-table.storm-count-table th .table-header-icon{position:absolute;right:0;top:50%;transform:translateY(-50%)}.dock-crew-board-table.storm-count-table th .table-header-icon .expand-icon{transform:rotate(180deg)}.dock-crew-board-table.storm-count-table thead tr:first-child th:first-child{min-width:50px;max-width:50px;position:static}.dock-crew-board-table.storm-count-table thead tr:nth-child(2) th p{font-weight:600;margin:0;font-size:14px;line-height:18px}@media only screen and (min-width:2560px){.dock-crew-board-table.storm-count-table thead tr:nth-child(2) th p{font-size:18px;line-height:22px}}.dock-crew-board-table.storm-count-table thead tr.onCalloutHide th{min-width:153px;max-width:153px}.dock-crew-board-table.storm-count-table tbody tr td:first-child{min-width:50px;max-width:50px;background-color:#98c6e145;border-right:1px solid #306EAE;box-shadow:none;text-align:left;color:#17435f;font-size:16px;font-weight:600;line-height:20px;text-transform:capitalize;position:static}.darkTheme.dock-crew-board-table.storm-count-table tbody tr td:first-child{color:#fff!important;box-shadow:none;background-color:#2b5773}.dock-crew-board-table.storm-count-table tbody tr td.sub-crews{min-width:50px;max-width:50px;background-color:#98c6e145;border-right:1px solid #306EAE;box-shadow:none;text-align:left;color:#17435f;font-size:16px;font-weight:600;line-height:20px;text-transform:capitalize}.darkTheme.dock-crew-board-table.storm-count-table tbody tr td.sub-crews{color:#fff;box-shadow:none;background-color:#2b5773}.dock-crew-board-table.storm-count-table tbody tr:last-child td.sub-crews{background-color:#98c6e145}.darkTheme.dock-crew-board-table.storm-count-table tbody tr:last-child td.sub-crews{background-color:#2b5773}.dock-crew-board-table.storm-count-table tbody tr:last-child td:not(:first-child){background-color:#fff}.darkTheme.dock-crew-board-table.storm-count-table tbody tr:last-child td:not(:first-child){background-color:#263346}.dock-crew-board-table.storm-count-table tfoot tr td{background-color:#ebedf1;padding:16px;border-bottom:1px solid #306EAE;border-right:1px solid #306EAE;text-align:left;color:#17435f;font-size:16px;font-weight:600;line-height:20px}.darkTheme.dock-crew-board-table.storm-count-table tfoot tr td{background-color:#787878;color:#fff!important}.dock-crew-board-table.storm-count-table tfoot tr td p{margin:0;text-align:center}.dock-crew-board-table.storm-count-table tfoot tr td:first-child p{text-align:left;color:#17435f;font-size:16px;font-weight:600;line-height:20px;margin:0}.darkTheme.dock-crew-board-table.storm-count-table tfoot tr td:first-child p{color:#fff!important}.dock-crew-board-table.storm-count-table.details-table{width:100%}.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td{background-color:#fff}.darkTheme.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td{background-color:#263346}.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td.sub-crews{background-color:#98c6e145}.darkTheme.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td.sub-crews{background-color:#2b5773}.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td:first-child{background-color:#98c6e145}.darkTheme.dock-crew-board-table.storm-count-table.details-table tbody tr:last-child td:first-child{background-color:#2b5773}.dock-crew-board-table.storm-count-table.details-table tbody tr td{min-width:150px;max-width:150px}.dock-crew-board-table.storm-count-table.details-table tbody tr td:first-child{min-width:100px;max-width:100px}.dock-crew-board-table.storm-count-table.details-table th.total-column,.dock-crew-board-table.storm-count-table.details-table td.total-column{min-width:50px;max-width:50px}.calendar-toggle-orange.crew-availabilty-board{padding:0 10px;margin-right:10px;height:30px}.calendar-toggle-orange.crew-availabilty-board.darkTheme{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.23)}.calendar-toggle-orange.crew-availabilty-board .MuiSwitch-root{margin-top:-2px}.crew-summary-card.MuiCard-root{border-radius:10px;box-shadow:0 0 7px #0000002f;display:flex;flex-direction:column;position:relative}.darkTheme.crew-summary-card.MuiCard-root{background:#263346;background-image:none}.crew-summary-card.MuiCard-root.total{background:#0086c8;box-shadow:0 8px 6px #0000001a;margin-top:5px}.crew-summary-card.MuiCard-root.total .cardContent p.MuiTypography-root{color:#fff;font-weight:400}.crew-summary-card.MuiCard-root.total .cardContent h5{font-weight:700;color:#fff}.crew-summary-card.MuiCard-root.green{box-shadow:none;margin-bottom:10px;width:211px}.crew-summary-card.MuiCard-root.green .cardContent{padding:6px 30px 6px 10px!important;background-color:#d4f4e8}.crew-summary-card.MuiCard-root.green .cardContent img{width:21px;height:28px}.darkTheme.crew-summary-card.MuiCard-root.green .cardContent{background-color:#d4f4e8;color:#4d4c4c}.darkTheme.crew-summary-card.MuiCard-root.green .cardContent p.MuiTypography-root{color:#4d4c4c}.crew-summary-card.MuiCard-root.red{box-shadow:none;margin-bottom:10px;width:211px}.crew-summary-card.MuiCard-root.red .cardContent{background-color:#ffdae5;padding:6px 30px 6px 10px!important}.crew-summary-card.MuiCard-root.red .cardContent img{width:21px;height:28px}.darkTheme.crew-summary-card.MuiCard-root.red .cardContent{background-color:#ffdae5;color:#4d4c4c}.darkTheme.crew-summary-card.MuiCard-root.red .cardContent p.MuiTypography-root{color:#4d4c4c}.crew-summary-card.MuiCard-root.blue{box-shadow:none;margin-bottom:10px;width:211px}.crew-summary-card.MuiCard-root.blue .cardContent{background-color:#d5f1ff;padding:6px 30px 6px 10px!important}.crew-summary-card.MuiCard-root.blue .cardContent img{width:21px;height:28px}.darkTheme.crew-summary-card.MuiCard-root.blue .cardContent{background-color:#d5f1ff;color:#4d4c4c}.darkTheme.crew-summary-card.MuiCard-root.blue .cardContent p.MuiTypography-root{color:#4d4c4c}.crew-summary-card.MuiCard-root .cardContent{cursor:pointer;display:flex;padding:10px 30px 10px 10px!important}@media only screen and (min-width:2560px){.crew-summary-card.MuiCard-root .cardContent{padding:16px 30px 16px 10px!important}}.darkTheme.crew-summary-card.MuiCard-root .cardContent{background-color:#40526f}.crew-summary-card.MuiCard-root .cardContent p.MuiTypography-root{white-space:nowrap;font-size:14px;line-height:18px;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#4d4c4c;text-transform:capitalize}@media only screen and (min-width:2560px){.crew-summary-card.MuiCard-root .cardContent p.MuiTypography-root{font-size:17px;line-height:21px;letter-spacing:.4px}}.darkTheme.crew-summary-card.MuiCard-root .cardContent p.MuiTypography-root{color:#fff}.crew-summary-card.MuiCard-root .cardContent h5{font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.crew-summary-card.MuiCard-root .cardContent h5{font-size:28px;line-height:32px}}.crew-summary-card.MuiCard-root .cardContent img{margin:auto 0;width:40px;height:40px}@media only screen and (min-width:1920px){.crew-summary-card.MuiCard-root .cardContent img{width:45px;height:45px}}.crew-summary-card.MuiCard-root .pin-wrapper{width:12px;height:12px;border:1px solid #C4C4C4;border-radius:50px;background-color:#fff;position:absolute;right:9px;bottom:7px;cursor:pointer;overflow:visible}.crew-summary-card.MuiCard-root .pin-wrapper.pinned{background-color:transparent;border-color:transparent;display:flex;align-items:flex-end;justify-content:flex-start}.crew-summary-list.MuiList-root{display:flex;flex-direction:row;justify-content:flex-start;overflow-x:scroll;flex:1;padding:4px 0 10px 8px}.crew-summary-list.MuiList-root.pinned{overflow-x:unset;flex:none;margin-right:8px;padding-top:0}.crew-summary-list.MuiList-root>.MuiListItem-root{padding:0 8px;width:auto}.crew-summary-list.MuiList-root>.MuiListItem-root:first-child{padding-left:0}.crew-summary-list.MuiList-root>.MuiListItem-root:last-child{padding-right:0}.crew-summary-list.MuiList-root::-webkit-scrollbar{width:4px!important;height:4px!important}.crew-summary-list.MuiList-root::-webkit-scrollbar-track{box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important;background-color:#7070703b!important;width:1px!important;height:1px!important}.darkTheme.crew-summary-list.MuiList-root::-webkit-scrollbar-track{background-color:#e0e0e0}.crew-summary-list.MuiList-root::-webkit-scrollbar-thumb{box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important;background-color:#aaa!important;width:4px!important;height:4px!important}.region-accordion.MuiPaper-root.MuiAccordion-root{border-radius:10px 10px 0 0;margin-bottom:0}.region-accordion.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root{background-color:#2b5773;border-radius:10px 10px 0 0;box-shadow:0 5px 6px #0000001a}.region-accordion.MuiPaper-root.MuiAccordion-root .MuiButtonBase-root.MuiAccordionSummary-root h6{color:#fff;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.region-accordion.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root{min-height:40px}.region-accordion.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content,.region-accordion.MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-content.Mui-expanded{margin:0}.regional-data-charts.MuiGrid-root>.MuiGrid-item{position:relative}.regional-data-charts.MuiGrid-root>.MuiGrid-item:not(:first-child){padding-left:0}.regional-data-charts.MuiGrid-root>.MuiGrid-item:after{content:"";width:1px;height:100%;position:absolute;right:0;top:0;background-color:#0273ba4a}.regional-data-charts.MuiGrid-root>.MuiGrid-item:last-child:after,.regional-data-charts.MuiGrid-root>.MuiGrid-item:nth-last-child(2):after{display:none}.chart-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.data-wrapper{height:80px;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#f8f8f8}.data-wrapper.darkTheme{background:#90caf9}.data-wrapper>p{font-size:18px;line-height:22px;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#354052;text-transform:capitalize}@media only screen and (min-width:2560px){.data-wrapper>p{font-size:20px;line-height:24px}}.data-wrapper>h5{font-size:28px;line-height:32px;font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#393939;text-transform:capitalize}@media only screen and (min-width:2560px){.data-wrapper>h5{font-size:30px;line-height:34px}}.total-crews-row{position:sticky;z-index:1;background:#fff;width:100%;margin-left:-18px;padding:0 18px;box-shadow:0 3px 6px #00000040;top:138px}@media only screen and (min-width:1440px){.total-crews-row{top:148px}}@media only screen and (min-width:2560px){.total-crews-row{top:180px}}@media only screen and (min-width:3840px){.total-crews-row{top:226px}}.total-crews-row.darkTheme{background-color:#000}.custom-toggle-grp .MuiButtonBase-root.MuiToggleButton-root{padding:3px 11px;border-radius:50px;background-color:#d5f1ff;color:#263346;border:none;font-size:14px;line-height:18px;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:uppercase}@media only screen and (min-width:2560px){.custom-toggle-grp .MuiButtonBase-root.MuiToggleButton-root{font-size:17px;line-height:21px;letter-spacing:.4px}}.custom-toggle-grp .MuiButtonBase-root.MuiToggleButton-root.region-selected,.custom-toggle-grp .MuiButtonBase-root.MuiToggleButton-root.loc-selected{background-color:#0171b4;color:#fff}.region-title{color:#0171b4;font-size:20px;line-height:24px;font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";margin:8px 16px;text-transform:capitalize}.region-title.darkTheme{color:#fff}@media only screen and (min-width:2560px){.region-title{letter-spacing:.4px}}@media only screen and (min-width:3840px){.region-title{font-size:22px;line-height:26px;letter-spacing:.4px}}.selectionBand{position:sticky;top:235px;z-index:1;background:#fff;padding:5px 0}.selectionBand.darkTheme{background:#000}@media only screen and (min-width:2560px){.selectionBand{top:285px}}@media only screen and (min-width:3840px){.selectionBand{top:329px}}div .headerWrapper.mdarHeader{height:60px;animation-name:slide-in-header;animation-duration:3s;animation-fill-mode:both;animation-delay:-.5s;background:transparent linear-gradient(90deg,#41939f,#4194a0 46%,#29629c) 0% 0% no-repeat padding-box;box-shadow:0 3px 6px #00000029;position:fixed;z-index:99999!important}div .headerWrapper.mdarHeader .navbar .rightNav{display:flex;align-items:center;margin-right:0!important}.leadsTable{max-height:72vh}.leadsTable .MuiDataGrid-row .MuiDataGrid-cell:first-child,.leadsTable .MuiDataGrid-row .MuiDataGrid-cell:last-child,.leadsTable .MuiDataGrid-columnHeader.tableHeader:first-child,.leadsTable .MuiDataGrid-columnHeader.tableHeader:last-child{visibility:hidden;padding:0!important;width:0px!important;min-width:0px!important}.leadsTable .MuiDataGrid-row .MuiDataGrid-cell{color:#013758;border:1px solid #bfd7e6}.leadsTable .MuiDataGrid-row .MuiDataGrid-cell:nth-child(2){cursor:pointer;text-decoration:underline;color:#0073ba;font-weight:500}.planningViewContainer.leadsTableView{margin-top:-150px!important;padding:0 30px 30px!important}.leadsTableView .react-datepicker-wrapper input[type=text]{padding:5px;background-color:#d3e5f0;color:#0371b4;width:75px}.leadsTableView .rounded-search{border:1px solid #0073ba}.leadsTableView .page-header{background-color:#fff;grid-gap:20px;top:0}.leadsTableView .page-header h3{color:#0073ba}.leadsTableView .leadsFilters{background-color:#f4f4f4}.leadsTableView .MuiGrid-container .MuiSelect-select.MuiSelect-outlined{padding:5px 30px 0 5px;background-color:#d3e5f0;color:#0371b4}.leadsTableView .MuiGrid-container .MuiTypography-root{color:#2b5773;font-size:12px;font-weight:600}.leadsTableView .MuiDataGrid-columnHeader{background-color:#36556f;color:#fff;border:1px solid #bfd7e6}.dateSelector{width:70px}.btnCSS{background-color:#0371b4!important;color:#fff!important;border-radius:50px!important;padding:5px 10px!important;text-transform:capitalize!important}.MuiDataGrid-sortIcon,.MuiIconButton-root:hover{color:#fff}.MuiPaper-root.MuiMenu-paper.MuiPaper-root.MuiPopover-paper{width:fit-content!important}.usecaseDropdown,.leadsDatepicker,.feedbackOptionsDropdpwn,.feederDropdown{max-width:235px!important}.leadStatusDropdown,.formDropdown,.woStatusdropdown{max-width:130px!important}.filterBtns{padding-top:40px!important}.tableHeader{background-color:#d8f0ff}.yearDropdown>div,.backBtnContainer{color:#fff}.backBtnContainer{background-color:#0371b4;padding:5px 10px;display:flex;align-items:center}.borderRight{border-right:1px solid #e0e0e0}.meterDetailsLabel{color:#0371b4;min-width:300px;display:inline-block;font-size:12px;font-weight:600}.meterDetailsLeftSection .meterDetailsLabel,.meterDetailsLeftSection .meterDetailsValue{min-width:180px}.meterDetailsValue{color:#2b5773;font-size:12px;font-weight:600}.cardContent{height:min-content}.editIconWrapper{background-color:#0371b4!important}.noBoxShadow,.outageDetailsCard .noBoxShadow{box-shadow:none!important}.followUpSwitch,.issueTypeOption{max-width:205px!important}.polesFilters{background-color:#fff;box-shadow:0 0 6px #00000029;padding:14px}@media only screen and (min-width:1920px){.polesFilters{padding:14px 20px}}@media only screen and (min-width:2560px){.polesFilters{padding:14px 40px}}.polesFilters .filtersDropdown{align-items:center}.polesFilters .filtersDropdown .MuiTypography-root{margin-bottom:0;text-align:left;font-weight:500;font-size:13px;line-height:18px;letter-spacing:0;color:#2b5773;margin-right:5px;margin-left:10px}@media only screen and (min-width:1920px){.polesFilters .filtersDropdown .MuiTypography-root{font-weight:600;font-size:16px;line-height:20px;margin-right:10px}}@media only screen and (min-width:2560px){.polesFilters .filtersDropdown .MuiTypography-root{font-weight:600;font-size:22px;line-height:27px;margin-right:18px}}.polesFilters .filtersDropdown .MuiFormControl-root{flex-grow:1}.polesFilters .filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{min-width:90px;max-width:100px;color:#2b5773;margin:0}@media only screen and (min-width:1920px){.polesFilters .filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:100%}}@media only screen and (min-width:2560px){.polesFilters .filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:200px}}@media only screen and (min-width:2560px){.polesFilters .filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:400px}}.poleSearchDrawer.MuiDrawer-docked{position:relative}.poleSearchDrawer.MuiDrawer-docked .MuiDrawer-paper{position:absolute;margin-top:0;background:#f0f5fc}.poleSearchDrawer.MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar{width:7px;height:7px}.poleSearchDrawer.MuiDrawer-docked .MuiDrawer-paper:hover::-webkit-scrollbar{width:12px;height:12px}.poleSearchDrawer.MuiDrawer-docked .drawerContent{padding:16px 0 16px 16px;text-align:center;display:flex;flex-direction:column;height:100%}.darkTheme .poleSearchDrawer.MuiDrawer-docked>div>div{background-color:#000}.progress-card.MuiPaper-root.MuiCard-root{box-shadow:0 10px 22px #0001;display:flex;flex-direction:row;align-items:center}.progress-card.MuiPaper-root.MuiCard-root .MuiCardContent-root{padding:15px 10px;height:100%;width:100%;display:flex;align-items:center;justify-content:flex-start}.progress-card.MuiPaper-root.MuiCard-root .MuiCardContent-root img{height:60px;width:60px;margin-right:15px}.progress-bar-data{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-weight:600;font-size:14px;line-height:18px;color:#354052;height:100%;margin-left:10px}.progress-bar-data span{font-weight:600;font-size:20px;line-height:24px;margin-bottom:11px}.progress-bar-data span.review{color:#0273ba}.progress-bar-data span.inspected{color:#009ffe}.progress-bar-data span.comp{color:#1fa9a7}.multiselect-dropdown.MuiButtonBase-root.MuiMenuItem-root{padding:0 8px 0 0;min-width:130px}.multiselect-dropdown.MuiButtonBase-root.MuiMenuItem-root.Mui-disabled{padding:0 10px}.selectFilterBox{margin-top:50px;padding:60px;display:flex;align-items:center;justify-content:flex-end;position:relative;width:calc(100% - 120px);height:100%}@media only screen and (min-width:1920px){.selectFilterBox{padding:120px 60px}}.selectFilterBox .blueBlock{background:#0273ba;border-radius:58px;width:100%;height:200px;display:flex;align-items:center;justify-content:space-around}.selectFilterBox .imgBg{position:absolute;left:130px;top:50%;background:#fff;box-shadow:0 0 6px #0000005f;border-radius:50%;display:flex;align-items:center;justify-content:center;height:250px;width:250px;transform:translateY(-50%)}@media only screen and (min-width:1920px){.selectFilterBox .imgBg{height:400px;width:400px}}.selectFilterBox .imgBg img{width:100%;height:100%}.selectFilterBox p{margin:0;font-weight:500;font-size:20px;line-height:26px;letter-spacing:0px;color:#fff;text-transform:capitalize}@media only screen and (min-width:1920px){.selectFilterBox p{font-size:30px;line-height:36px}}.pole-list-table{flex:1;margin-top:16px}.poleListItem{font-size:14px;line-height:18px;font-weight:400;color:#6d7177;background-color:#fff;border-radius:10px;border:none;text-transform:none;padding:9px 15px;margin-bottom:10px;cursor:pointer;text-align:left;display:flex;align-items:center}.poleListItem span{font-weight:700;margin-left:5px}.poleListItem.activeItem{color:#fff;background-color:#0e98fa;border-top-right-radius:0;border-bottom-right-radius:0}.poleListItem.outcomesAddedForAll{background:#6d7177;box-shadow:2px 2px 6px #0000001a;color:#fff;border-top-right-radius:0;border-bottom-right-radius:0}.poleListItem.darkTheme{background-color:#273346;color:#fff}.poleDetails.MuiGrid-root{border-bottom:1px solid #0E98FA;margin-bottom:15px;padding:10px 10px 15px;width:calc(100% + 40px);margin-top:0}.poleDetails.MuiGrid-root>.MuiGrid-item{padding-top:0}.poleDetailsLabel.MuiTypography-root{font-size:16px;line-height:20px;color:#383838;font-weight:600}.poleDetailsValue.MuiTypography-root{font-size:16px;line-height:20px;color:#0371b4;font-weight:600;letter-spacing:.22px;margin-left:10px}.poleTypeList{background:#e7f0ff;padding:8px 12px;border-radius:5px;display:flex;align-items:center;justify-content:center;margin-top:-10px;margin-left:10px}.poleTypeList .poleTypeItem{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#0371b4;font-size:16px;line-height:20px;font-weight:600;text-transform:uppercase;margin-right:5px;padding:2px;border-radius:5px}.poleTypeList .poleTypeItem.selected{background-color:#0273ba;color:#fff}.poleTypeList .poleTypeItem:last-child{margin-right:0}.searchPoleID.MuiFormControl-root.MuiTextField-root{background:#e7f0ff;box-shadow:0 0 6px #00000029;padding:8px 10px 10px;border-radius:50px}.searchPoleID.MuiFormControl-root.MuiTextField-root .MuiInputBase-root{padding-left:0;color:#2b5773}.searchPoleID.MuiFormControl-root.MuiTextField-root .MuiOutlinedInput-notchedOutline{border:1px solid rgba(0,0,0,0)}.tertiary-card.MuiPaper-root.MuiCard-root{box-shadow:0 0 6px #00000029;border-radius:10px}.tertiary-card.MuiPaper-root.MuiCard-root .MuiCardHeader-root{background-color:#f7f9fc}.tertiary-card.MuiPaper-root.MuiCard-root .MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{font-weight:600;font-size:18px;line-height:22px;color:#0171b4;text-transform:uppercase;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.tertiary-card.MuiPaper-root.MuiCard-root.details{box-shadow:none;border-radius:10px}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardHeader-root{border-bottom:1px solid #0273BA}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardContent-root{background-color:#f7f9fc;height:200px;overflow-y:auto;padding:16px}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardContent-root::-webkit-scrollbar{width:7px;height:7px}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardContent-root:hover::-webkit-scrollbar{width:12px;height:12px}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardContent-root p{font-size:14px;line-height:18px;color:#000;margin-bottom:7px;margin-top:0}.tertiary-card.MuiPaper-root.MuiCard-root.details .MuiCardContent-root p.textBlue{color:#0273ba!important}.quick-base-table th,.quick-base-table td{font-size:16px;line-height:20px;color:#383838;border-right:1px solid #0273BA;border-bottom:1px solid #0273BA;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.quick-base-table th:first-child,.quick-base-table td:first-child{text-decoration:none;cursor:auto}.quick-base-table th:last-child,.quick-base-table td:last-child{border-right:none;width:250px}.quick-base-table th.company-column,.quick-base-table td.company-column{width:300px}.quick-base-table th.reference-column,.quick-base-table td.reference-column{min-width:190px;max-width:190px}.quick-base-table th{font-weight:600}.quick-base-table td{font-weight:500}.quick-base-table td:last-child{font-weight:500}.quick-base-table.secondary th{background:#f7f9fc}.main-left-wrapper{min-height:500px}.pole-outcome-select.MuiInputBase-root.MuiOutlinedInput-root{margin-top:-8px;margin-left:10px}.min-70vh{min-height:70vh}.greyRow,.outcomesAddedForAll{background-color:#d3d3d3}.greyRow .Mui-disabled.Mui-checked{color:#5a5a5a}.workOrderContent{padding:10px 24px 30px;background:#f0f5fc}.workOrderContent>div>h4{color:#2b5773;font-size:16px;line-height:20px;font-weight:600;margin:0 10px 10px 0}@media only screen and (min-width:1920px){.workOrderContent>div>h4{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.workOrderContent>div>h4{font-size:24px;line-height:28px}}.workOrderCard.MuiCard-root{box-shadow:0 1px 5px #0000001a!important}.secondary-table{position:relative}.secondary-table tr.selected{background-color:#dc792d}.secondary-table tr.selected td{color:#d8f0ff}.secondary-table tr.selected td .MuiButtonBase-root.MuiCheckbox-root{color:#fff}.secondary-table tr.selected td .MuiButtonBase-root.MuiCheckbox-root.green-checkbox{color:#148d00}.secondary-table th,.secondary-table td{font-size:14px;line-height:18px}.secondary-table th.longDescriptionColumn,.secondary-table td.longDescriptionColumn{min-width:300px;max-width:300px}.secondary-table th{font-weight:600;color:#43424b;background-color:#d8f0ff;padding:12px 8px;position:sticky;z-index:9999;top:0}.secondary-table td{font-weight:500;color:#000;padding:8px}.secondary-table td:first-child{color:#0273ba}.secondary-table td .MuiButtonBase-root.MuiCheckbox-root.green-checkbox{color:#148d00}.secondary-table tr:last-child td{border-bottom:none}.work-order-table-wrapper{max-height:53vh;overflow:auto}.work-order-map-wrap{min-height:300px}@media only screen and (min-width:1920px){.work-order-map-wrap{min-height:460px}}.work-order-map-wrap .map-details{display:flex;flex-direction:column}.work-order-map-wrap .map-details>div{flex:1}.bundleSearchCollapse{cursor:pointer;border-radius:8px;margin-right:12px;position:absolute;left:0}.bundleSearchCollapse .paper{min-width:140px;height:35px;display:flex;border-radius:8px;background-color:#fff!important}@media only screen and (min-width:3840px){.bundleSearchCollapse .paper{height:40px}}.bundleSearch>div{height:28px;background-color:#fff!important;margin-right:8px;padding-left:0!important;color:#000}.bundleSearch>div input :before{padding-left:0!important}.greenCheckBox{background-color:#148d00;padding:0 9px}.testBox:hover .greenCheckBox{visibility:hidden}.checkmark{display:inline-block;width:22px;height:22px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:15px;top:-6px}.checkmark_stem{position:absolute;width:3px;height:8px;background-color:#148d00;left:11px;top:13px}.checkmark_kick{position:absolute;width:4px;height:3px;background-color:#148d00;left:8px;top:20px}tr.selected .checkmark_stem,tr.selected .checkmark_kick{background-color:#fff}.infoSpan{background-color:#148d00;color:#fff;padding:5px;width:260px;text-align:center}.mapThumbnail{width:150px;height:150px;margin-right:15px;vertical-align:top}.mapThumbnail .map-details{height:150px}.sectionMap{width:calc(100% - 168px);height:400px}.sectionMap .map-details{height:400px}.mapFull,.mapFull .map-details{width:100%;height:100%}.greenCheckbox{color:#148d00!important}.filtersDropdown .MuiFormControl-root{width:20%;margin-right:30px;max-width:20%}.dispatching-tab-wrap.fitness-poles-tab-wrap .dispatching-tab .tab-item{width:auto;margin-bottom:0}.planningViewContainer.fitnessPoles{margin-top:-150px!important;padding:0 30px 30px!important}.headerLogo.mdarHeaderLogo{position:fixed;left:40px;top:-8px;z-index:999999;animation-name:slide-in-header;animation-duration:3s;animation-fill-mode:both;animation-delay:-.5s;height:90px}@media only screen and (min-width:1440px){.headerLogo.mdarHeaderLogo{height:100px}}div .headerWrapper.mdarHeader{height:60px;animation-name:slide-in-header;animation-duration:3s;animation-fill-mode:both;animation-delay:-.5s;background:transparent linear-gradient(90deg,#41939f,#4194a0 46%,#29629c) 0% 0% no-repeat padding-box;box-shadow:0 3px 6px #00000029;position:fixed;z-index:99999}@media only screen and (min-width:1280px){div .headerWrapper.mdarHeader{height:60px}}@media only screen and (min-width:1440px){div .headerWrapper.mdarHeader{height:80px}}div .headerWrapper.mdarHeader>div{height:100%;max-width:100%;padding:0 40px}div .headerWrapper.mdarHeader .navbar{display:flex;align-items:center;justify-content:space-between;height:100%}div .headerWrapper.mdarHeader .navbar .leftNav{position:relative;display:flex;align-items:center;padding-left:122px}@media only screen and (min-width:1440px){div .headerWrapper.mdarHeader .navbar .leftNav{padding-left:150px}}div .headerWrapper.mdarHeader .navbar .leftNav .headerText{font-weight:600;font-size:16px;line-height:22px;color:#fff;margin:0}@media only screen and (min-width:1280px){div .headerWrapper.mdarHeader .navbar .leftNav .headerText{font-size:18px;line-height:24px}}@media only screen and (min-width:1366px){div .headerWrapper.mdarHeader .navbar .leftNav .headerText{font-size:20px;line-height:26px}}@media only screen and (min-width:1440px){div .headerWrapper.mdarHeader .navbar .leftNav .headerText{font-size:22px;line-height:28px}}@media only screen and (min-width:1920px){div .headerWrapper.mdarHeader .navbar .leftNav .headerText{font-size:24px;line-height:29px}}div .headerWrapper.mdarHeader .navbar .rightNav{display:flex;align-items:center}div .headerWrapper.mdarHeader .navbar .rightNav .headerTimer{font-weight:medium;font-size:14px;line-height:17px;color:#fff}div .headerWrapper.mdarHeader .navbar .rightNav .profileRow{display:flex;align-items:center;justify-content:flex-end}div .headerWrapper.mdarHeader .navbar .rightNav .box{border-radius:9px;background:#fff3;padding:3px 15px;margin-left:12px;margin-top:-3px}@media only screen and (min-width:1920px){div .headerWrapper.mdarHeader .navbar .rightNav .box{padding:7px 15px;margin-top:0}}div .headerWrapper.mdarHeader .navbar .rightNav .weather-details .temprature{display:flex;align-items:center}div .headerWrapper.mdarHeader .navbar .rightNav .weather-details .temprature p{font-size:23px;font-weight:700;padding-left:8px}div .headerWrapper.mdarHeader .navbar .rightNav .weather-details .temprature p span{font-size:15px;padding-top:7px;padding-left:2px}div .headerWrapper.mdarHeader .navbar .rightNav .weather-details .date{font-size:14px;padding-top:5px;text-align:center}div .headerWrapper.mdarHeader .navbar .rightNav .profileImage{padding:0;margin:0 12px 0 15px}div .headerWrapper.mdarHeader .navbar .rightNav .userName{display:flex;margin:0}div .headerWrapper.mdarHeader .navbar .rightNav .userName .user-details-wrapper{font-size:12px;line-height:18px;text-align:right}@media only screen and (min-width:1440px){div .headerWrapper.mdarHeader .navbar .rightNav .userName .user-details-wrapper{font-size:14px;line-height:20px}}@media only screen and (min-width:1920px){div .headerWrapper.mdarHeader .navbar .rightNav .userName .user-details-wrapper{font-size:16px;line-height:24px}}div .headerWrapper.mdarHeader .navbar .rightNav .userName img{margin-left:12px}@keyframes slide-in-header{0%{transform:translateY(-80px);opacity:0}to{transform:translate(0);opacity:1}}div.menu-wrapper.MuiPaper-elevation.mdarMenuWrapper{background-color:transparent;box-shadow:none;left:-5px;top:5px;position:relative}div.menu-wrapper.MuiPaper-elevation.mdarMenuWrapper ul{padding:9px 7px}div.menu-wrapper.MuiPaper-elevation.mdarMenuWrapper ul:before{content:"";display:block;position:absolute;top:9px;right:22px;width:10px;height:10px;background-color:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);z-index:1;border-top:1px solid #0073BA;border-left:1px solid #0073BA}div.menu-wrapper.MuiPaper-elevation.mdarMenuWrapper ul li{color:#0073ba;font-weight:700;background-color:#fff!important;box-shadow:0 3px 6px #0000001a;border-radius:5px;border:1px solid}.MuiPopperUnstyled-root{z-index:99}.login-page-image{width:100%;height:100%;filter:blur(3px)}.company-logo{width:100%;height:100%}.temporarily-disabled{padding:10px;display:flex;align-items:center;justify-content:flex-start;height:40px;width:100%;font-size:14px;border-radius:4px}.temporarily-disabled.light-mode{background-color:#f0f0f0;color:#000}.temporarily-disabled.dark-mode{background-color:#000;color:#fff}.temporarily-disabled .exclamation-mark{color:red;font-size:18px;margin-right:10px;font-weight:700}.powerStatus{margin-right:8px;height:10px;width:10px;border-radius:50%;display:inline-block}.keyCriticalTable{text-align:center;border:none;font-weight:700;width:100%}.keyCriticalTable tbody>tr>td{color:#0371b4;padding:0;font-size:12px;border:none;text-decoration:none}.darkTheme .keyCriticalTable tbody>tr>td{color:#fff}.backButton{margin:32px 0 12px 36px!important;color:#000!important;cursor:pointer;text-transform:none!important;font-size:18px!important}.backButton.darkTheme{color:#fff!important}.br-10{border-radius:10px}.tableHeader{text-transform:none;font-size:13px!important;background-color:#d8f0ff;color:#43424b;padding-left:12px!important}.cardHeader{background-color:#2b5773!important;font-size:15px!important;color:#fff;padding:10px!important}.cardContent{display:flex;padding:4px!important;height:100%}.cardContent.darkTheme{background-color:#415070}.cardContent div{margin-top:auto;margin-bottom:auto;word-break:break-word}.powerOn{background-color:green;color:green!important}.powerOn.darkTheme{background-color:#26ff26;color:#26ff26!important}.powerOff{background-color:red;color:red!important}.powerOff.darkTheme{background-color:#ff2d2d;color:#ff2d2d!important}.powerQuality{background-color:#f72;color:#f72!important}.disconnected{background-color:#f9b701;color:#f9b701!important}.plannedWork{background-color:#00008b;color:#00008b!important}.plannedWork.darkTheme{background-color:#519fff;color:#519fff!important}.otherWork{background-color:gray;color:gray!important}.bgTransparent{background-color:transparent}.iconCenter{margin:auto 12px auto 6px!important}.tableGrid{box-shadow:#0000003d 0 3px 8px;overflow:auto;border-radius:10px}.tableGrid::-webkit-scrollbar{width:7px;height:7px}.tableGrid:hover::-webkit-scrollbar{width:12px;height:12px}.outageInputBox{width:140px;border-radius:10px;padding:7px}.outageDetailsCardGrid{margin-left:0;padding:0 24px 24px 48px!important}.currentOutageIdLabel{color:#0371b4;font-weight:700;margin-top:"8px"}.meterTable>tr>td{padding:6px 8px!important;font-weight:400!important}.outageDetailsCard{height:100%!important;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px!important}.textDecorationNone{text-decoration:none!important}.pl-24{padding-left:24px}.overlay-wrapper{position:relative;padding:0!important}.overlay-wrapper .overlaySection{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0073bae6;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;font-weight:700}.overlay-wrapper .overlaySection h4{margin-bottom:50%;margin-top:35%;color:#fff}.overlay-wrapper{padding-left:24px}.card-bg{background-color:#e6e6e6}.card-bg.darkTheme{background-color:#000!important}.mainContainer{margin-left:0!important;padding:0 24px 24px 12px!important}.currentOutageCard{color:#0371b4;font-weight:700;margin-top:8px}.currentOutageCard.darkTheme{color:#519fff}.cause{font-size:14px;margin-top:8px;font-weight:500}.ert{margin:8px 0;font-size:13px}.elapsed{color:#c30000;margin-top:16px;font-size:13px}.beginTime{margin:8px 0;font-size:13px}.colorBlue{color:#0371b4!important}.colorBlue.darkTheme{color:#519fff!important}.map-fullscreen-popup{right:3%;position:absolute;top:17%;width:35px;height:35px;cursor:pointer}.height-100{height:100%}.fontSize-14{font-size:14px;margin:0}.cardWrapper{padding-left:16px!important;padding-top:16px!important}.assignButton{padding:4px 10px!important;text-transform:none!important;border-radius:13px!important;min-width:80px!important;border:none!important}.paddingLeft-16{padding-left:16px!important}.p-lr-24{padding:0 24px 0 0!important}.marginleft-17{margin-left:17px!important}.smsButton{text-transform:none!important;border-radius:16px!important;width:200px;padding:24px!important;margin-right:36px!important}.circulerCountDownWrapper{margin-left:60px!important;display:flex}.timeElapsedClock{min-width:400px;height:55px;display:flex;margin:8px 0;border-bottom-left-radius:12px!important;border-top-left-radius:12px!important}.timeElapsedClock img{background-color:#0073ba;cursor:pointer;border-bottom-left-radius:12px!important;border-top-left-radius:12px!important}.timeElapsedClock p{margin:0!important;font-size:14px}.timeElapsedClock .timeElapsedWrapper{margin:auto 20px}.timeElapsedClock .timeElapsedWrapper .name{font-size:11px!important;text-align:right}.timeElapsedClock .timeElapsedWrapper .value{color:#3b8803;text-align:right;font-weight:700}.timeElapsedClock .timeSavedFeedback{margin-top:auto;margin-bottom:auto}.timeElapsedClock .timeSavedFeedback .name,.timeElapsedClock .timeSavedFeedback .value{color:#3b8803;font-size:12px}.timeElapsedClock .timeMissedFeedback{margin-top:auto;margin-bottom:auto}.timeElapsedClock .timeMissedFeedback .name,.timeElapsedClock .timeMissedFeedback .value{color:#e81b1b;font-size:12px}.resourceSpan{margin-right:12px;padding:6px 18px;background-color:#f4f4f4;border-radius:15px;color:#2b5773;vertical-align:middle;cursor:pointer}.resourceSpan.darkTheme{background-color:#263346e6;color:#fff}.resourceCard{padding:5px 12px 6px 4px;margin-right:8px}.resourceCard button{padding-top:4px}.resourceCirculerCountDownWrapper{display:flex;justify-content:center;align-items:center;visibility:hidden}.timeWrapper{display:flex}.arcosBg{background-color:#e7f0ff}.m-auto{margin:auto!important}.height-40vh{height:40vh!important}.resourceAccordion{margin:0!important}.resourceAccordion .accordionSummery{min-height:auto!important;margin:0!important;padding:0!important;background-color:#676767!important}.resourceAccordion .accordionSummery div{background-color:#676767;min-height:auto!important;color:#fff!important;margin:0!important}.resourceAccordion .accordionSummery div h6{padding:10px 24px}.resourceAccordion .accordionSummery .MuiAccordionSummary-expandIconWrapper{position:relative;right:24px}.outageSearchDrawer.MuiDrawer-docked{position:relative}.outageSearchDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:50px;background-color:#e6e6e6}@media only screen and (min-width:3840px){.outageSearchDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:100px}}.outageSearchDrawer.MuiDrawer-docked .outageDrawerHeader{padding:50px 0 20px}.darkTheme .outageSearchDrawer.MuiDrawer-docked>div>div{background-color:#000}.outageDetailCard.MuiPaper-root.MuiCard-root.darkTheme{background-color:#263346}.outageDrawerButton.MuiButtonBase-root.MuiButton-root.MuiButton-outlined{color:#6d7177;background-color:#fff;border-radius:10px;border:none;text-transform:none}.outageDrawerButton.MuiButtonBase-root.MuiButton-root.MuiButton-outlined:hover{background-color:#e7f0ff}.outageDrawerButton.MuiButtonBase-root.MuiButton-root.MuiButton-outlined.activeButton{color:#fff;background-color:#0e98fa}.outageDrawerButton.MuiButtonBase-root.MuiButton-root.MuiButton-outlined.darkTheme{background-color:#273346;color:#fff}.outageTooltip.MuiTooltip-popper .MuiTooltip-tooltip p,.outageTooltip.MuiTooltip-popper.darkTheme .MuiTooltip-arrow{color:#000}.outageTooltip.MuiTooltip-popper.darkTheme .MuiTooltip-arrow:before{background-color:#000;box-shadow:0 3px 6px #273346}.outageTooltip.MuiTooltip-popper.darkTheme .MuiTooltip-tooltip{background-color:#000;color:#fff;box-shadow:0 3px 6px #273346}.outageTooltip.MuiTooltip-popper.darkTheme .MuiTooltip-tooltip p{color:#fff}.mapFilterDrawer .MuiPaper-root.MuiDrawer-paper{position:absolute;border-right:0;overflow-y:visible}.mapFilterDrawer .MuiPaper-root.MuiDrawer-paper .MuiGrid-root::-webkit-scrollbar{width:7px;height:7px}.mapFilterDrawer .MuiPaper-root.MuiDrawer-paper .MuiGrid-root:hover::-webkit-scrollbar{width:12px;height:12px}.mapLegend{width:100%;box-shadow:0 0 6px #00000029;border-radius:12px;padding:10px 10px 0;margin-bottom:24px}.mapLegend.darkTheme{background-color:#263346e6;color:#fff}.powerQualityAlert.MuiAlert-root{align-items:center;padding:0;margin-right:-10px;border:0}.powerQualityAlert.MuiAlert-root .MuiAlert-icon{margin-right:6px;padding:0}.powerQualityAlert.MuiAlert-root svg{fill:#f72!important}.callComment{border-top-right-radius:20px;border-bottom-left-radius:20px;padding:10px;margin:10px 0}.light{background-color:#ddd}.darker{background-color:#263346}.meterSearchFieldLight>div :hover{border-bottom:1px solid #000000}.meterSearchFieldDark>div :hover{border-bottom:1px solid #ffffff}.tableHead{font-size:11.2px;font-weight:700;line-height:12px;white-space:break-spaces;background:#0067a2;border:"1px solid rgba(0;0;0;.4)"}.tinyTableActiveOutage{padding:12px!important;background-color:#fff!important;border-bottom:none;border-radius:15px;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.tinyTableActiveOutage tbody>tr>td{border-right:1px solid gray;border-bottom:none;padding:4px;font-size:13px;text-decoration:none;font-weight:400}.tinyTableActiveOutage :last-child{border:none!important}.tinyTableActiveOutage :nth-child(2)>td{border-right:1px solid gray;padding:4px;color:#e85f43!important;font-weight:700!important;border-bottom:none}.backButtonActive{margin:35px 0 0 35px!important;color:#000!important;cursor:pointer;text-transform:none!important;font-size:18px!important}.mainHeadingGrid{background-color:#0371b4;margin:30px!important}.mainHeadingGrid.darkTheme{background-color:#262730}.mainHeading{padding:12px!important;color:#fff}.mainTableContainer{margin:24px!important;overflow:auto!important}.mainTableContainer::-webkit-scrollbar{width:7px;height:7px}.mainTableContainer:hover::-webkit-scrollbar{width:12px;height:12px}.tableGrid{z-index:0;padding-bottom:0}.tTable{padding:0 24px!important}.tableRow.MuiTableRow-root{padding-left:24px;background-color:#fff}.darkTheme .tableRow.MuiTableRow-root{background-color:#263346}.tableRow.MuiTableRow-root tr{padding-left:12px}.tableRow.MuiTableRow-root tr a{display:flex;color:#0371b4;align-items:center}.darkTheme .tableRow.MuiTableRow-root tr a{color:#009eff}.activeOutagetableHeader{padding:8px 16px;color:#fff!important;background-color:#0067a2}.darkTheme .activeOutagetableHeader{background-color:#262730}.mb-24{margin-bottom:24px!important}.width10{width:10%}.react-datepicker-wrapper input[type=text]{margin:0 5px;padding:12px;border-radius:5px;width:150px}.darkTheme .react-datepicker-wrapper input[type=text][disabled]{color:#fff}@media only screen and (min-width:1440px){.react-datepicker-wrapper input[type=text]{padding:14px 12px}}.react-datepicker-popper[data-placement^=bottom]{padding-top:3px!important}.react-datepicker-wrapper input[type=text]{border:1px solid rgba(0,0,0,.23)}.react-datepicker-wrapper input[type=text]:focus-visible{border:2px solid #2B5773}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{line-height:30px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{font-size:18px;line-height:22px}}@media only screen and (min-width:2560px){.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px}}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{height:160px!important}@media only screen and (min-width:2560px){.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{height:200px!important}}.react-datepicker__triangle{display:none}.react-datepicker__header{background-color:#009eff1a!important}.react-datepicker__header .react-datepicker-time__header{color:#2b5773;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.react-datepicker__header .react-datepicker-time__header{font-size:18px;line-height:22px}}.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root{background:#0073ba1a;border-radius:37px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:1.44px;padding:6px 14px 6px 10px;flex-direction:row-reverse;width:140px}.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root{background:#0073ba1a;border-radius:37px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";letter-spacing:1.44px;padding:7px 14px 7px 10px;flex-direction:row-reverse;width:140px}@media only screen and (min-width:1440px){.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root{width:160px}}@media only screen and (min-width:2560px){.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root{font-size:18px;line-height:22px}}.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root{margin-right:15px;margin-left:0}.planning-view-date-picker .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root .MuiButtonBase-root.MuiIconButton-root{padding:0}.welcomePanel{display:flex;justify-content:space-between;padding:0 35px;margin-top:60px;height:230px;background-image:url(/assets/dipatcherBackground-B5yYOPC1.png);background-size:cover;background-repeat:no-repeat}.welcomePanel>p{margin:0;color:#fff;font-size:27px;line-height:34px;padding:35px 0}@media only screen and (min-width:2560px){.welcomePanel{padding:0 35px;margin-top:80px}}@media only screen and (min-width:3840px){.welcomePanel{height:250px;padding:0 60px;margin-top:100px}.welcomePanel>p{font-size:34px;line-height:40px;font-weight:600;padding:60px 0}}.planningViewContainer{padding:0 30px 30px!important;margin-top:-5px!important;flex:1}@media only screen and (min-width:3840px){.planningViewContainer{margin-top:0!important}}.planningViewContainer .cardHeader{background-color:#2b5773;align-items:center;min-height:40px}@media only screen and (min-width:1920px){.planningViewContainer .cardHeader{min-height:45px}}@media only screen and (min-width:3840px){.planningViewContainer .cardHeader{min-height:60px}}.planningViewContainer .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:15px;line-height:18px;color:#fff;font-weight:600;width:100%}@media only screen and (min-width:3840px){.planningViewContainer .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:26px;line-height:32px}}.planningViewContainer .cardHeader .MuiCardHeader-action{align-self:center}.planningViewContainer .cardHeader .select{background-color:#f4f4f4e6;color:#000;border-radius:16px;padding:6px 16px;margin-right:11px;min-width:120px}.darkTheme.planningViewContainer .cardHeader .select{background-color:#263346e6;color:#fff}.planningViewContainer .cardHeader .select-disable{pointer-events:none;opacity:.5}.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton{border-radius:50px;background-color:#fff;color:#363636;font-size:12px;line-height:16px;letter-spacing:.52px;color:#2b5773;text-transform:capitalize;padding:2px 5px}.darkTheme.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton{background-color:#273346;color:#fff}@media only screen and (min-width:1920px){.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton{font-size:16px;line-height:20px}}@media only screen and (min-width:3840px){.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton{padding:7px 8px;font-size:26px;line-height:32px}}.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton img{width:25px;height:25px}@media only screen and (min-width:1920px){.planningViewContainer .cardHeader .MuiButtonBase-root.MuiButton-root.vehicleButton img{width:30px;height:30px}}.planningViewContainer .planning-right-grid{display:flex;flex-direction:column;gap:30}.planningViewContainer .planning-right-grid>.MuiCard-root.work-scheduling-card{flex:1;display:flex;flex-direction:column}.planningViewContainer .planning-right-grid>.MuiCard-root.work-scheduling-card .MuiCardContent-root{flex:1;display:flex;flex-direction:column}.darkTheme.planningViewContainer .planning-right-grid>.MuiCard-root.work-scheduling-card .MuiCardContent-root{background:#000}.planningViewContainer .planning-right-grid>.MuiCard-root.work-scheduling-card.hideCardContent{flex:none}.planningViewContainer .planning-right-grid>.MuiCard-root.work-scheduling-card.hideCardContent .MuiCardContent-root{flex:none}.planningViewContainer.planningViewContainerNew .cardHeader{background-color:#4f758e!important}.darkTheme.planningViewContainer.planningViewContainerNew .cardHeader{background-color:#2b5773!important}.darkTheme.planningViewContainer.planningViewContainerNew .cardHeader .MuiCardHeader-content .MuiTypography-root,.planningViewContainer.planningViewContainerNew .cardHeader .MuiCardHeader-content .MuiTypography-root{color:#fff}.keyCriticalTableDispatcher{text-align:center;border:none;font-weight:700;width:100%}.darkTheme .keyCriticalTableDispatcher tbody>tr.first-row>td{color:#519fff}@media only screen and (min-width:3840px){.keyCriticalTableDispatcher tbody>tr.first-row>td{font-size:16px;line-height:20px}}.keyCriticalTableDispatcher tbody>tr>td{font-size:12px;border:none;text-decoration:none}.darkTheme .keyCriticalTableDispatcher tbody>tr>td{color:#fff}@media only screen and (min-width:3840px){.keyCriticalTableDispatcher tbody>tr>td{font-size:20px;line-height:24px}}.tinyTable{padding:5px!important;border-bottom:none;border-radius:15px;box-shadow:0 0 6px #00000026}.tinyTable.darkTheme{background-color:#273346;color:#fff}.tinyTable tbody>tr>td{border-right:1px solid gray;border-bottom:none;padding:4px 12px;font-size:13px;text-decoration:none;font-weight:400}@media only screen and (min-width:3840px){.tinyTable tbody>tr>td{font-size:20px;line-height:24px}}.tinyTable :last-child{border:none}.tinyTable tr:nth-child(2)>td{color:#e85f43;font-weight:700;padding:4px 12px}@media only screen and (min-width:3840px){.tinyTable tr:nth-child(2)>td{font-size:30px;line-height:37px}}.colorRed{color:#e85f43!important}.resourceAvailable{cursor:pointer;color:#439804;font-weight:700;margin-top:8px;font-size:20px}.resourceUnavailable{cursor:pointer;color:#d10a8c;font-weight:700;font-size:20px;margin-left:24px}*::-webkit-scrollbar{width:8px;height:10px}.MuiCard-root .card-wrapper{padding:0;padding-bottom:0!important;position:relative}.crew-status{background:#fff;box-shadow:0 0 6px #00000029;border-radius:12px;padding:10px 10px 0;left:10px;bottom:20px;position:absolute}.crew-status.dispatcher-view{top:60px;bottom:auto}.crew-status.darkTheme{background:#263346}.crew-status .status-wrapper{display:flex;align-items:center;padding-bottom:15px}.crew-status .status-wrapper h3{font-size:16px;line-height:20px;color:#2b5773;margin:0;padding:0 10px;font-weight:400}@media only screen and (min-width:3840px){.crew-status .status-wrapper h3{font-size:20px;line-height:24px}}.crew-status .status-wrapper p{font-size:16px;line-height:20px;color:#000;margin:0 0 0 auto;font-weight:600}@media only screen and (min-width:3840px){.crew-status .status-wrapper p{font-size:20px;line-height:24px}}.dispatcherSelect{background-color:#0073ba1a;margin:0 10px 10px 0;color:#000;border-radius:50px!important;padding:6px 6px 6px 14px;min-width:80px}.dispatcherSelect.darkTheme{background-color:#ffffff1a;color:#fff}@media only screen and (min-width:2560px){.dispatcherSelect{margin-bottom:0}}.planningViewContent.MuiCardContent-root{padding:4px 16px 16px}.darkTheme.planningViewContent.MuiCardContent-root{background:#000}.planningViewCard.MuiCard-root{border-radius:8px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;display:flex;flex-direction:column}.darkTheme.planningViewCard.MuiCard-root{background:#263346;background-image:none}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root .cardHeader{font-size:26px;line-height:32px;letter-spacing:.52px}}.planningViewCard.MuiCard-root .cardContent{cursor:pointer;display:flex;padding:4px}.darkTheme.planningViewCard.MuiCard-root .cardContent{background-color:#40526f}.planningViewCard.MuiCard-root .cardContent p{margin-bottom:5px;font-size:14px;line-height:20px;text-transform:capitalize}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root .cardContent p{font-size:22px;line-height:26px;letter-spacing:.4px}}.planningViewCard.MuiCard-root .cardContent.greenCard{background-color:#017377}.planningViewCard.MuiCard-root .cardContent.greenCard p{color:#fff}.darkTheme.planningViewCard.MuiCard-root .cardContent.greenCard{background-color:#151515}.darkTheme.planningViewCard.MuiCard-root .cardContent.greenCard .count-box{background:#273337}.planningViewCard.MuiCard-root .cardContent img{margin:auto 0;width:35px;height:35px}@media only screen and (min-width:1920px){.planningViewCard.MuiCard-root .cardContent img{width:45px;height:45px}}.planningViewCard.MuiCard-root .cardContent .count-box{display:flex;align-items:center;justify-content:space-between;text-align:center;background:#fff;border-radius:4px;padding:2px 10px;min-height:22px;word-break:keep-all}.darkTheme.planningViewCard.MuiCard-root .cardContent .count-box{background:transparent}@media only screen and (min-width:1920px){.planningViewCard.MuiCard-root .cardContent .count-box{min-height:28px}}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root .cardContent .count-box{min-height:37px}}.planningViewCard.MuiCard-root .cardContent .count-box h6{font-weight:600;font-size:18px;line-height:22px;letter-spacing:.46px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#439804;cursor:pointer;text-align:center}.darkTheme.planningViewCard.MuiCard-root .cardContent .count-box h6{color:#6dff00}.planningViewCard.MuiCard-root .cardContent .count-box h6:not(:first-child){margin-left:15px}.planningViewCard.MuiCard-root .cardContent .count-box h6.resourceUnavailable{color:#d10a8c}.darkTheme.planningViewCard.MuiCard-root .cardContent .count-box h6.resourceUnavailable{color:#ff00e2}@media only screen and (min-width:1920px){.planningViewCard.MuiCard-root .cardContent .count-box h6{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root .cardContent .count-box h6{font-size:30px;line-height:37px}}.planningViewCard.MuiCard-root.secondaryViewContent{margin-bottom:20px;min-height:280px}.planningViewCard.MuiCard-root.secondaryViewContent:first-child{margin-top:10px}.planningViewCard.MuiCard-root.secondaryViewContent:last-child{margin-bottom:0}@media only screen and (min-width:2560px){.planningViewCard.MuiCard-root.secondaryViewContent{margin-bottom:60px;min-height:286px}.planningViewCard.MuiCard-root.secondaryViewContent:first-child{margin-top:26px}}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root.secondaryViewContent{min-height:326px}}.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader{min-height:20px}.darkTheme.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader{background:#262730!important}@media only screen and (min-width:1920px){.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader{min-height:25px}}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader{min-height:45px}}.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:15px;line-height:18px;letter-spacing:.34px}@media only screen and (min-width:3840px){.planningViewCard.MuiCard-root.secondaryViewContent .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:22px;line-height:27px;letter-spacing:.44px}}.darkTheme.planningViewCard.MuiCard-root.secondaryViewContent .planningViewContent.MuiCardContent-root{background:#263346}.planningViewCard.MuiCard-root.secondaryViewContent .vehicle-table-wrapper{overflow:auto;flex:1;padding:16px;display:flex;flex-direction:column}.planningViewCard.MuiCard-root.secondaryViewContent .vehicle-table-wrapper::-webkit-scrollbar{width:7px;height:7px}.planningViewCard.MuiCard-root.secondaryViewContent .vehicle-table-wrapper:hover::-webkit-scrollbar{width:12px;height:12px}.planningViewCard.MuiCard-root.crewCard{min-height:60px}.planningViewCard.MuiCard-root.crewCard .cardContent{min-height:50px}.planningViewCard.MuiCard-root.secondaryViewContent.planningViewCardNew{min-height:150px}.darkTheme.planningViewCard.MuiCard-root.secondaryViewContent.planningViewCardNew .cardHeader{background:#2b5773!important}.resourceCardSkeleton{cursor:pointer;display:flex;padding:4px!important}.width-65{width:65%}.greenLegend{margin-right:8px!important;height:13px;width:13px;display:inline-block;background-color:#439804}@media only screen and (min-width:3840px){.greenLegend{height:15px;width:15px}}.redLegend{margin:0 8PX 0 12PX;height:13px;width:13px;display:inline-block;background-color:#d10a8c}@media only screen and (min-width:3840px){.redLegend{height:15px;width:15px}}.boxShadowNone{box-shadow:none!important}.fontSize12{font-size:12px;line-height:16px;color:#000}.darkTheme .fontSize12{color:#fff}@media only screen and (min-width:3840px){.fontSize12{font-size:14px;line-height:18px;letter-spacing:.28px}}.CurrentOutagetable{margin-bottom:16px;width:100%}.CurrentOutagetable::-webkit-scrollbar{width:7px;height:7px}.CurrentOutagetable:hover::-webkit-scrollbar{width:12px;height:12px}.CurrentOutagetable table{width:100%;margin-bottom:24px}.CurrentOutagetable table thead>tr>td.MuiTableCell-root{background-color:#d8f0ff;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:13px;line-height:17px;color:#43424b;padding:6px 0 6px 16px!important}.darkTheme.CurrentOutagetable table thead>tr>td.MuiTableCell-root{color:#fff;background-color:#262730}@media only screen and (min-width:3840px){.CurrentOutagetable table thead>tr>td.MuiTableCell-root{font-size:24px;line-height:50px}}.CurrentOutagetable table tbody>tr>td.MuiTableCell-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-weight:400;padding:6px 0 6px 16px}.darkTheme.CurrentOutagetable table tbody>tr>td.MuiTableCell-root{background-color:#263346;color:#fff!important}@media only screen and (min-width:3840px){.CurrentOutagetable table tbody>tr>td.MuiTableCell-root{font-size:24px;line-height:29px;padding:10px 0 10px 16px}}.CurrentOutagetable table tbody>tr>td.MuiTableCell-root :first-child{color:#0371b4;text-decoration-color:#0371b4;cursor:pointer}.darkTheme.CurrentOutagetable table tbody>tr>td.MuiTableCell-root :first-child{color:#009eff;text-decoration-color:#009eff}.CurrentOutagetable table tbody>tr>td.MuiTableCell-root :first-child span{border:1px solid #0371B4!important}.CurrentOutagetable table td.outagenumber-column,.CurrentOutagetable table th.outagenumber-column{min-width:130px;max-width:130px}.CurrentOutagetable table td.cust-name-column,.CurrentOutagetable table td.address-column,.CurrentOutagetable table td.eagle-name-column,.CurrentOutagetable table td.power-rest-column,.CurrentOutagetable table td.power-fail-column,.CurrentOutagetable table td.on-air-time-column,.CurrentOutagetable table th.cust-name-column,.CurrentOutagetable table th.address-column,.CurrentOutagetable table th.eagle-name-column,.CurrentOutagetable table th.power-rest-column,.CurrentOutagetable table th.power-fail-column,.CurrentOutagetable table th.on-air-time-column{min-width:180px;max-width:180px}.CurrentOutagetable table td.sp-id-column,.CurrentOutagetable table td.meter-id-column,.CurrentOutagetable table td.crew-id-column,.CurrentOutagetable table th.sp-id-column,.CurrentOutagetable table th.meter-id-column,.CurrentOutagetable table th.crew-id-column{min-width:110px;max-width:110px}.CurrentOutagetable table td.impacted-column,.CurrentOutagetable table td.weight-column,.CurrentOutagetable table td.begin-time-column,.CurrentOutagetable table th.impacted-column,.CurrentOutagetable table th.weight-column,.CurrentOutagetable table th.begin-time-column{min-width:100px;max-width:100px}.CurrentOutagetable table td.phase-column,.CurrentOutagetable table th.phase-column{min-width:80px;max-width:80px}.CurrentOutagetable table td.is911call-column,.CurrentOutagetable table th.is911call-column{min-width:20px;max-width:20px}.CurrentOutagetable table td.status-column,.CurrentOutagetable table th.status-column{min-width:120px;max-width:120px}.CurrentOutagetable.WorkSchedulingTable{min-height:400px}.outageSearch>div{height:28px;background-color:#fff!important;margin-right:8px;padding-left:0!important;color:#000}.outageSearch>div input{padding-left:0!important;padding-right:0!important}.outageSearch>div input::-webkit-outer-spin-button,.outageSearch>div input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.outageSearch>div input[type=number]{-moz-appearance:textfield}.buttonGroup{width:100%;margin-bottom:12px}.buttonGroup .resourceTrackerButton{border:none!important;text-transform:none;width:100%}.buttonGroup .liveBoardButton{width:100%;text-transform:none;margin-left:8px}.activeButton{background-color:#0073ba!important;color:#fff!important}.inActiveButton{background-color:#d8f0ff!important;color:#000!important}.noDataCard{box-shadow:none!important;padding-top:0}.noDataCard span{font-size:16px;line-height:20px;font-weight:700}@media only screen and (min-width:3840px){.noDataCard span{font-size:18px;line-height:22px}}.noDataCard>img{width:100%;margin:auto}@media only screen and (min-width:2560px){.noDataCard>img{width:auto}}.workShedulingView{padding-bottom:0!important}.workShedulingView .container{width:calc(100% + 32px);box-shadow:0 0 6px #00000026;padding:16px;margin:-10px 0 16px -16px}.darkTheme.workShedulingView .container{background-color:#262730}.workShedulingView .container .activeOutageWrapper{display:flex;align-items:center;padding:0}.workShedulingView .container .activeOutageWrapper>div{margin-left:10px}.workShedulingView .container .activeOutageWrapper>div .activeOutages{text-decoration:underline;font-size:13px;line-height:17px;cursor:pointer;color:#0371b4}.darkTheme.workShedulingView .container .activeOutageWrapper>div .activeOutages{color:#fff}@media only screen and (min-width:3840px){.workShedulingView .container .activeOutageWrapper>div .activeOutages{font-size:20px;line-height:24px}}.workShedulingView .container .activeOutageWrapper>div>p>span{text-decoration:underline;cursor:pointer;color:#0371b4;font-weight:700;margin-top:16px;font-size:22px}.darkTheme.workShedulingView .container .activeOutageWrapper>div>p>span{color:#519fff}@media only screen and (min-width:3840px){.workShedulingView .container .activeOutageWrapper>div>p>span{font-size:24px;line-height:29px}}.workShedulingView .container .activeOutageWrapper .customerAffectedWrapper{margin-left:17px}.workShedulingView .container .activeOutageWrapper .customerAffectedWrapper p{font-size:13px;margin-left:12px}@media only screen and (min-width:3840px){.workShedulingView .container .activeOutageWrapper .customerAffectedWrapper p{font-size:16px;line-height:20px}}.workShedulingView .container .tinyTableWrapper{display:flex;justify-content:flex-end;padding:0}.workShedulingView .outageTableWrapper{overflow:hidden;border-radius:10px 10px 0 0;padding:0;flex:1;margin-bottom:15px}.workShedulingView .icon-img{width:35px;height:35px}@media only screen and (min-width:1440px){.workShedulingView .icon-img{width:45px;height:45px}}.workSheculeLoading{margin-left:17px;width:50%}.outageLink{padding-left:12px!important;color:#0371b4!important}.border-none{border:none}.borderRadius-10{border-radius:10px}.paddingTop-8{padding-top:8px}.expand-map{position:absolute;right:10px;top:10px}.dispatcher-home-dialog .homeContentWrapper{margin-top:8px}.dispatching-tab-wrap{padding:4px 0}.dispatching-tab-wrap .MuiTabs-flexContainer{justify-content:flex-start;flex-wrap:wrap;width:100%}.dispatching-tab-wrap .dispatching-tab{background-color:#fff;box-shadow:none;border-bottom:0;min-height:1px;width:100%}.darkTheme.dispatching-tab-wrap .dispatching-tab{background-color:transparent}.dispatching-tab-wrap .dispatching-tab .tab-item{width:calc(50% - 5px);font-weight:500;font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;text-transform:capitalize;border-bottom:0;padding:4px 7px;border-radius:5px 5px 0 0;min-height:1px;background-color:#b1e2ff;margin-right:5px;margin-bottom:5px;min-width:auto;max-width:auto}.darkTheme.dispatching-tab-wrap .dispatching-tab .tab-item{background-color:#fff3;color:#fff}.dispatching-tab-wrap .dispatching-tab .tab-item:last-child{margin-right:0}.dispatching-tab-wrap .dispatching-tab .tab-item.Mui-selected{background-color:#0273ba;color:#fff;font-weight:600}@media only screen and (min-width:1366px){.dispatching-tab-wrap .dispatching-tab .tab-item{font-size:14px;line-height:18px;padding:4px 12px}}@media only screen and (min-width:1440px){.dispatching-tab-wrap .dispatching-tab .tab-item{font-size:16px;line-height:20px}}@media only screen and (min-width:1920px){.dispatching-tab-wrap .dispatching-tab .tab-item{width:calc(33.3333333333% - 5px)}}@media only screen and (min-width:3840px){.dispatching-tab-wrap .dispatching-tab .tab-item{font-size:22px;line-height:26px;padding:4px 16px;flex:1;width:auto}}.darkTheme.dispatching-tab-wrap.dispatching-tab-wrap-new .dispatching-tab .tab-item{background-color:#fff;color:#0273ba}.darkTheme.dispatching-tab-wrap.dispatching-tab-wrap-new .dispatching-tab .tab-item.Mui-selected{background-color:#0273ba;color:#fff}.dispatching-tab-wrap.dispatching-tab-wrap-new .dispatching-tab.right-dispatching-tab .tab-item.Mui-selected{background-color:#b1e2ff;color:#2b5773;font-weight:500}.darkTheme.dispatching-tab-wrap.dispatching-tab-wrap-new .dispatching-tab.right-dispatching-tab .tab-item.Mui-selected{background-color:#fff;color:#0273ba}.dispatching-tab-panel{padding:8px 14px 16px}@media only screen and (min-width:1366px){.dispatching-tab-panel{padding:8px 24px 16px}}.outageSearchCollapse{cursor:pointer;border-radius:8px;margin-right:12px}.outageSearchCollapse .paper{min-width:140px;height:35px;display:flex;border-radius:8px;background-color:#fff!important}@media only screen and (min-width:3840px){.outageSearchCollapse .paper{height:40px}}.arrowCloseBlue{padding:12px 10px 10px 4px}.closeIcon{padding:10px 10px 10px 0}.margin-10{margin:10px}.restoredOutageSection{width:fit-content;display:flex;align-items:flex-end;flex-direction:column}.restoredOutageTooltipLabel{font-size:12px;line-height:16px;font-weight:600;padding-left:8px;color:#0273ba;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:3840px){.restoredOutageTooltipLabel{font-size:18px;line-height:22px}}.restoredOutageTooltip{display:block;max-height:300px;overflow:auto}.restoredOutageTooltip::-webkit-scrollbar{width:7px;height:7px}.restoredOutageTooltip:hover::-webkit-scrollbar{width:12px;height:12px}.restoredOutageTooltip button{text-transform:none;padding-left:24px;color:#fff!important;padding-right:24px;margin:0 18px 6px 12px;display:block;border:none;border-radius:10px;background-color:#08a1ff}.restoredOutageTooltip button:hover{color:#0073ba!important}.restoredIconGIF{cursor:pointer;height:50px;width:50px}@media only screen and (min-width:3840px){.restoredIconGIF{height:70px;width:70px}}.restoredOutageLabel{font-size:15px;line-height:18px;color:#fff;margin:0}@media only screen and (min-width:3840px){.restoredOutageLabel{font-size:20px;line-height:22px}}.restoredOutageWrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:15px 0;position:relative}@media only screen and (min-width:3840px){.restoredOutageWrapper{padding:30px 0}}.dispatcher-map-wrapper{flex:1}.dispatcher-map-wrapper.expand-map-content{display:flex}.dispatcher-map-wrapper.expand-map-content .dispatcher-map{flex:1;display:flex;flex-direction:column;height:auto}.dispatcher-map{height:62vh}@media only screen and (min-height:1200px){.dispatcher-map{height:42vh}}@media only screen and (min-width:3840px){.dispatcher-map{height:35vh}}.dispatcher-map.map-details>div{height:100%}.work-scheduling-card.MuiCard-root{margin-bottom:20px}.height-40vh{height:40vh}.back-button-wrapper{background:#f2f2f2;padding:10px}.back-button-wrapper .panel-back-button.MuiButton-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:14px;line-height:18px;color:#0273ba;font-weight:600;text-transform:capitalize;padding:3px}.back-button-wrapper .panel-back-button.MuiButton-root img{width:14px;height:14px}@media only screen and (min-width:1920px){.back-button-wrapper .panel-back-button.MuiButton-root{font-size:18px;line-height:24px}.back-button-wrapper .panel-back-button.MuiButton-root img{width:16px;height:16px}}@media only screen and (min-width:2560px){.back-button-wrapper .panel-back-button.MuiButton-root{font-size:22px;line-height:27px}.back-button-wrapper .panel-back-button.MuiButton-root img{width:18px;height:18px}}.planning-view-filter{display:flex;flex-direction:column}.planning-view-filter .right-legends{align-self:flex-end}@media only screen and (min-width:1920px){.planning-view-filter{flex-direction:row;justify-content:space-between;align-items:center}.planning-view-filter .right-legends{align-self:center}}.legendLabel span{padding-top:0;padding-bottom:0}.legendLabel .MuiFormControlLabel-label{width:100%}.changeThemeBlock{position:fixed;width:auto;height:47px;display:flex;align-items:center;justify-content:center;background-color:#fff3;padding:0 10px;border-radius:10px;right:20px;top:7px;z-index:10000}.changeThemeBlock label{color:#fff}@media only screen and (min-width:2560px){.changeThemeBlock{height:64px}}@media only screen and (min-width:3840px){.changeThemeBlock{height:84px}}.expanded-map-view.mapFilterDrawer .MuiPaper-root.MuiDrawer-paper{display:flex;flex:1;padding-bottom:100px}.dispatching-tab-panel>.MuiBox-root{height:100%}.dispatching-tab-panel>.MuiBox-root>div{height:100%;display:flex;flex-direction:column}.planningViewPaper.MuiPaper-root{padding:15px}.mapContentWrapperNew .contentWrapper{overflow-y:hidden}.alarmStatus{border-radius:12px;padding:4px 8px}.NEWStatus{background-color:#8c2021;color:#fff!important}.SNTStatus{background-color:#0ff}.INCStatus{background-color:#a020f0}.UASStatus{background-color:#ff0}.ONSStatus{background-color:#28c028;color:#fff!important}.SUSStatus{background-color:orange;color:#fff!important}.ENRStatus{background-color:#0f0;color:#fff!important}.RCVDStatus{background-color:#dcdcdc}.restoredOutageMenu div>ul{max-height:fit-content!important;padding:0}.restoredOutageMenu div>ul .header{background-color:#2b5773}.restoredOutageMenu div>ul .header>div>p{padding-left:20px;padding-right:20px}.restoredOutageMenu div>ul .virtuso{overflow-x:hidden!important;height:40vh!important}.crewPageWrap{height:calc(100vh - 104px)}@media only screen and (min-width:2560px){.crewPageWrap{height:calc(100vh - 130px)}}@media only screen and (min-width:3840px){.crewPageWrap{height:calc(100vh - 150px)}}.crewPageWrap .resource-wrapper{height:100%;display:flex;flex-direction:column}.crewPageWrap .positionRelative{flex:1;display:flex;flex-direction:column;overflow:auto}.crewPageWrap .deleteIconBage{position:relative;margin-right:5px;margin-bottom:5px}@media only screen and (min-width:2560px){.crewPageWrap .deleteIconBage{margin-right:10px;margin-bottom:10px}}.crewPageWrap .legends-wrapper{flex-wrap:wrap}.crewPageWrap .mainWrapperResource{display:flex;flex-direction:column;overflow-y:hidden;min-height:auto}.crewPageWrap .resource-tab-panel{display:flex;flex-direction:column;flex:1;height:100%}.crewPageWrap .resource-tab-panel>div{display:flex;flex-direction:column;overflow:auto;padding-bottom:60px}.crewPageWrap .resource-tab-panel>div>div{display:flex;flex-direction:column;flex:1;overflow:auto}.crewPageWrap .resource-tab-panel[hidden]{flex:0;height:0}.crewPageWrap .resource-tab-wrap{top:unset!important}.crewPageWrap .resourceTable.crewTable{max-height:auto;min-height:auto;overflow-y:auto}.crewPageWrap .resourceTable.crewTable .MuiButtonBase-root.MuiIconButton-root.table-header-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;width:20px;background-color:#0371b4;border-radius:0}.crewPageWrap .resourceTable.crewTable .MuiButtonBase-root.MuiIconButton-root.table-header-icon.left-arrow img{transform:rotate(180deg)}.crewPageWrap .resourceTable.crewTable .MuiButtonBase-root.MuiIconButton-root img.arrowBtn{width:15px;height:15px}.crewPageWrap .resourceTable.crewTable th.collapse-column{background-color:#0371b4;text-align:center!important;width:30px}.crewPageWrap .resourceTable.crewTable thead tr:first-child th{position:sticky;top:0;z-index:2}.crewPageWrap .resourceTable.crewTable thead tr:nth-child(2) th{position:sticky;top:36px;z-index:2}@media only screen and (min-width:1920px){.crewPageWrap .resourceTable.crewTable thead tr:nth-child(2) th{top:54px}}@media only screen and (min-width:2560px){.crewPageWrap .resourceTable.crewTable thead tr:nth-child(2) th{top:58px}}.crewPageWrap .tableRegionHeader h3{padding:13px 0}.MuiInputBase-root.MuiOutlinedInput-root.filter-select{background-color:transparent!important;padding:0;margin-right:5px;z-index:1}.MuiInputBase-root.MuiOutlinedInput-root.filter-select .MuiSelect-select{background-color:transparent!important;width:100%}.MuiInputBase-root.MuiOutlinedInput-root.filter-select .MuiSvgIcon-root.MuiSelect-icon{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cpath%20id='Icon_awesome-filter'%20data-name='Icon%20awesome-filter'%20d='M19.062,0H.939A.938.938,0,0,0,.276,1.6L7.5,8.826v8.049a.938.938,0,0,0,.4.768l3.125,2.187a.938.938,0,0,0,1.475-.768V8.826L19.724,1.6A.938.938,0,0,0,19.062,0Z'%20fill='%23dc792d'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;width:20px;height:20px;color:transparent;transform:none;left:0}.MuiInputBase-root.MuiOutlinedInput-root.filter-select fieldset{border:none}.table-filter-parent{margin-top:35px!important;right:20px}.table-filter-icon{position:relative;border-top:8px solid #E26B26!important;box-sizing:border-box;border-right:6px solid transparent;border-left:6px solid transparent;width:0px;height:0px;box-shadow:inset 0 4px #e26b26!important;padding:2px}.sort-parent{display:none!important}.header-resource-tracker-select{background-color:#fff;margin:0 10px 10px 0;border-radius:50px!important;padding:6px 6px 6px 14px;min-width:80px}.header-resource-tracker-select.loc-select .MuiInputBase-input.MuiOutlinedInput-input{color:#36556f}.header-resource-tracker-select .MuiInputBase-input.MuiOutlinedInput-input{color:#0371b4;font-weight:600;display:flex;align-items:center;padding-top:2px}.header-resource-tracker-select.darkTheme{background-color:#ffffff1a}.header-resource-tracker-select.darkTheme .MuiInputBase-input.MuiOutlinedInput-input{color:#fff}@media only screen and (min-width:2560px){.header-resource-tracker-select{margin-bottom:0}}.MuiInputBase-root.MuiOutlinedInput-root.emp-list-dropdown{width:180px}.vehicle-container{padding:0 30px 15px;flex:1;display:flex;max-height:calc(100vh - 147px)}.darkTheme .vehicle-container{background-color:#262730}@media only screen and (min-width:3840px){.vehicle-container{padding:0 60px 60px}}.vehicle-container>.MuiPaper-root.MuiCard-root{display:flex;flex:1;flex-direction:column}.vehicle-container>.MuiPaper-root.MuiCard-root>.planningViewContent.MuiCardContent-root{flex:1;display:flex;flex-direction:row;overflow:auto}.vehicle-container>.MuiPaper-root.MuiCard-root>.planningViewContent.MuiCardContent-root .MuiGrid-root.vehicle-grid{display:flex;flex:1;overflow:auto;flex-direction:row}.vehicle-container>.MuiPaper-root.MuiCard-root>.planningViewContent.MuiCardContent-root .MuiGrid-root.vehicle-grid>.MuiGrid-item{flex:1;height:100%;display:flex}.vehicle-container>.MuiPaper-root.MuiCard-root .secondaryViewContent{margin-right:15px;flex:1;overflow:auto;margin-bottom:15px}.vehicle-container>.MuiPaper-root.MuiCard-root .secondaryViewContent:last-child{margin-right:0}.vehicle-container>.MuiPaper-root.MuiCard-root .secondaryViewContent:first-child{margin-top:0}.vehicle-table-container::-webkit-scrollbar{width:7px;height:7px}.vehicle-table-container:hover::-webkit-scrollbar{width:12px;height:12px}table.vehicle-table{padding-bottom:60px}table.vehicle-table.darkTheme th,table.vehicle-table.darkTheme td{color:#fff}table.vehicle-table thead tr{box-shadow:0 1px 5px #0000001a}table.vehicle-table th{background:#d8f0ff}.darkTheme table.vehicle-table th{background:#262730}table.vehicle-table th:first-child{border-top-left-radius:10px}table.vehicle-table th:last-child{border-top-right-radius:10px}table.vehicle-table th,table.vehicle-table td{font-weight:600;font-size:14px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#43424b;padding:10px;text-decoration:none}@media only screen and (min-width:3840px){table.vehicle-table th,table.vehicle-table td{font-size:22px;line-height:27px}}table.vehicle-table th:first-child,table.vehicle-table td:first-child{text-decoration:none;pointer-events:all}.darkTheme table.vehicle-table td{background-color:#263346}.secondary-form-control.MuiFormControl-root{background:#cdd4d947;border-radius:5px;margin-top:0}.secondary-form-control.MuiFormControl-root .select-arrow{width:70px;height:8px}.secondary-form-control.MuiFormControl-root .MuiOutlinedInput-notchedOutline{border:none}.secondary-form-control.MuiFormControl-root .MuiSelect-select .MuiButtonBase-root{display:none}.MuiListSubheader-root:has(>.MuiMenu-list){padding-top:0}.table-select-menu.MuiListSubheader-root{background:#2b5773;padding:5px;margin-top:-8px;color:#fff;font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";width:100%}.table-select-menu.MuiMenuItem-root{color:#525252;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";padding:5px;width:100%}.table-select-menu.MuiMenuItem-root.darkTheme{color:#fff}.table-select-menu.MuiMenuItem-root>div{border-bottom:1px solid #525252}.darkTheme.table-select-menu.MuiMenuItem-root>div{border-color:#fff}.table-select-menu.MuiMenuItem-root img{width:13px;height:13px}.table-select-menu.MuiMenuItem-root.Mui-selected{background-color:#2b577330}.table-add-icon{width:20px;height:20px;padding:16px!important}.table-add-icon img{width:20px;height:20px}.vehicle-allocation-dialog .MuiPaper-root.MuiDialog-paper{width:500px}.custom-form-control .radioGroup.MuiFormGroup-root{margin-top:-20px;flex-direction:row;flex-wrap:nowrap}.circulerMenu{position:relative;top:50%;left:6%}.nav-logo-off{height:11vw;width:11vw;cursor:pointer;display:block;z-index:1;border-radius:50%;margin:0;transition:transform .5s,top .5s;border:1.2vw solid #FF9606}.nav-logo-off:hover{height:11.7vw;width:11.7vw}.nav-logo-off{position:absolute;display:block;top:0;bottom:0;right:0;left:0;margin:auto}.nav-logo-off~ul>li:nth-child(1){opacity:0;transform:rotate(0) translate(-150px)}.nav-logo-off~ul>li:nth-child(2){opacity:0;transform:rotate(-45deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(3){opacity:0;transform:rotate(-90deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(4){opacity:0;transform:rotate(-135deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(5){opacity:0;transform:rotate(-180deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(6){opacity:0;transform:rotate(-225deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(7){opacity:0;transform:rotate(-270deg) translate(-150px)}.nav-logo-off~ul>li:nth-child(8){opacity:0;transform:rotate(-315deg) translate(-150px)}.nav-logo-on{height:11vw;width:11vw;cursor:pointer;display:block;z-index:1;border-radius:50%;margin:0;transition:transform .5s,top .5s;border:1.2vw solid #FF9606}.nav-logo-on:hover{height:11.7vw;width:11.7vw}.nav-logo-on{position:absolute;display:block;top:0;bottom:0;right:0;left:0;margin:auto;transform:rotate(360deg);transition:.5s;background:transparent linear-gradient(301deg,#d8dae9,#fffdff) 0% 0% no-repeat padding-box;box-shadow:inset 0 0 10px #2d817f}.nav-logo-on ul{list-style:none;padding:0;color:#0171b4;font-weight:700;text-align:center}.nav-logo-on ul>li{font-size:1vw!important;line-height:1.5vw!important}.nav-logo-on ul>li>div{padding:4px;margin:auto;height:3vw;width:3vw;background:linear-gradient(to top,#3cf,#f9c)}.nav-logo-on~ul>li:nth-child(1){opacity:1;transform:rotate(0) translate(-13vw)}.nav-logo-on~ul>li:nth-child(2){opacity:1;transform:rotate(45deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(3){opacity:1;transform:rotate(90deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(4){opacity:1;transform:rotate(135deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(5){opacity:1;transform:rotate(180deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(6){opacity:1;transform:rotate(225deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(5){background:#0171b4;border-radius:10px 48% 48% 10px}.nav-logo-on~ul>li:nth-child(7){opacity:1;transform:rotate(270deg) translate(-13vw)}.nav-logo-on~ul>li:nth-child(8){opacity:1;transform:rotate(315deg) translate(-13vw)}.nav-item:nth-child(1) img{transform:rotate(0)}.nav-item:after{transform:rotate(0);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(2) img{transform:rotate(-45deg)}.nav-item:after{transform:rotate(-45deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(3) img{transform:rotate(-90deg)}.nav-item:after{transform:rotate(-90deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(4) img{transform:rotate(-135deg)}.nav-item:after{transform:rotate(-135deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(5) img{transform:rotate(-180deg)}.nav-item:after{transform:rotate(-180deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(6) img{transform:rotate(-225deg)}.nav-item:after{transform:rotate(-225deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(7) img{transform:rotate(-270deg)}.nav-item:after{transform:rotate(-270deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item:nth-child(8) img{transform:rotate(-315deg)}.nav-item:after{transform:rotate(-315deg);content:"↓";display:block;color:#ff9606;font-weight:700;font-size:2rem;text-align:center;position:absolute;right:-46%;bottom:-20%}.nav-item{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;height:9vw;width:9vw;display:block;opacity:0;transition:.5s;border-radius:50%}.nav-item>img{display:block;width:inherit;height:inherit;color:#ffffffb3;background:#fff3;border-radius:50%;text-align:center;text-decoration:none;font-size:.7rem;pointer-events:none;transition:.2s}.nav-item:hover{height:9.3vw;width:9.3vw}.responsiveImg{width:100%;height:3vw;margin:auto}.resourceChart div>svg{border-radius:10px;padding:8px 0}.rotate180{transform:rotate(180deg)}.customerImpacted{background:url(/assets/house-AmxrbUDL.png);background-repeat:no-repeat;background-size:contain;background-position:center;background-size:cover}.tripTruck{background:url(/assets/tripsTruck-BEO0QAeh.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.tripTruckWhite{background:url(/assets/tripsTruckWhite-BcBZpBtP.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.tripSafetyIncident{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='76.166'%20height='76.154'%20viewBox='0%200%2076.166%2076.154'%3e%3cpath%20id='Path_99166'%20data-name='Path%2099166'%20d='M77.772,45.913l-14.779-6.79a.774.774,0,0,0-.652,0l-14.779,6.79a.765.765,0,0,0-.452.7v7.059c0,9.137,2.452,15.979,7.268,20.326a18,18,0,0,0,8.155,4.182h.287A17.883,17.883,0,0,0,70.922,74c4.825-4.347,7.268-11.189,7.268-20.326V46.617a.765.765,0,0,0-.417-.7Zm-6.4,9.746-11.563,8.45a1.591,1.591,0,0,1-1.243.27,1.521,1.521,0,0,1-1.017-.722l-3.912-6.338a1.547,1.547,0,0,1-.183-1.174,1.53,1.53,0,0,1,.7-.965A1.565,1.565,0,0,1,56.3,55.7l2.608,4.216a.722.722,0,0,0,.513.348.739.739,0,0,0,.6-.13l9.563-6.955a1.565,1.565,0,1,1,1.852,2.512Zm9.415-12.9L63.862,34.933a2.66,2.66,0,0,0-2.269,0l-1.939.869V16.459a3.843,3.843,0,0,0-3.834-3.834H53.213V10.017A3.843,3.843,0,0,0,49.388,6.2h-32a.774.774,0,0,0-.548.235L6.406,16.867a.774.774,0,0,0-.226.548v46.8A3.825,3.825,0,0,0,10,68.047H12.6v2.608A3.834,3.834,0,0,0,16.43,74.48H49.248a21.787,21.787,0,0,0,2.46,2.608,21.456,21.456,0,0,0,10.58,5.26,3.669,3.669,0,0,0,.426,0,3.242,3.242,0,0,0,.409,0,21.491,21.491,0,0,0,10.6-5.26,23.968,23.968,0,0,0,6.007-8.642,38.252,38.252,0,0,0,2.608-14.779V45.208a2.66,2.66,0,0,0-1.547-2.452ZM10.023,66.491a2.286,2.286,0,0,1-2.26-2.278V18.2h6.581a3.843,3.843,0,0,0,3.851-3.86V7.765H49.388a2.278,2.278,0,0,1,2.269,2.278v29.48l-7.016,3.234a2.678,2.678,0,0,0-1.574,2.452v8.468a40.373,40.373,0,0,0,1.9,12.814ZM80.789,53.676c0,9.893-2.73,17.387-8.12,22.238a19.865,19.865,0,0,1-9.78,4.877,1.225,1.225,0,0,1-.356,0,19.917,19.917,0,0,1-9.789-4.868c-5.39-4.868-8.12-12.345-8.12-22.238V45.208a1.121,1.121,0,0,1,.669-1.043l16.935-7.824a1.1,1.1,0,0,1,.487-.113,1.122,1.122,0,0,1,.478.113l16.935,7.824a1.1,1.1,0,0,1,.661,1.043ZM36.208,51.642a.782.782,0,0,1,0,1.556H27.036a.782.782,0,0,1,0-1.556Zm4.529-3.808a.782.782,0,1,1,0,1.556h-13.7a.782.782,0,0,1,0-1.556ZM21.942,34.02a.791.791,0,0,1,1.1.165.774.774,0,0,1-.165,1.087l-4.8,3.547a.782.782,0,0,1-.461.148H17.49a.748.748,0,0,1-.513-.33l-1.617-2.33a.765.765,0,0,1,.226-1.087.774.774,0,0,1,1.078.191l1.165,1.678,4.147-3.069Zm0-13.388a.791.791,0,0,1,1.1.165.782.782,0,0,1-.165,1.087l-4.8,3.538a.739.739,0,0,1-.461.156H17.49a.713.713,0,0,1-.513-.322l-1.617-2.33a.774.774,0,0,1,1.269-.869l1.165,1.678,4.147-3.069Zm0,26.776a.791.791,0,0,1,1.1.165.774.774,0,0,1-.165,1.052l-4.8,3.547a.782.782,0,0,1-.461.148H17.49A.739.739,0,0,1,16.978,52L15.361,49.66a.774.774,0,1,1,1.269-.869l1.165,1.669,4.147-3.069ZM15.4,27.76a2.139,2.139,0,0,1-2.139-2.139V21.849A2.139,2.139,0,0,1,15.4,19.71h3.912a.791.791,0,0,1,.722.869.774.774,0,0,1-.826.722H15.4a.591.591,0,0,0-.591.591v3.773a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.539.782.782,0,0,1,.869-.7.765.765,0,0,1,.7.869,2.147,2.147,0,0,1-2.156,1.887ZM20.62,51.746a.765.765,0,0,1,.7.869,2.147,2.147,0,0,1-2.13,1.956H15.4a2.139,2.139,0,0,1-2.139-2.139V48.625A2.147,2.147,0,0,1,15.4,46.478h3.912a.775.775,0,1,1-.1,1.547H15.4a.582.582,0,0,0-.591.591v3.764a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.53.774.774,0,0,1,.869-.7ZM15.4,41.149a2.139,2.139,0,0,1-2.139-2.139V35.237A2.139,2.139,0,0,1,15.4,33.1h3.912a.775.775,0,1,1-.1,1.547H15.4a.582.582,0,0,0-.591.582V39a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.53.776.776,0,0,1,1.547.13,2.147,2.147,0,0,1-2.13,1.956ZM27.036,36a.782.782,0,0,1,0-1.556H45.38a.782.782,0,0,1,0,1.556Zm0,3.8a.782.782,0,0,1,0-1.556h9.172a.782.782,0,0,1,0,1.556Zm0-17.2a.774.774,0,1,1,0-1.547H45.38a.774.774,0,0,1,0,1.547Zm-.774,3.025a.782.782,0,0,1,.774-.774h9.172a.782.782,0,0,1,0,1.556H27.036a.782.782,0,0,1-.774-.782Z'%20transform='translate(-6.18%20-6.2)'%20fill='%23189593'%20fill-rule='evenodd'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center}.tripSafetyIncidentWhite{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='76.166'%20height='76.154'%20viewBox='0%200%2076.166%2076.154'%3e%3cpath%20id='Path_99166'%20data-name='Path%2099166'%20d='M77.772,45.913l-14.779-6.79a.774.774,0,0,0-.652,0l-14.779,6.79a.765.765,0,0,0-.452.7v7.059c0,9.137,2.452,15.979,7.268,20.326a18,18,0,0,0,8.155,4.182h.287A17.883,17.883,0,0,0,70.922,74c4.825-4.347,7.268-11.189,7.268-20.326V46.617a.765.765,0,0,0-.417-.7Zm-6.4,9.746-11.563,8.45a1.591,1.591,0,0,1-1.243.27,1.521,1.521,0,0,1-1.017-.722l-3.912-6.338a1.547,1.547,0,0,1-.183-1.174,1.53,1.53,0,0,1,.7-.965A1.565,1.565,0,0,1,56.3,55.7l2.608,4.216a.722.722,0,0,0,.513.348.739.739,0,0,0,.6-.13l9.563-6.955a1.565,1.565,0,1,1,1.852,2.512Zm9.415-12.9L63.862,34.933a2.66,2.66,0,0,0-2.269,0l-1.939.869V16.459a3.843,3.843,0,0,0-3.834-3.834H53.213V10.017A3.843,3.843,0,0,0,49.388,6.2h-32a.774.774,0,0,0-.548.235L6.406,16.867a.774.774,0,0,0-.226.548v46.8A3.825,3.825,0,0,0,10,68.047H12.6v2.608A3.834,3.834,0,0,0,16.43,74.48H49.248a21.787,21.787,0,0,0,2.46,2.608,21.456,21.456,0,0,0,10.58,5.26,3.669,3.669,0,0,0,.426,0,3.242,3.242,0,0,0,.409,0,21.491,21.491,0,0,0,10.6-5.26,23.968,23.968,0,0,0,6.007-8.642,38.252,38.252,0,0,0,2.608-14.779V45.208a2.66,2.66,0,0,0-1.547-2.452ZM10.023,66.491a2.286,2.286,0,0,1-2.26-2.278V18.2h6.581a3.843,3.843,0,0,0,3.851-3.86V7.765H49.388a2.278,2.278,0,0,1,2.269,2.278v29.48l-7.016,3.234a2.678,2.678,0,0,0-1.574,2.452v8.468a40.373,40.373,0,0,0,1.9,12.814ZM80.789,53.676c0,9.893-2.73,17.387-8.12,22.238a19.865,19.865,0,0,1-9.78,4.877,1.225,1.225,0,0,1-.356,0,19.917,19.917,0,0,1-9.789-4.868c-5.39-4.868-8.12-12.345-8.12-22.238V45.208a1.121,1.121,0,0,1,.669-1.043l16.935-7.824a1.1,1.1,0,0,1,.487-.113,1.122,1.122,0,0,1,.478.113l16.935,7.824a1.1,1.1,0,0,1,.661,1.043ZM36.208,51.642a.782.782,0,0,1,0,1.556H27.036a.782.782,0,0,1,0-1.556Zm4.529-3.808a.782.782,0,1,1,0,1.556h-13.7a.782.782,0,0,1,0-1.556ZM21.942,34.02a.791.791,0,0,1,1.1.165.774.774,0,0,1-.165,1.087l-4.8,3.547a.782.782,0,0,1-.461.148H17.49a.748.748,0,0,1-.513-.33l-1.617-2.33a.765.765,0,0,1,.226-1.087.774.774,0,0,1,1.078.191l1.165,1.678,4.147-3.069Zm0-13.388a.791.791,0,0,1,1.1.165.782.782,0,0,1-.165,1.087l-4.8,3.538a.739.739,0,0,1-.461.156H17.49a.713.713,0,0,1-.513-.322l-1.617-2.33a.774.774,0,0,1,1.269-.869l1.165,1.678,4.147-3.069Zm0,26.776a.791.791,0,0,1,1.1.165.774.774,0,0,1-.165,1.052l-4.8,3.547a.782.782,0,0,1-.461.148H17.49A.739.739,0,0,1,16.978,52L15.361,49.66a.774.774,0,1,1,1.269-.869l1.165,1.669,4.147-3.069ZM15.4,27.76a2.139,2.139,0,0,1-2.139-2.139V21.849A2.139,2.139,0,0,1,15.4,19.71h3.912a.791.791,0,0,1,.722.869.774.774,0,0,1-.826.722H15.4a.591.591,0,0,0-.591.591v3.773a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.539.782.782,0,0,1,.869-.7.765.765,0,0,1,.7.869,2.147,2.147,0,0,1-2.156,1.887ZM20.62,51.746a.765.765,0,0,1,.7.869,2.147,2.147,0,0,1-2.13,1.956H15.4a2.139,2.139,0,0,1-2.139-2.139V48.625A2.147,2.147,0,0,1,15.4,46.478h3.912a.775.775,0,1,1-.1,1.547H15.4a.582.582,0,0,0-.591.591v3.764a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.53.774.774,0,0,1,.869-.7ZM15.4,41.149a2.139,2.139,0,0,1-2.139-2.139V35.237A2.139,2.139,0,0,1,15.4,33.1h3.912a.775.775,0,1,1-.1,1.547H15.4a.582.582,0,0,0-.591.582V39a.582.582,0,0,0,.591.582h3.764a.582.582,0,0,0,.582-.53.776.776,0,0,1,1.547.13,2.147,2.147,0,0,1-2.13,1.956ZM27.036,36a.782.782,0,0,1,0-1.556H45.38a.782.782,0,0,1,0,1.556Zm0,3.8a.782.782,0,0,1,0-1.556h9.172a.782.782,0,0,1,0,1.556Zm0-17.2a.774.774,0,1,1,0-1.547H45.38a.774.774,0,0,1,0,1.547Zm-.774,3.025a.782.782,0,0,1,.774-.774h9.172a.782.782,0,0,1,0,1.556H27.036a.782.782,0,0,1-.774-.782Z'%20transform='translate(-6.18%20-6.2)'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center}.tripMeter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='102.951'%20height='69.746'%20viewBox='0%200%20102.951%2069.746'%3e%3cg%20id='Group_171449'%20data-name='Group%20171449'%20transform='translate(0%20-16.127)'%3e%3cpath%20id='Path_98890'%20data-name='Path%2098890'%20d='M95.554,50.994a.912.912,0,0,1,.911-.911H102a34.621,34.621,0,0,0-4.221-15.73l-4.786,2.763a.893.893,0,0,1-.456.124.912.912,0,0,1-.456-1.7l4.783-2.76A35.055,35.055,0,0,0,85.347,21.263l-2.76,4.783a.911.911,0,0,1-1.578-.911l2.763-4.786a34.623,34.623,0,0,0-15.73-4.221V21.66a.911.911,0,1,1-1.823,0V16.127a34.638,34.638,0,0,0-15.733,4.221l2.767,4.786a.909.909,0,0,1-.336,1.243.893.893,0,0,1-.456.124.908.908,0,0,1-.787-.456l-2.763-4.783A35.111,35.111,0,0,0,37.4,32.779l4.783,2.76a.914.914,0,0,1-.459,1.7.889.889,0,0,1-.452-.124l-4.786-2.76a34.626,34.626,0,0,0-4.094,13.488q-.1,1.11-.127,2.238h5.53a.911.911,0,1,1,0,1.823h-5.53a34.621,34.621,0,0,0,4.221,15.73l4.786-2.763a.911.911,0,0,1,.911,1.578L37.4,69.214a34.86,34.86,0,0,0,59.463,0L92.08,66.45a.911.911,0,1,1,.911-1.578l4.783,2.763A34.58,34.58,0,0,0,102,51.906H96.466A.912.912,0,0,1,95.554,50.994ZM67.132,46.908a4.054,4.054,0,0,1,1.177.175L77.827,30.4a.913.913,0,0,1,1.586.9L69.891,47.987a4.081,4.081,0,1,1-2.759-1.079Zm14.257,32.71a.909.909,0,0,1-.911.911H53.782a.912.912,0,0,1-.911-.911V67.245a.909.909,0,0,1,.911-.911H80.477a.907.907,0,0,1,.911.911Z'%20transform='translate(0.952%200)'%20fill='%23189593'/%3e%3cpath%20id='Path_98891'%20data-name='Path%2098891'%20d='M66.2,52.323a2.264,2.264,0,1,0-2.264-2.264A2.268,2.268,0,0,0,66.2,52.323Z'%20transform='translate(1.887%200.935)'%20fill='%23189593'/%3e%3cpath%20id='Path_98892'%20data-name='Path%2098892'%20d='M31.488,47.35a20.268,20.268,0,0,0-10.13-3.212v2.854a.911.911,0,0,1-1.823,0V44.138a20.259,20.259,0,0,0-8.523,2.286L12.441,48.9a.909.909,0,0,1-.335,1.243.89.89,0,0,1-.452.124.91.91,0,0,1-.791-.456L9.438,47.335A20.607,20.607,0,0,0,3.2,53.572L5.672,55a.913.913,0,0,1-.459,1.7.89.89,0,0,1-.452-.124L2.286,55.147A20.313,20.313,0,0,0,0,63.67H2.858a.911.911,0,1,1,0,1.823H0a20.313,20.313,0,0,0,2.286,8.523l2.475-1.429a.911.911,0,0,1,.911,1.578L3.2,75.59a20.607,20.607,0,0,0,6.237,6.237l1.425-2.472a.911.911,0,0,1,1.578.911l-1.429,2.472A20.46,20.46,0,0,0,39.2,72.783a36.505,36.505,0,0,1-7.816-22.616Q31.383,48.746,31.488,47.35ZM20.129,65.358l-9.9,6.011a.884.884,0,0,1-.47.131.91.91,0,0,1-.474-1.688l9.9-6.011a.911.911,0,1,1,.948,1.557Z'%20transform='translate(0%200.827)'%20fill='%23189593'/%3e%3crect%20id='Rectangle_151862'%20data-name='Rectangle%20151862'%20width='24.872'%20height='10.55'%20transform='translate(55.646%2068.156)'%20fill='%23189593'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center}.tripMeterWhite{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='102.951'%20height='69.746'%20viewBox='0%200%20102.951%2069.746'%3e%3cg%20id='Group_171449'%20data-name='Group%20171449'%20transform='translate(0%20-16.127)'%3e%3cpath%20id='Path_98890'%20data-name='Path%2098890'%20d='M95.554,50.994a.912.912,0,0,1,.911-.911H102a34.621,34.621,0,0,0-4.221-15.73l-4.786,2.763a.893.893,0,0,1-.456.124.912.912,0,0,1-.456-1.7l4.783-2.76A35.055,35.055,0,0,0,85.347,21.263l-2.76,4.783a.911.911,0,0,1-1.578-.911l2.763-4.786a34.623,34.623,0,0,0-15.73-4.221V21.66a.911.911,0,1,1-1.823,0V16.127a34.638,34.638,0,0,0-15.733,4.221l2.767,4.786a.909.909,0,0,1-.336,1.243.893.893,0,0,1-.456.124.908.908,0,0,1-.787-.456l-2.763-4.783A35.111,35.111,0,0,0,37.4,32.779l4.783,2.76a.914.914,0,0,1-.459,1.7.889.889,0,0,1-.452-.124l-4.786-2.76a34.626,34.626,0,0,0-4.094,13.488q-.1,1.11-.127,2.238h5.53a.911.911,0,1,1,0,1.823h-5.53a34.621,34.621,0,0,0,4.221,15.73l4.786-2.763a.911.911,0,0,1,.911,1.578L37.4,69.214a34.86,34.86,0,0,0,59.463,0L92.08,66.45a.911.911,0,1,1,.911-1.578l4.783,2.763A34.58,34.58,0,0,0,102,51.906H96.466A.912.912,0,0,1,95.554,50.994ZM67.132,46.908a4.054,4.054,0,0,1,1.177.175L77.827,30.4a.913.913,0,0,1,1.586.9L69.891,47.987a4.081,4.081,0,1,1-2.759-1.079Zm14.257,32.71a.909.909,0,0,1-.911.911H53.782a.912.912,0,0,1-.911-.911V67.245a.909.909,0,0,1,.911-.911H80.477a.907.907,0,0,1,.911.911Z'%20transform='translate(0.952%200)'%20fill='%23fff'/%3e%3cpath%20id='Path_98891'%20data-name='Path%2098891'%20d='M66.2,52.323a2.264,2.264,0,1,0-2.264-2.264A2.268,2.268,0,0,0,66.2,52.323Z'%20transform='translate(1.887%200.935)'%20fill='%23fff'/%3e%3cpath%20id='Path_98892'%20data-name='Path%2098892'%20d='M31.488,47.35a20.268,20.268,0,0,0-10.13-3.212v2.854a.911.911,0,0,1-1.823,0V44.138a20.259,20.259,0,0,0-8.523,2.286L12.441,48.9a.909.909,0,0,1-.335,1.243.89.89,0,0,1-.452.124.91.91,0,0,1-.791-.456L9.438,47.335A20.607,20.607,0,0,0,3.2,53.572L5.672,55a.913.913,0,0,1-.459,1.7.89.89,0,0,1-.452-.124L2.286,55.147A20.313,20.313,0,0,0,0,63.67H2.858a.911.911,0,1,1,0,1.823H0a20.313,20.313,0,0,0,2.286,8.523l2.475-1.429a.911.911,0,0,1,.911,1.578L3.2,75.59a20.607,20.607,0,0,0,6.237,6.237l1.425-2.472a.911.911,0,0,1,1.578.911l-1.429,2.472A20.46,20.46,0,0,0,39.2,72.783a36.505,36.505,0,0,1-7.816-22.616Q31.383,48.746,31.488,47.35ZM20.129,65.358l-9.9,6.011a.884.884,0,0,1-.47.131.91.91,0,0,1-.474-1.688l9.9-6.011a.911.911,0,1,1,.948,1.557Z'%20transform='translate(0%200.827)'%20fill='%23fff'/%3e%3crect%20id='Rectangle_151862'%20data-name='Rectangle%20151862'%20width='24.872'%20height='10.55'%20transform='translate(55.646%2068.156)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center}.resourceViewContent.MuiCardContent-root{padding:4px 16px 16px}.menuCard{height:100%;border:6px solid #0171B4;overflow-y:auto!important}.menuCard .menuCardHeader{color:#fff;padding:10px;min-height:20px!important;background-color:#0171b4!important}.resourceDashboardContainer{padding:0 30px 30px!important;flex:1}.resourceDashboardContainer .card{height:100%}.resourceDashboardContainer .cardHeader{background-color:#2b5773;align-items:center;min-height:30px}@media only screen and (min-width:1920px){.resourceDashboardContainer .cardHeader{min-height:45px}}@media only screen and (min-width:3840px){.resourceDashboardContainer .cardHeader{min-height:60px}}.resourceDashboardContainer .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:15px;line-height:18px;color:#fff;width:100%}@media only screen and (min-width:3840px){.resourceDashboardContainer .cardHeader .MuiCardHeader-content .MuiTypography-root{font-size:26px;line-height:32px}}.resourceDashboardContainer .cardHeader .MuiCardHeader-action{align-self:center}.resourceDatepicker{background-color:#0073ba1a;color:#000;border-radius:16px!important;padding:4px 16px 0 14px;width:140px;display:inline-block;border:1px solid gray}.resourceDetailsTable{overflow:auto}.resourceDetailsTable th{padding:0;font-weight:600;min-width:200px}.resourceDetailsTable th:first-child{min-width:390px}.resourceDetailsTable tbody>tr>td{text-decoration:none}.resourceDetailsTable tbody>tr>td div{box-shadow:none;border-radius:12px}.resourceDetailsTable tbody>tr>td div .cardContent{padding:16px!important;background-color:#e6e6e6}.resourceDetailsTable tbody>tr>td div .cardContent div img{width:100%;height:2.7vw;margin:auto}.resourceDetailsTable tbody>tr>td div .cardContent div h6{font-size:1.6rem;font-weight:500;color:#0171b4}.resourceDetailsTable tbody>tr>td div .cardContent div p{font-size:.8rem;color:#006212;font-weight:600}.resource-details-tab-wrap{margin-top:-4px;text-align:center;padding:0}.resource-details-tab-wrap .MuiTabs-flexContainer{justify-content:flex-start}.resource-details-tab-wrap .resource-tab{background-color:#fff;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px;border-bottom:.5px solid gray;min-height:34px;margin-bottom:15px}.resource-details-tab-wrap .resource-tab .tab-item{margin:12px 2px 0 12px;border-top-left-radius:6px;border-top-right-radius:6px;font-size:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#36556f!important;background-color:#e4f0f8;text-transform:capitalize;border-bottom:3px solid transparent;padding:8px 36px;min-height:34px}.resource-details-tab-wrap .resource-tab .tab-item.Mui-selected{background-color:#306eae!important;color:#fff!important}.resource-details-tab-wrap .resource-tab .disabledTab.tab-item{background-color:#0000004d;color:#7c7c7c;pointer-events:none}.width-90{width:90%}.resourceFilterDrawer .MuiPaper-root.MuiDrawer-paper{position:absolute;border-right:0;padding:0 8px;background-color:#f5f9fc;overflow-y:visible;top:12px}.resourceFilterDrawer>div{height:100%}.resourceFilterDrawer>div .cardHeader{min-height:28px}.nameAvatar{padding:0;margin:auto;background:linear-gradient(to top,#3cf 20%,#f9c)}.borderRadius16{border-radius:16px!important}.searchBar{width:100%!important;margin:auto 12px}.page-wrapper{position:relative;background-color:#e6e6e6;display:flex;flex-direction:column;min-height:80vh}.banner-image{background:url(/assets/banner-image-d7QTMMot.png);background-size:cover;height:150px}.main-content{width:calc(100% - 40px);margin:0 auto;border-radius:10px;background-color:#f0f5fc;position:absolute;top:100px;left:50%;transform:translate(-50%);flex:1;display:flex;flex-direction:column}.main-content-header{border-radius:10px 10px 0 0;background-color:#fff;padding:16px;display:flex;align-items:center}.main-content-body{padding:10px 16px;height:100%;display:flex;flex-direction:column}.main-content-body .secondaryViewContent.MuiCard-root{display:flex;flex-direction:column;height:100%}.main-content-body .secondaryViewContent.MuiCard-root .MuiCardContent-root{flex:1}.filtersDropdown{align-items:center}.filtersDropdown .MuiTypography-root{margin-bottom:0;text-align:left;font-weight:500;font-size:13px;line-height:18px;letter-spacing:0;color:#2b5773;margin-right:5px;margin-left:10px}@media only screen and (min-width:1920px){.filtersDropdown .MuiTypography-root{font-weight:600;font-size:16px;line-height:20px;margin-right:10px}}@media only screen and (min-width:2560px){.filtersDropdown .MuiTypography-root{font-weight:600;font-size:22px;line-height:27px;margin-right:18px}}.filtersDropdown .MuiFormControl-root{flex-grow:1}.filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{min-width:90px;max-width:100px;color:#2b5773;margin:0}@media only screen and (min-width:1920px){.filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:100%}}@media only screen and (min-width:2560px){.filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:200px}}@media only screen and (min-width:2560px){.filtersDropdown .dispatcherSelect.MuiInputBase-root.MuiOutlinedInput-root{max-width:400px}}.calendar-card-wrapper{position:relative}.calendar-card-wrapper.darkTheme{background:#263346}.calendar-card-wrapper .calendar-filters{position:absolute;right:16px;left:16px;top:16px;display:flex;flex-direction:row;justify-content:flex-end}@media only screen and (min-width:1920px){.calendar-card-wrapper .calendar-filters{left:0}}.calendar-card-wrapper .calendar-filters .calendar-legend-list{display:flex;flex-direction:row;align-items:center;padding:0 5px;background-color:#e7f6ff;border-radius:10px;color:#2b5773;font-weight:600;font-size:12px;line-height:16px;min-height:37px;margin-right:5px}.calendar-card-wrapper .calendar-filters .calendar-legend-list:last-child{margin-right:0}@media only screen and (min-width:1920px){.calendar-card-wrapper .calendar-filters .calendar-legend-list{padding:0 10px;margin-right:10px;margin-bottom:0;font-size:14px;line-height:17px}}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .calendar-legend-list{font-size:20px;line-height:24px}}.calendar-card-wrapper .calendar-filters .calendar-legend{color:#2b5773;font-weight:600;font-size:12px;line-height:16px;display:flex;align-items:center;margin-left:5px;margin-bottom:0}@media only screen and (min-width:1920px){.calendar-card-wrapper .calendar-filters .calendar-legend{margin-left:10px;font-size:14px;line-height:17px}}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .calendar-legend{font-size:18px;line-height:22px}}.calendar-card-wrapper .calendar-filters .calendar-legend.red{color:#bc3d3d;font-weight:400}.calendar-card-wrapper .calendar-filters .calendar-legend.green{color:#079620;font-weight:400}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root{color:#2b5773;margin-right:0}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root:last-child{margin-right:0}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiFormControlLabel-label{display:flex;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:20px;line-height:24px}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiFormControlLabel-label img{width:20px}}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{padding:5px;color:#dc792d}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{padding:8px}}.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root .MuiTypography-root{font-size:16px;line-height:20px}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root .MuiTypography-root{font-size:22px;line-height:27px}}@media only screen and (min-width:2560px){.calendar-card-wrapper .calendar-filters .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root .MuiSvgIcon-root{font-size:30px}}.fc-daygrid-body{width:100%!important;height:100%!important}.fc-daygrid-day-events{display:flex;flex-wrap:wrap}.fc-theme-standard .fc-scrollgrid,.fc-theme-standard th{border:none}.fc-theme-standard th .fc-scroller{overflow:hidden!important}.fc-theme-standard td{border-color:#2b5773;background:#fff;padding:0 5px 5px}.darkTheme .fc-theme-standard td{border-color:#fff;background:#2b5773}.fc .fc-header-toolbar.fc-toolbar{display:none}.fc .fc-scrollgrid table{border-left-style:none;border-top-style:none;width:100%!important;height:100%!important}.fc .fc-daygrid-day-top{padding:10px 10px 0 0}.fc .fc-daygrid-day.fc-day-today{background:transparent linear-gradient(133deg,#0273ba,#1a445f) 0% 0% no-repeat padding-box}.darkTheme .fc .fc-daygrid-day.fc-day-today{background:#fff}.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{height:31px;width:31px;border-radius:50px;color:#fff;display:flex;align-items:center;justify-content:center}.darkTheme .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{color:#2b5773}@media only screen and (min-width:2560px){.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{height:61px;width:61px}}.fc .fc-daygrid-day.fc-day-past{background:#d9d9d9}.darkTheme .fc .fc-daygrid-day.fc-day-past{background:#939393}.darkTheme .fc .fc-daygrid-day.fc-day-past .fc-daygrid-day-number{color:#2b5773}.darkTheme .fc .fc-daygrid-day.fc-day-past.fc-day-other{background:#f2f2f2ab}.fc .fc-daygrid-day-number{font-weight:600;font-size:24px;line-height:28px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773}.darkTheme .fc .fc-daygrid-day-number{color:#fff}@media only screen and (min-width:2560px){.fc .fc-daygrid-day-number{font-size:41px;line-height:50px}}.fc .fc-col-header-cell-cushion{font-weight:600;font-size:24px;line-height:28px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773}.darkTheme .fc .fc-col-header-cell-cushion{color:#fff}@media only screen and (min-width:2560px){.fc .fc-col-header-cell-cushion{font-size:41px;line-height:50px}}.fc .fc-daygrid-event{margin-top:5px;margin-right:11px!important;margin-left:0!important;cursor:pointer}.fc .fc-daygrid-event:hover{background-color:transparent}.fc .fc-daygrid-event .crew-list-item{margin:0;padding:5px;min-width:100px;text-align:center;border-radius:50px;background:#fff!important;box-shadow:0 0 6px #00000029}.fc .fc-daygrid-event .crew-list-item img{margin-left:8px;width:15px;height:auto}@media only screen and (min-width:2560px){.fc .fc-daygrid-event .crew-list-item{min-width:120px;padding:8px}.fc .fc-daygrid-event .crew-list-item img{width:19px;height:auto;margin-left:10px}}.fc .fc-daygrid-event .crew-list-item span{text-align:center;font-weight:400;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:2560px){.fc .fc-daygrid-event .crew-list-item span{font-weight:600;font-size:20px;line-height:24px}}.fc .fc-daygrid-event .crew-list-item.crew-down-item{box-shadow:none;background:#d6f0ff!important}.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled{color:#2b5773;position:relative;width:100%;padding-left:14px}@media only screen and (min-width:2560px){.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled{padding-left:-16px}}.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled span{position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:25px;height:25px;border-radius:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:15px;font-weight:400}@media only screen and (min-width:2560px){.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled span{font-weight:600;font-size:13px;line-height:17px;width:30px;height:30px;right:-16px}}.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled span.avl{background-color:#059620}.fc .fc-daygrid-event .crew-list-item.crew-down-item span.work-not-scheduled span.ua{background-color:#bc3d3d}.fc .fc-day-other{background-color:#d6d6d680}.darkTheme .fc .fc-day-other{background-color:#26273063}.fc .fc-scrollgrid-section-liquid>td{padding:0}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk h2{font-size:28px;line-height:32px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-weight:600;letter-spacing:0px;color:#2b5773;display:none}.darkTheme .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk h2{color:#fff}@media only screen and (min-width:2560px){.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk h2{font-size:58px;line-height:70px}}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child{display:none}.crewAvailabilityWrapper{background-color:#f0f5fc;padding-top:20px}.crewAvailabilityWrapper.darkTheme{background-color:#000}.crewAvailabilityDrawer.MuiDrawer-docked{position:relative}.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:126px;background-color:#f0f5fc;border-right:0}.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar{width:7px;height:7px}.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper:hover::-webkit-scrollbar{width:12px;height:12px}.darkTheme .crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper{background-color:#000}@media only screen and (min-width:1920px){.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:146px}}@media only screen and (min-width:2560px){.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:170px}}@media only screen and (min-width:3840px){.crewAvailabilityDrawer.MuiDrawer-docked .MuiDrawer-paper{margin-top:200px}}.crewAvailabilityDrawer.MuiDrawer-docked .drawerContent{padding:16px 11px 200px 16px}@media only screen and (min-width:3840px){.crewAvailabilityDrawer.MuiDrawer-docked .drawerContent{padding-bottom:250px}}.darkTheme .crewAvailabilityDrawer.MuiDrawer-docked>div>div{background-color:#263346}ul.loc-list{list-style:none;flex:1;margin-top:20px;background-color:#f0f5fc;padding:0 13px}ul.loc-list.darkTheme{background-color:#000}.loc-list-item{font-size:14px;line-height:18px;font-weight:400;color:#6d7177;background-color:#fff;border-radius:10px;border:none;text-transform:none;padding:9px 15px;margin-bottom:10px;cursor:pointer;text-align:left;display:flex;align-items:center}@media only screen and (min-width:1920px){.loc-list-item{font-size:18px;line-height:22px}}@media only screen and (min-width:2560px){.loc-list-item{font-size:20px;line-height:24px}}.loc-list-item.active-item{color:#fff;background-color:#0e98fa;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-13px}.loc-list-item.darkTheme{background-color:#273346;color:#fff}.MuiPaper-root.MuiCard-root.grey-header-card .MuiCardHeader-root{background:#cdd4da}.darkTheme .MuiPaper-root.MuiCard-root.grey-header-card .MuiCardHeader-root{background:#263346}.MuiPaper-root.MuiCard-root.grey-header-card .MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{font-size:16px;line-height:20px;color:#2b5773;font-weight:600;width:100%}.darkTheme .MuiPaper-root.MuiCard-root.grey-header-card .MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{color:#fff}@media only screen and (min-width:3840px){.MuiPaper-root.MuiCard-root.grey-header-card .MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{font-size:20px;line-height:24px}}.MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardHeader-root{background:#2b5773;padding:10px}.darkTheme .MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardHeader-root{background:#262730}.MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{font-size:16px;line-height:20px;color:#fff;font-weight:600;width:100%;text-align:center}@media only screen and (min-width:3840px){.MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{font-size:26px;line-height:32px}}.MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardContent-root{background:#fff;box-shadow:0 3px 8px #00000026}.darkTheme .MuiPaper-root.MuiCard-root.dark-blue-card>.MuiCardContent-root{background:#263346}.MuiPaper-root.MuiCard-root.sky-blue-card.dark-blue-card>.MuiCardHeader-root{justify-content:flex-start}.darkTheme.MuiPaper-root.MuiCard-root.sky-blue-card.dark-blue-card>.MuiCardHeader-root{background-color:#263346}.MuiPaper-root.MuiCard-root.sky-blue-card.dark-blue-card>.MuiCardHeader-root .MuiCardHeader-content .MuiTypography-root{text-align:left}.MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root{background-color:#f5f8ff;padding:10px 15px}.darkTheme .MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root{background-color:#2b5773}@media only screen and (min-width:2560px){.MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root{padding:10px 30px}}.MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root h4{font-size:16px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;letter-spacing:.52px;font-weight:700;text-transform:capitalize}.darkTheme .MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root h4{color:#fff}@media only screen and (min-width:2560px){.MuiPaper-root.MuiCard-root.sky-blue-card>.MuiCardContent-root h4{font-size:26px;line-height:32px}}#chart .apexcharts-tooltip{font-size:16px;line-height:20px;color:#3f80aa}#chart .apexcharts-tooltip .apexcharts-tooltip-text{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important}#chart .apexcharts-tooltip.apexcharts-theme-dark{background:#fff;box-shadow:0 0 6px #00000029;border-radius:14px}#chart .apexcharts-tooltip-series-group.apexcharts-active{background-color:#fff!important}#chart .apexcharts-text.apexcharts-datalabel-label{fill:#2b5773!important}.darkTheme #chart .apexcharts-text.apexcharts-datalabel-label{fill:#fff!important}#chart .apexcharts-text.apexcharts-datalabel-value{fill:#2b5773!important}.darkTheme #chart .apexcharts-text.apexcharts-datalabel-value{fill:#fff!important}.days-data img{width:18px;height:18px;margin-right:5px}@media only screen and (min-width:2560px){.days-data img{width:32px;height:32px}}.days-data p{font-size:15px;line-height:19px;font-weight:400;color:#2b5773;text-transform:capitalize;margin-top:0}.darkTheme .days-data p{color:#fff}@media only screen and (min-width:2560px){.days-data p{font-size:22px;line-height:26px}}.days-data p>span{font-size:18px;line-height:22px;font-weight:700;color:#0171b4}.darkTheme .days-data p>span{color:#fff}@media only screen and (min-width:2560px){.days-data p>span{font-size:28px;line-height:32px}}.days-data p:last-child{margin-bottom:0}.calendar-toggle-orange{background-color:#fff;padding:0 10px;width:fit-content;border-radius:25px}.calendar-toggle-orange.darkTheme{background-color:#2b5773}.calendar-toggle-orange .MuiTypography-root{text-align:left;font-weight:600;font-size:13px;line-height:18px;letter-spacing:0;color:#0171b4;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.darkTheme .calendar-toggle-orange .MuiTypography-root{color:#fff}@media only screen and (min-width:1920px){.calendar-toggle-orange .MuiTypography-root{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.calendar-toggle-orange .MuiTypography-root{font-size:22px;line-height:27px}}.calendar-toggle-orange .MuiSwitch-track,.calendar-toggle-orange .MuiSwitch-thumb{background-color:#ed6c02}.dollar-at-risk-card.MuiPaper-root{padding:13px;margin-bottom:10px;border-radius:5px;box-shadow:0 0 6px #0000001a;position:relative}.dollar-at-risk-card.MuiPaper-root.darkTheme{background-color:#263346}.dollar-at-risk-card.MuiPaper-root img{margin-right:22px;width:37px;height:37px}.dollar-at-risk-card.MuiPaper-root .operator-icon{margin:0;position:absolute;right:10px;top:10px;width:18px;height:18px;z-index:0;cursor:pointer;padding:5px}@media only screen and (min-width:3840px){.dollar-at-risk-card.MuiPaper-root .operator-icon{width:22px;height:22px}}.dollar-at-risk-card.MuiPaper-root h5{font-weight:600;font-size:22px;line-height:27px;letter-spacing:.44px;color:#ac007d;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:capitalize;margin:0}.darkTheme.dollar-at-risk-card.MuiPaper-root h5{color:#ff36c8}.dollar-at-risk-card.MuiPaper-root p{font-weight:500;font-size:16px;line-height:20px;letter-spacing:.44px;color:#2b5773;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:capitalize;margin:0}.darkTheme.dollar-at-risk-card.MuiPaper-root p{color:#fff}@media only screen and (min-width:2560px){.dollar-at-risk-card.MuiPaper-root p{font-size:18px;line-height:22px}}.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root{position:absolute;top:0;left:0;width:90%;z-index:1;padding:5px 10px}@media only screen and (min-width:3840px){.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root{width:98%}}.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root p{font-weight:400;font-size:12px;line-height:16px;color:#2b5773;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root p span{font-weight:600;margin-bottom:5px;width:calc(100% - 15px);display:inline-block}.darkTheme.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root p{color:#fff}@media only screen and (min-width:2560px){.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root p{font-size:15px;line-height:18px}}@media only screen and (min-width:3840px){.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root p{font-size:18px;line-height:22px}}.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root .operator-icon{margin:0;position:absolute;right:5px;top:5px;width:18px;height:18px;z-index:1;cursor:pointer}@media only screen and (min-width:3840px){.dollar-at-risk-card.MuiPaper-root .calculation-details.MuiPaper-root .operator-icon{width:22px;height:22px}}.summary-legend{font-weight:500;font-size:14px;line-height:18px;letter-spacing:.44px;color:#2b5773;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:capitalize;display:flex;align-items:center;margin-bottom:8px}.darkTheme.summary-legend{color:#fff}@media only screen and (min-width:2560px){.summary-legend{font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.summary-legend{font-size:22px;line-height:26px}}.summary-legend span{width:50px;text-align:center;font-weight:700}.summary-legend .details{width:auto;flex:1;font-weight:500;margin:0 0 0 30px}.load-data-card{margin:25% auto!important}.planner-wrapper{min-height:calc(100vh - 60px);display:flex;flex-direction:column}@media only screen and (min-width:2560px){.planner-wrapper{min-height:calc(100vh - 100px)}}.MuiAutocomplete-inputRoot{max-height:200px;overflow:auto}.wordDockWrapper{padding:15px;background-color:#f5f9fc;flex:1;display:flex;flex-direction:column}.wordDockWrapper.darkTheme{background-color:#000}.wordDockWrapper>.planner-view-month-tabs{padding:0!important;flex:none!important}.wordDockWrapper .month-tab-wrap{margin-bottom:15px}.wordDockWrapper>.MuiPaper-root.MuiAccordion-root{flex:none!important}.wordDockWrapper>.MuiPaper-root.MuiAccordion-root.Mui-expanded{flex:1!important}.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root{flex:1;display:flex;flex-direction:column}.darkTheme.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root{background:#263346}.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root.MuiCollapse-hidden{flex:none}.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root>.MuiCollapse-wrapper{flex:1;display:flex;flex-direction:column}.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root>.MuiCollapse-wrapper .MuiCollapse-wrapperInner,.wordDockWrapper>.MuiPaper-root>.MuiCollapse-root>.MuiCollapse-wrapper .MuiAccordion-region{flex:1;display:flex;flex-direction:column}.Mui-checked+.MuiSwitch-track{background-color:#dc792d;opacity:1}.MuiSwitch-root.small{width:50px;height:30px;padding:9px}.MuiSwitch-root.small .MuiButtonBase-root.MuiSwitch-switchBase{padding:4px}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#cce2f1;min-height:40px}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{background-color:#4f758e}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded.darkTheme{background-color:#2b5773}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded .MuiAccordionSummary-content p{color:#fff}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{margin:10px 10px 10px 0;justify-content:space-between}.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{color:#2b5773;font-weight:600;font-size:16px;line-height:20px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:capitalize}@media only screen and (min-width:2560px){.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.acc-blue-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{font-size:24px;line-height:28px}}.acc-grey-header.MuiButtonBase-root.MuiAccordionSummary-root{background-color:#cdd4d9;min-height:35px}.acc-grey-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0}.acc-grey-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{color:#2b5773;font-weight:600;font-size:15px;line-height:19px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";text-transform:capitalize}@media only screen and (min-width:2560px){.acc-grey-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.acc-grey-header.MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content p{font-size:22px;line-height:26px}}.planner-table-wrapper::-webkit-scrollbar-track{background-color:#e7f0ff;box-shadow:none}.planner-table-wrapper::-webkit-scrollbar{width:7px;height:7px;background-color:#0371b4}.planner-table-wrapper:hover::-webkit-scrollbar{width:12px;height:12px}.planner-table-wrapper::-webkit-scrollbar-thumb{background-color:#0371b4;border-radius:10px}.planner-table{flex:1;display:flex;flex-direction:column;min-height:400px;padding:0 15px}@media only screen and (min-width:2560px){.planner-table{min-height:600px}}@media only screen and (min-width:3840px){.planner-table{min-height:600px}}.planner-table>div{flex:1;display:flex;flex-direction:column}.planner-table table th,.planner-table table td{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"!important;padding:10px 5px}.planner-table table>thead>tr>td{background-color:#f2f7ff;border-right:1px solid #0371B4;text-transform:capitalize;color:#1f4d6a;font-weight:600;font-size:16px!important;line-height:20px}.planner-table table>thead>tr>td:first-child{border-left:1px solid #0371B4}.darkTheme.planner-table table>thead>tr>td{background-color:#262730;border-color:#fff;color:#fff}@media only screen and (min-width:2560px){.planner-table table>thead>tr>td{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.planner-table table>thead>tr>td{font-size:24px;line-height:28px}}.planner-table table>thead>tr>td{min-width:100px;max-width:100px}.planner-table table>thead>tr>td:nth-child(3),.planner-table table>thead>tr>td:nth-child(4),.planner-table table>thead>tr>td:nth-child(12),.planner-table table>thead>tr>td:nth-child(13){min-width:130px;max-width:130px}.planner-table table>thead>tr>td:nth-child(7),.planner-table table>thead>tr>td:nth-child(9),.planner-table table>thead>tr>td:nth-child(10),.planner-table table>thead>tr>td:nth-child(11),.planner-table table thead>tr>td:nth-child(15){min-width:175px;max-width:175px}.planner-table table td{border-right:1px solid #0371B4;border-top:1px solid #0371B4;text-transform:capitalize;color:#4f758e;font-weight:600;font-size:14px;line-height:18px}.planner-table table td:first-child{border-left:1px solid #0371B4}.darkTheme.planner-table table td{border-color:#fff;color:#fff}@media only screen and (min-width:2560px){.planner-table table td{font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.planner-table table td{font-size:22px;line-height:26px}}.planner-table table td:first-child{color:#2b5773;font-size:18px;line-height:22px}.darkTheme.planner-table table td:first-child{color:#fff}@media only screen and (min-width:2560px){.planner-table table td:first-child{font-size:22px;line-height:26px}}@media only screen and (min-width:3840px){.planner-table table td:first-child{font-size:26px;line-height:30px}}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader th{background-color:#0371b4;color:#fff;text-align:center!important;border-left-color:#fff;padding:0 7px;height:40px;position:relative}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader tr.secondaryRow th{background-color:#e7f0ff;color:#4f758e;height:30px}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader tr.secondaryRow th:first-child{position:relative}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader tr.secondaryRow th:first-child .avl-hrs{position:absolute;left:7px;top:50%;transform:translateY(-50%)}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader .MuiButtonBase-root.MuiIconButton-root.table-header-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;width:20px;background-color:#2b5773;border-radius:0}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader .MuiButtonBase-root.MuiIconButton-root.table-header-icon.left-arrow img{transform:rotate(180deg)}.resourceTable.crewMakeupTable table.benchmarkTable .benchmarkTableHeader .MuiButtonBase-root.MuiIconButton-root img.arrowBtn{width:15px;height:15px}.resourceTable.crewMakeupTable table.benchmarkTable td,.resourceTable.crewMakeupTable table.benchmarkTable th{width:14.2857142857%}.resourceTable.crewMakeupTable table.benchmarkTable td{vertical-align:top}.resourceTable.crewMakeupTable .job-details-section{margin-top:8px}.resourceTable.crewMakeupTable .job-details-section p{margin:0;font-size:14px;line-height:18px;font-weight:500}@media only screen and (min-width:2560px){.resourceTable.crewMakeupTable .job-details-section p{font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.resourceTable.crewMakeupTable .job-details-section p{font-size:22px;line-height:26px}}.resourceTable.crewMakeupTable .job-details-section .grey-text{color:#707070}.darkTheme.resourceTable.crewMakeupTable .job-details-section .grey-text{color:#b5b5b5}.word-dock-filters{border-radius:5px 5px 0 0;background-color:#fff;padding:15px;display:flex;align-items:center}.word-dock-filters p{margin:0 15px 0 0;font-style:italic;font-size:16px;line-height:20px;color:#0371b4;font-weight:400}.word-dock-filters .filter-column{display:flex;align-items:center;justify-content:flex-start}.word-dock-filters .custom-form-control{width:150px;margin-right:10px}.word-dock-filters .custom-form-control:last-child{margin-right:0}.rounded-search.large{width:800px}@media only screen and (min-width:2560px){.rounded-search.large{width:1000px}}.copy-text{font-size:14px;border-radius:16px;padding:4px;color:#2b577396;display:flex;margin:4px 0;background-color:#f0f8ff}.copy-text p{text-align:center;width:100%;margin:auto}.copy-text img{padding:4px 8px;height:24x;width:24px}.copy-text.darkTheme{color:#66b3e4;background-color:#000}@media only screen and (min-width:2560px){.copy-text{font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.copy-text{font-size:22px;line-height:26px}}.woschedule-autocomplete .MuiAutocomplete-root .MuiFormLabel-root.MuiInputLabel-root{font-size:14px;line-height:18px;font-weight:700;color:#ebf3ff;white-space:break-spaces}@media only screen and (min-width:1920px){.woschedule-autocomplete .MuiAutocomplete-root .MuiFormLabel-root.MuiInputLabel-root{font-size:16px;line-height:20px}}.woschedule-autocomplete .MuiAutocomplete-root.Mui-focused .MuiButtonBase-root.MuiIconButton-root{margin-right:5px;margin-top:-5px;transform:rotate(-180deg);background:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23376eba'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23376eba'/%3e%3c/svg%3e") no-repeat}.woschedule-autocomplete .MuiAutocomplete-root.Mui-focused .MuiButtonBase-root.MuiIconButton-root .MuiSvgIcon-root{visibility:hidden}.woschedule-autocomplete .MuiAutocomplete-root.Mui-focused .MuiInputBase-root.MuiInput-root{background:#fff;border-radius:4px 4px 0 0;padding:4px}.woschedule-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root{padding:0}.woschedule-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:before{border-bottom-color:transparent}.woschedule-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom:1px solid transparent}.woschedule-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:after{border-bottom:1px solid transparent}.woschedule-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root .MuiAutocomplete-input{color:#000}.woschedule-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root{background-image:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23fff'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23fff'/%3e%3c/svg%3e");margin-left:10px}.woschedule-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root .MuiSvgIcon-root{visibility:hidden}.woschedule-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root.MuiAutocomplete-clearIndicator,.woschedule-autocomplete .MuiAutocomplete-root .MuiAutocomplete-tag{display:none}.woschedule-autocomplete .MuiAutocomplete-listbox .MuiAutocomplete-option{padding:6px}.woschedule-autocomplete .MuiAutocomplete-listbox .MuiAutocomplete-option .MuiButtonBase-root.MuiCheckbox-root{padding:4px;color:#dc792d}.woschedule-autocomplete .MuiPaper-root.MuiAutocomplete-paper{border-radius:0 0 4px 4px}.woschedule-autocomplete .MuiAutocomplete-inputRoot{overflow:visible}.setting-tab-wrap{margin-bottom:6px;text-align:center;padding:0;position:sticky;z-index:0}.setting-tab-wrap .MuiTabs-flexContainer{justify-content:flex-start;align-items:flex-end;border-bottom:1px solid #B1E2FF}.setting-tab-wrap .setting-tab{box-shadow:none;border-bottom:0;min-height:34px}.setting-tab-wrap .setting-tab .tab-item{font-weight:500;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;text-transform:capitalize;border-bottom:3px solid transparent;padding:4px 16px;background-color:#b8cfdd;margin-right:6px;border-radius:5px 5px 0 0;min-width:400px!important}@media only screen and (min-width:1920px){.setting-tab-wrap .setting-tab .tab-item{font-size:16px;line-height:20px}}.setting-tab-wrap .setting-tab .tab-item:last-child{margin-right:0}.setting-tab-wrap .setting-tab .tab-item.Mui-selected{background-color:#2b5773;color:#fff;font-size:18px;line-height:22px}.darkTheme .setting-tab-wrap .setting-tab .tab-item.Mui-selected{color:#0273ba;background-color:#fff}@media only screen and (min-width:1440px){.setting-tab-wrap .setting-tab .tab-item.Mui-selected{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.setting-tab-wrap .setting-tab .tab-item.Mui-selected{font-size:22px;line-height:26px}}@media only screen and (min-width:1440px){.setting-tab-wrap .setting-tab .tab-item{font-size:18px;line-height:22px}}@media only screen and (min-width:2560px){.setting-tab-wrap .setting-tab .tab-item{font-size:20px;line-height:24px}}.setting-tab-wrap .setting-tab .disabledTab.tab-item{background-color:#0000004d;color:#7c7c7c;pointer-events:none}.setting-tab-panel{background:#fff;padding-bottom:20px}.setting-tab-panel>div{padding:0}.setting-tab-panel .panel-header{background-color:#d8f0ff;padding:20px 25px;display:flex;align-items:center}.darkTheme .setting-tab-panel .panel-header{background-color:#40526f}.setting-tab-panel .recipients-block{padding:14px 20px;background-color:#fff;display:flex;align-items:center;width:fit-content;margin-right:50px}.setting-tab-panel .recipients-block.darkTheme{background-color:#263346}.setting-tab-panel .recipients-block.darkTheme label{color:#fff}.setting-tab-panel .recipients-block label{color:#383838;font-size:16px;line-height:20px;font-weight:600;white-space:nowrap}@media only screen and (min-width:2560px){.setting-tab-panel .recipients-block label{font-size:20px;line-height:24px}}.setting-tab-panel .recipients-block .custom-form-control.MuiFormControl-root{margin:0 30px 0 10px;background:#cdd4d94d;border-radius:5px;padding:0;min-width:250px}.setting-tab-panel .recipients-block .custom-form-control.MuiFormControl-root .MuiOutlinedInput-notchedOutline{border:0}.panel-content{padding:40px 50px}.panel-content.darkTheme{background-color:#000}.panel-content.darkTheme>h5{color:#fff}.panel-content>h5{color:#0371b4;font-size:20px;line-height:24px;font-weight:700;margin:0}@media only screen and (min-width:2560px){.panel-content>h5{font-size:24px;line-height:28px}}.email-lists{padding-left:0;list-style:none;column-count:4;column-gap:25px}.email-lists li{border-bottom:1px solid #CDD4D9;padding:7px}.email-lists li:hover{background-color:#f4f5f7}.darkTheme .email-lists li:hover{background-color:#2b5773}.email-lists .MuiFormControlLabel-root{margin-bottom:0}.email-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#0371b4;font-size:16px;line-height:20px;font-weight:500;margin:0}.darkTheme .email-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#fff}@media only screen and (min-width:2560px){.email-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:20px;line-height:24px}}.email-lists .MuiFormControlLabel-root.orange .MuiButtonBase-root.MuiCheckbox-root.Mui-checked{color:#dc792d}.alert-lists{padding-left:0;list-style:none}.alert-lists .MuiFormControlLabel-root{min-width:600px;margin-bottom:40px;background:#ffffffb3;box-shadow:0 3px 6px #00000029;border-radius:5px;padding:10px}.alert-lists .MuiFormControlLabel-root:has(.Mui-checked){background:#e7f0ff}.darkTheme .alert-lists .MuiFormControlLabel-root{background-color:#2b5773}.alert-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#383838;font-size:20px;line-height:24px;font-weight:500;margin:0;white-space:nowrap}.darkTheme .alert-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#fff}@media only screen and (min-width:2560px){.alert-lists .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:24px;line-height:28px}}.alert-lists .MuiFormControlLabel-root.orange .MuiButtonBase-root.MuiCheckbox-root.Mui-checked{color:#dc792d}.alert-lists .MuiFormControlLabel-root .MuiInputBase-input.MuiOutlinedInput-input{background:#cdd4d9;border-radius:5px;padding:10px;width:70px;text-align:center;font-weight:600;letter-spacing:1px}.darkTheme .alert-lists .MuiFormControlLabel-root .MuiInputBase-input.MuiOutlinedInput-input{background:#cdd4d91a}.alert-lists .MuiFormControlLabel-root .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled{background:#cdd4d94d}.MuiAutocomplete-listbox .MuiAutocomplete-option{overflow-wrap:anywhere}.refreshCard{border-radius:12px}.dispatchingPanel{padding:16px}.dispatcherAdminAccordion{margin:0!important}.dispatcherAdminAccordion .accordionSummery{min-height:auto!important;margin:0!important;padding:0!important;background-color:#676767!important}.dispatcherAdminAccordion .accordionSummery div{background-color:#676767;min-height:auto!important;color:#fff!important;margin:0!important}.dispatcherAdminAccordion .accordionSummery div h6{padding:10px 24px}.dispatcherAdminAccordion .accordionSummery .MuiAccordionSummary-expandIconWrapper{position:relative;right:24px}.adminContainer{padding:0 30px 30px!important;margin-top:-140px!important;flex:1}.settings-tab.MuiButtonBase-root.MuiTab-root{text-align:left;color:#0371b4;font-size:16px;font-weight:600;line-height:20px;text-transform:capitalize;padding:20px 15px;border-bottom:1px solid rgba(112,112,112,.36);align-items:flex-start}.settings-tab.MuiButtonBase-root.MuiTab-root img{width:30px;height:auto}@media only screen and (min-width:2560px){.settings-tab.MuiButtonBase-root.MuiTab-root{font-size:20px;line-height:24px}}@media only screen and (min-width:3840px){.settings-tab.MuiButtonBase-root.MuiTab-root{font-size:24px;line-height:29px}}.settings-tab.MuiButtonBase-root.MuiTab-root.Mui-selected{background-color:#d8f0ff}.settings-tab.MuiButtonBase-root.MuiTab-root.darkTheme{color:#fff}.settings-tab.MuiButtonBase-root.MuiTab-root.darkTheme.Mui-selected{background-color:#0273ba}.MuiPaper-root.MuiMenu-paper.MuiPaper-root.MuiPopover-paper .rounded-search{background:#eff9ff;margin:7px;width:calc(100% - 14px)}.storm-crew-filter.MuiInputBase-root.MuiOutlinedInput-root:has(>.MuiSelect-select[aria-expanded=true]){background-color:#fff!important;border-radius:8px 8px 0 0}.storm-crew-filter.MuiInputBase-root.MuiOutlinedInput-root .MuiSvgIcon-root.MuiSelect-icon{background-image:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23fff'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23fff'/%3e%3c/svg%3e");margin:3px 0 0 7px}.storm-crew-filter.MuiInputBase-root.MuiOutlinedInput-root .MuiSvgIcon-root.MuiSelect-icon.MuiSelect-iconOpen{transform:rotate(-180deg);background-image:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23376eba'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23376eba'/%3e%3c/svg%3e");margin:3px 0 0 9px;width:14px;height:14px}.storm-multiselect-menu.MuiButtonBase-root.MuiMenuItem-root{padding:0 8px 0 0;border-bottom:1px solid #03A0FF;margin:0 7px;width:calc(100% - 14px)}.storm-multiselect-menu.MuiButtonBase-root.MuiMenuItem-root:last-child{border-bottom:0}.storm-multiselect-menu.MuiButtonBase-root.MuiMenuItem-root.Mui-disabled{padding:0 10px}.table-headcell-autocomplete .MuiAutocomplete-root .MuiFormLabel-root.MuiInputLabel-root{font-size:14px;line-height:18px;font-weight:700;color:#ebf3ff;white-space:break-spaces;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:1920px){.table-headcell-autocomplete .MuiAutocomplete-root .MuiFormLabel-root.MuiInputLabel-root{font-size:16px;line-height:20px;margin-top:-2px}}@media only screen and (min-width:2560px){.table-headcell-autocomplete .MuiAutocomplete-root .MuiFormLabel-root.MuiInputLabel-root{font-size:18px;line-height:22px;margin-top:-4px}}.table-headcell-autocomplete .MuiAutocomplete-root.Mui-focused .MuiButtonBase-root.MuiIconButton-root{margin-right:5px;margin-top:-5px;transform:rotate(-180deg);background:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23376eba'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23376eba'/%3e%3c/svg%3e") no-repeat}.table-headcell-autocomplete .MuiAutocomplete-root.Mui-focused .MuiButtonBase-root.MuiIconButton-root .MuiSvgIcon-root{visibility:hidden}.table-headcell-autocomplete .MuiAutocomplete-root.Mui-focused .MuiInputBase-root.MuiInput-root{background:#fff;border-radius:4px 4px 0 0;padding:4px}.table-headcell-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:before{border-bottom-color:transparent}.table-headcell-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom:1px solid transparent}.table-headcell-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root:after{border-bottom:1px solid transparent}.table-headcell-autocomplete .MuiAutocomplete-root .MuiInputBase-root.MuiInput-root .MuiAutocomplete-input{color:#2b5773}.table-headcell-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root{background-image:url("data:image/svg+xml,%3csvg%20id='Component_1764_18'%20data-name='Component%201764%20–%2018'%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3crect%20id='Rectangle_150279'%20data-name='Rectangle%20150279'%20width='23'%20height='23'%20rx='11.5'%20fill='%23fff'%20opacity='0'/%3e%3cpath%20id='Icon_ionic-ios-arrow-down'%20data-name='Icon%20ionic-ios-arrow-down'%20d='M6.872,2.368l5.2,5.2a.978.978,0,0,0,1.387,0,.99.99,0,0,0,0-1.391L7.568.286A.98.98,0,0,0,6.214.257L.286,6.173A.982.982,0,0,0,1.673,7.563Z'%20transform='translate(18.37%2015.428)%20rotate(180)'%20fill='%23fff'/%3e%3c/svg%3e");margin-left:10px}.table-headcell-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root .MuiSvgIcon-root{visibility:hidden}.table-headcell-autocomplete .MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root.MuiAutocomplete-clearIndicator{display:none}.table-headcell-autocomplete .MuiAutocomplete-listbox{max-height:200px}.table-headcell-autocomplete .MuiAutocomplete-listbox .MuiAutocomplete-option{padding:6px;align-items:flex-start}.table-headcell-autocomplete .MuiAutocomplete-listbox .MuiAutocomplete-option .MuiButtonBase-root.MuiCheckbox-root{padding:4px;color:#dc792d;margin-top:-2px}.table-headcell-autocomplete .MuiPaper-root.MuiAutocomplete-paper{border-radius:0 0 4px 4px}.table-headcell-autocomplete .MuiAutocomplete-inputRoot{overflow:visible}.resourceTable.stormTable table.benchmarkTable .MuiTableHead-root{position:relative;z-index:6}.resourceTable.stormTable table.benchmarkTable th,.resourceTable.stormTable table.benchmarkTable td{min-width:190px}@media only screen and (min-width:1920px){.resourceTable.stormTable table.benchmarkTable th,.resourceTable.stormTable table.benchmarkTable td{min-width:220px;font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th,.resourceTable.stormTable table.benchmarkTable td{min-width:240px;font-size:18px;line-height:22px}}@media only screen and (min-width:3840px){.resourceTable.stormTable table.benchmarkTable th,.resourceTable.stormTable table.benchmarkTable td{min-width:260px}}.resourceTable.stormTable table.benchmarkTable th:first-child,.resourceTable.stormTable table.benchmarkTable td:first-child{min-width:220px!important;position:sticky;left:0;border-right:1px solid;word-break:break-all;z-index:4}.resourceTable.stormTable table.benchmarkTable th:nth-child(2),.resourceTable.stormTable table.benchmarkTable td:nth-child(2){position:sticky;left:239px;border-right:1px solid;word-break:break-all;z-index:4;min-width:200px;max-width:200px}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th:nth-child(2),.resourceTable.stormTable table.benchmarkTable td:nth-child(2){left:240px}}.resourceTable.stormTable table.benchmarkTable th:nth-child(3),.resourceTable.stormTable table.benchmarkTable td:nth-child(3){position:sticky;left:459px;border-right:1px solid;word-break:break-all;z-index:4}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th:nth-child(3),.resourceTable.stormTable table.benchmarkTable td:nth-child(3){left:461px}}@media only screen and (min-width:3840px){.resourceTable.stormTable table.benchmarkTable th:nth-child(3),.resourceTable.stormTable table.benchmarkTable td:nth-child(3){left:462px}}.resourceTable.stormTable table.benchmarkTable th:nth-child(4),.resourceTable.stormTable table.benchmarkTable td:nth-child(4){position:sticky;left:680px;border-right:1px solid;word-break:break-all;z-index:4}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th:nth-child(4),.resourceTable.stormTable table.benchmarkTable td:nth-child(4){left:682px}}@media only screen and (min-width:3840px){.resourceTable.stormTable table.benchmarkTable th:nth-child(4),.resourceTable.stormTable table.benchmarkTable td:nth-child(4){left:686px}}.resourceTable.stormTable table.benchmarkTable th .MuiTableSortLabel-root,.resourceTable.stormTable table.benchmarkTable td .MuiTableSortLabel-root{width:auto;margin-left:10px}.resourceTable.stormTable table.benchmarkTable th.assigned-region-column,.resourceTable.stormTable table.benchmarkTable td.assigned-region-column{min-width:220px}.resourceTable.stormTable table.benchmarkTable th .MuiFormControl-root,.resourceTable.stormTable table.benchmarkTable td .MuiFormControl-root{margin-top:-4px}.resourceTable.stormTable table.benchmarkTable th.crew-type-col,.resourceTable.stormTable table.benchmarkTable th.crew-status-col,.resourceTable.stormTable table.benchmarkTable td.crew-type-col,.resourceTable.stormTable table.benchmarkTable td.crew-status-col{min-width:201px;max-width:201px}.resourceTable.stormTable table.benchmarkTable th.crew-position-col,.resourceTable.stormTable table.benchmarkTable td.crew-position-col{min-width:250px;max-width:250px}.resourceTable.stormTable table.benchmarkTable th.eta-col,.resourceTable.stormTable table.benchmarkTable td.eta-col{min-width:160px;max-width:160px;padding:0 5px}.resourceTable.stormTable table.benchmarkTable th.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm,.resourceTable.stormTable table.benchmarkTable td.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm{font-weight:600;color:#2b5773;padding:7px 3px;font-size:12px;line-height:16px}@media only screen and (min-width:1920px){.resourceTable.stormTable table.benchmarkTable th.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm,.resourceTable.stormTable table.benchmarkTable td.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm,.resourceTable.stormTable table.benchmarkTable td.eta-col .react-datepicker-wrapper input[type=text].custom-time-picker-storm{font-size:18px;line-height:22px}}.resourceTable.stormTable table.benchmarkTable th.crew-status-col .MuiSelect-select,.resourceTable.stormTable table.benchmarkTable td.crew-status-col .MuiSelect-select{font-weight:600;color:#2b5773!important;padding:7px 3px;font-size:12px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:1920px){.resourceTable.stormTable table.benchmarkTable th.crew-status-col .MuiSelect-select,.resourceTable.stormTable table.benchmarkTable td.crew-status-col .MuiSelect-select{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.resourceTable.stormTable table.benchmarkTable th.crew-status-col .MuiSelect-select,.resourceTable.stormTable table.benchmarkTable td.crew-status-col .MuiSelect-select{font-size:18px;line-height:22px}}.resourceTable.stormTable table.benchmarkTable th{background:#2b5773}.resourceTable.stormTable table.benchmarkTable td{cursor:pointer;background:#fff}.darkTheme .resourceTable.stormTable table.benchmarkTable td{background:#263346}.resourceTable.stormTable table.benchmarkTable .MuiButtonBase-root.MuiIconButton-root.table-header-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;width:20px;background-color:#0371b4;border-radius:0}.time-popover .MuiPaper-root.MuiPopover-paper{background:#2b5773;box-shadow:none;border-radius:10px;color:#fff;overflow:visible;padding:25px 15px 15px;min-width:230px}.time-popover .MuiPaper-root.MuiPopover-paper .content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}@media only screen and (min-width:2560px){.time-popover .MuiPaper-root.MuiPopover-paper .content{padding:16px 22px}}.time-popover .MuiPaper-root.MuiPopover-paper .react-daterange-picker__wrapper{flex-direction:row-reverse;background:#fff3;border:1px solid #707070;border-radius:8px;height:36px;align-items:center;justify-content:center}.time-popover .MuiPaper-root.MuiPopover-paper .react-daterange-picker__inputGroup__input{color:#fff}.time-popover .close-button{position:absolute;right:10px;top:10px;cursor:pointer}.custom-datetime-picker .MuiInputBase-root.MuiOutlinedInput-root{color:#2b5773;padding:8px}.custom-datetime-picker .MuiIconButton-root{color:#2b5773}.custom-datetime-picker .MuiOutlinedInput-notchedOutline{border:none;border-bottom:1px solid #767676!important;border-radius:0}.react-datepicker-wrapper input[type=text].custom-time-picker-storm{border:none;border-bottom:1px solid #767676!important;border-radius:0;color:#2b5773;padding:8px 0 11px 8px;margin:0}.react-datepicker-wrapper input[type=text].custom-time-picker-storm:focus{border:none}.eta-col .react-datepicker__time-container{width:100%}.add-storm-dialog .MuiPaper-root.MuiDialog-paper{width:calc(100% - 150px)}.add-storm-header{background-color:#e7f0ff;padding:15px 10px;position:relative}.add-storm-header.darkTheme{background-color:#000}.add-storm-header .border-right{border-right:1px solid rgba(112,112,112,.3)}.add-storm-header .blueText{color:#0171b4;font-weight:600}.darkTheme .add-storm-header .blueText{color:#009eff!important}.add-storm-header .MuiFormControl-root{background:#fff}.darkTheme .add-storm-header .MuiFormControl-root{background:transparent}.add-storm-header .remove-button{position:absolute;right:15px;top:15px}.horizontal-field{display:flex;align-items:center}.horizontal-field .MuiTypography-root{margin-bottom:0;text-align:left;font-weight:500;font-size:15px;line-height:19px;letter-spacing:0;color:#0171b4;margin-right:5px;margin-left:10px;white-space:nowrap}.darkTheme .horizontal-field .MuiTypography-root{color:#fff}@media only screen and (min-width:1920px){.horizontal-field .MuiTypography-root{font-weight:600;font-size:17px;line-height:21px;margin-right:10px}}@media only screen and (min-width:2560px){.horizontal-field .MuiTypography-root{font-weight:600;font-size:22px;line-height:27px;margin-right:18px}}.horizontal-field .MuiFormControl-root{flex-grow:1}.add-storm-crew-middle-part{padding:25px}.add-storm-crew-middle-part .inner-block{box-shadow:0 3px 6px #00000039;border:1px solid rgba(112,112,112,.502);border-radius:5px;position:relative;padding:20px}.add-storm-crew-middle-part .inner-block.darkTheme{background:#0371b436}.add-storm-crew-middle-part .inner-block .add-icon{position:absolute;right:46px;top:10px}.add-storm-crew-middle-part .inner-block .remove-icon{position:absolute;right:10px;top:10px}.add-storm-crew-middle-part .inner-block .add-storm-header{margin:20px 0 -20px -20px;width:calc(100% + 20px);border-radius:0 0 5px 5px}.add-storm-crew-middle-part .inner-block .add-storm-header .MuiFormControl-root{background:#fff}.darkTheme .add-storm-crew-middle-part .inner-block .add-storm-header .MuiFormControl-root{background:transparent}.add-storm-crew-middle-part .MuiFormControl-root{background:#f4f4f4}.darkTheme .add-storm-crew-middle-part .MuiFormControl-root{background:transparent}.react-datepicker-wrapper input[type=text].custom-time-picker{width:calc(100% - 25px);margin:0;background:#f4f4f4}.darkTheme .react-datepicker-wrapper input[type=text].custom-time-picker{background:transparent;border-color:#fff3;color:#fff}.custom-toggle{background-color:#fff;padding:0 10px;width:fit-content}.custom-toggle.darkTheme{background-color:#2b5773}.custom-toggle .MuiTypography-root{text-align:left;font-weight:600;font-size:13px;line-height:18px;letter-spacing:0;color:#0171b4;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}.darkTheme .custom-toggle .MuiTypography-root{color:#fff}@media only screen and (min-width:1920px){.custom-toggle .MuiTypography-root{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.custom-toggle .MuiTypography-root{font-size:22px;line-height:27px}}.custom-toggle .MuiSwitch-track,.custom-toggle .MuiSwitch-thumb{background-color:#ed6c02}.outage-overview-view{padding:15px}.darkTheme .outage-overview-view{background-color:#000}.outage-overview-card.MuiCard-root{border-radius:10px;box-shadow:0 0 7px #0000002f;display:flex;flex-direction:column;position:relative;width:fit-content}.darkTheme.outage-overview-card.MuiCard-root{background:#263346;background-image:none}.outage-overview-card.MuiCard-root .cardContent{cursor:pointer;display:flex;padding:10px 30px 10px 10px!important}@media only screen and (min-width:2560px){.outage-overview-card.MuiCard-root .cardContent{padding:16px 30px 16px 10px!important}}.darkTheme.outage-overview-card.MuiCard-root .cardContent{background-color:#40526f}.outage-overview-card.MuiCard-root .cardContent p.MuiTypography-root{white-space:nowrap;font-size:14px;line-height:18px;font-weight:500;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#4d4c4c;text-transform:capitalize}@media only screen and (min-width:2560px){.outage-overview-card.MuiCard-root .cardContent p.MuiTypography-root{font-size:17px;line-height:21px;letter-spacing:.4px}}.darkTheme.outage-overview-card.MuiCard-root .cardContent p.MuiTypography-root{color:#fff}.outage-overview-card.MuiCard-root .cardContent h5{font-weight:600;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.outage-overview-card.MuiCard-root .cardContent h5{font-size:28px;line-height:32px}}.outage-overview-card.MuiCard-root .cardContent img{margin:auto 0;width:40px;height:40px}@media only screen and (min-width:1920px){.outage-overview-card.MuiCard-root .cardContent img{width:45px;height:45px}}.darkTheme .MuiDataGrid-root{background-color:#263346}.MuiDataGrid-cell[title]{pointer-events:none}.MuiDataGrid-columnHeaders{background-color:#2b5773!important;color:#fff!important}.MuiDataGrid-columnHeaderTitle{color:#fff!important;font-weight:600!important}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #35415e;-webkit-box-shadow:inset 0 0 5px #35415e;border-radius:10px;background-color:#ddd}*::-webkit-scrollbar-thumb{background-color:#35415e;border-radius:10px;box-shadow:inset 0 0 5px #35415e;-moz-box-shadow:inset 0 0 5px #35415e}.width100{width:100%!important}.height100{height:100%!important}.height100vh{height:100vh!important}.minHeight100vh{min-height:100vh!important}.sectionHeading{font-size:16px;font-weight:700}.p-0{padding:0!important}.p-5{padding:5px!important}.pb-7{padding-bottom:7px}.pb-5{padding-bottom:5px}.pb-0{padding-bottom:0!important}.pb-100{padding-bottom:100px!important}.pl-0{padding-left:0!important}.pt-10{padding-top:10px!important}.plr-0{padding-left:0!important;padding-right:0!important}.ptb-0{padding-top:0!important;padding-bottom:0!important}.plr-5{padding-left:5px!important;padding-right:5px!important}.header-padding-60{padding-top:60px!important}@media only screen and (min-width:2560px){.header-padding-60{padding-top:80px!important}}@media only screen and (min-width:3840px){.header-padding-60{padding-top:100px!important}}.p-15{padding:15px!important}.p-10{padding:10px!important}.pt-0{padding-top:0!important}.p-7{padding:7px!important}.pr-0{padding-right:0!important}.pr-8{padding-right:8px!important}.pl-5{padding-left:5px!important}.pl-8{padding-left:8px!important}.pl-18{padding-left:18px}.mlr-0{margin-left:0!important;margin-right:0!important}.m-auto{margin:auto}.ml-0{margin-left:0!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml--10{margin-left:-10px!important}.ml-15{margin-left:15px!important}.ml-35{margin-left:35px}.mr-0{margin-right:0!important}.mr-10{margin-right:10px!important}.mr-30{margin-right:30px}.mr-5{margin-right:5px!important}.mt-8{margin-top:8px!important}.marginTop-180{margin-top:-180px!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-50{margin-top:50px!important}.mt-100{margin-top:100px!important}.mb-5{margin-bottom:5px!important}.mb-8{margin-bottom:8px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-30{margin-bottom:30px!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.m-0{margin:0!important}.m-15{margin:15px!important}.opacity05{opacity:.5}.lable{font-size:12px}.textWhite{color:#fff!important}.textBlue{color:#2b5773!important}.textPrimary{color:#0371b4!important}.darkTheme .textPrimary,.textPrimary.darkTheme{color:#009eff!important}.textVibrantBlue{color:#0045ff!important}.darkTheme .textVibrantBlue,.textVibrantBlue.darkTheme{color:#009eff!important}.textBlack{color:#000!important}.textGreyWatermark{color:#7a7a7a!important}.bgPrimary{background-color:#0171b4!important}.bgDarkSecondary{background-color:#41516f!important}.textOrange{color:#dc792d}.bgWhite{background-color:#fff!important}.bgBlack{background-color:#000}.bgGrey{background-color:#e5e5e5!important}.bgLightGrey{background-color:#f7f7f7!important}.bgTransparent{background-color:transparent!important;background:transparent!important;background-image:none!important}.bgSkyBlue{background-color:#e7f0ff!important}.textDanger{color:#c30000!important}.darkTheme.textDanger,.textDanger.darkTheme{color:#ff2d2d!important}.textGreen{color:#428e11!important}.darkTheme.textGreen,.textGreen.darkTheme{color:#03bf70!important}.textPurple{color:#c905ed!important}.textCenter{text-align:center!important}.textLeft{text-align:left!important}.textRight{text-align:right!important}.textUppercase{text-transform:uppercase!important}.textCapitalize{text-transform:capitalize!important}.text-underline{text-decoration:underline!important}.cursorPointer{cursor:pointer!important}.cursorMove{cursor:move!important}.disabledBlock{background:#0000003b}.boxShadowNone{box-shadow:none}.borderNone{border:none!important}.borderRadius10{border-radius:10px!important}.cursorNotAllowed{cursor:not-allowed!important}.noPointerEvents{pointer-events:none!important}.displayFlex{display:flex}.displayInlineFlex{display:inline-flex}.displayInline,.show{display:inline-block}.displayBlock{display:block!important}.hide{display:none!important}.visibilityHidden{visibility:hidden!important}.floatRight{float:right}.overflowHidden{overflow:hidden}.overflowVisible{overflow:visible!important}.overflowAuto{overflow:auto!important}.defaultPadding{padding:15px}.positionRelative{position:relative}.positionAbsolute{position:absolute!important}.positionStatic{position:static!important}.marginAuto{margin:auto!important}.font-12{font-size:12px!important;line-height:14px}table th,table td{padding:5px 10px;border-bottom:1px solid #a0a0a0}.dataTable table th{color:#0073ba}.react-multi-carousel-list{overflow:visible;z-index:9}.outageTile .titleInfo.carouselTileInfo{position:static}.link{color:#0073ba;text-decoration:underline;cursor:pointer}.link.darkTheme{color:#009eff}.outageTile .titleInfo.carouselTileInfo .outageTileMap{bottom:155px}.outageTile:hover .outageTileMap img{display:block;animation:fade .5s linear;border-radius:10px 10px 0 0}.popupHeading{background-color:#0073ba;padding:10px 5px;font-size:18px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:space-between}.contentWrapper{height:calc(100% - 60px);overflow-y:auto}.fontSize14px{font-size:14px!important}.fontWegintBold{font-weight:600!important}.fontWeightMedium{font-weight:500!important}.text-nowrap{white-space:nowrap}.d-flex{display:flex}.alignItemsCenter{align-items:center}.verticalAlignTop{vertical-align:top!important}.verticalAlignMiddle{vertical-align:middle!important}.alignItemsStart{align-items:flex-start!important}.justifyContentCenter{justify-content:center!important}.justifyContentEnd{justify-content:flex-end}.justifyContentStart{justify-content:flex-start!important}.justifyContentBetween{justify-content:space-between}.justifyContentAround{justify-content:space-around!important}.flexColumn{flex-direction:column}.flexRow{flex-direction:row!important}.flex-1{flex:1!important}.flex-wrap{flex-wrap:wrap!important}.iconBtn{padding:4px 15px 4px 34px;height:30px;position:relative;border:none;display:flex;align-items:center;border-radius:17px;cursor:pointer;font-size:14px;line-height:18px;font-weight:500}@media only screen and (min-width:1280px){.iconBtn{font-size:14px;line-height:18px}}@media only screen and (min-width:1366px){.iconBtn{font-size:14px;line-height:18px}}@media only screen and (min-width:1440px){.iconBtn{font-size:14px;line-height:18px}}@media only screen and (min-width:1920px){.iconBtn{font-size:16px;line-height:20px}}.iconBtn .iconWrap{width:32px;height:32px;border-radius:17px;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center}.iconBtn.danger{background-color:#a500001c;color:#0371b4;text-decoration:underline}.darkTheme.iconBtn.danger{background-color:#a50000;color:#fff}.iconBtn.danger .iconWrap{background-color:#a50000}.iconBtn.green{background-color:#428e111c;color:#0371b4;text-decoration:underline}.iconBtn.green .iconWrap{background-color:#428e11}.iconBtn.large{padding:12px 8px 12px 50px;height:41px;border-radius:50px;font-size:14px;line-height:17px;font-weight:400}.iconBtn.large .iconWrap{width:47px;height:47px;border-radius:50px;top:-3px}.iconBtn.blue{background-color:#e7f0ff;color:#2b5773}.iconBtn.blue .iconWrap{background-color:#2b5773}.iconBtn.disabled{background-color:#6d71771c;color:#6d7177}.darkTheme.iconBtn.disabled{background-color:#6d7177;color:#242527}.iconBtn.disabled .iconWrap{background-color:#6d7177}.common-modal .modal-wrapper{background:#fff;border:1px solid #707070;border-radius:11px;width:50vw;height:50vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:21px}.common-modal .modal-wrapper.large{width:calc(100% - 100px);height:calc(100vh - 100px);overflow:auto}.common-modal .modal-wrapper .common-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.common-modal .modal-wrapper .common-modal-header h2{font-weight:600;font-size:25px;line-height:30px;color:#000;margin:0}.common-modal .modal-wrapper .common-modal-body.history-modal-body{background:#eff5ff;border-radius:15px;padding:10px 0;margin-bottom:20px}.common-modal .modal-wrapper .common-modal-body.history-modal-body table th.MuiTableCell-head{background-color:#eff5ff;font-weight:500;font-size:16px;line-height:19px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#0073ba}.common-modal .modal-wrapper .common-modal-body.history-modal-body table td.MuiTableCell-body{font-weight:400;font-size:14px;line-height:16px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#000}.dot{background-color:#f2bf11!important;border:1px solid #f2bf11!important;color:#000!important}.eto-s{background-color:#fdff00!important;border:1px solid #FDFF00!important;color:#000!important}.f{background-color:#18365c!important;border:1px solid #18365C!important;color:#fff!important}.gsrt,.othr{background-color:#54b151!important;border:1px solid #54B151!important;color:#000!important}.hol{background-color:#7030a0!important;border:1px solid #7030A0!important;color:#fff!important}.jd{background-color:#7afc16!important;border:1px solid #7AFC16!important;color:#000!important}.ld{background-color:#7030a0!important;border:1px solid #7030A0!important;color:#fff!important}.loa{background-color:#948a54!important;border:1px solid #948A54!important;color:#fff!important}.mtg{background-color:#e62e63!important;border:1px solid #E62E63!important;color:#fff!important}.std{background-color:#da9694!important;border:1px solid #DA9694!important;color:#000!important}.trng{background-color:#e26b26!important;border:1px solid #E26B26!important;color:#fff!important}.vha{background-color:#59b1f0!important;border:1px solid #59B1F0!important;color:#000!important}.wc{background-color:#d8e4bc!important;border:1px solid #D8E4BC!important;color:#000!important}.frlh{background-color:#7efcfc!important;border:1px solid #7EFCFC!important;color:#000!important}.eto-u,.osl,.cvd,.wl,.x,.off,.reliability-technician,.lamper,.journeyman-lineman-lamper{border:1px solid #6D7177!important}.darkTheme .eto-u,.osl,.cvd,.wl,.x,.off,.reliability-technician,.lamper,.journeyman-lineman-lamper{background-color:#fff;color:#000!important}.darkTheme .eto-u span,.osl span,.cvd span,.wl span,.x span,.off span,.reliability-technician span,.lamper span,.journeyman-lineman-lamper span{color:#000!important}.off{background-color:#fff!important;color:#000!important}.lead-working-foreman{background-color:#f3c241!important;color:#000!important}.lead-working-foreman span{color:#000!important}.lineman-working-foreman,.underground-working-foreman,.circuit-captain,.foreman,.bird-dog{background-color:#000!important;color:#fff!important}.lineman-working-foreman span,.underground-working-foreman span,.circuit-captain span,.foreman span,.bird-dog span{color:#fff!important}.lineman-leadman,.cable-splicer{background-color:#376eba!important;color:#fff!important}.lineman-leadman span,.cable-splicer span{color:#fff!important}.equipment-legend{background-color:#b1e2ff!important;color:#0b4e76!important}.equipment-legend span{color:#0b4e76!important}.journeyman-lineman,.lineman{background-color:#e6322d!important;color:#fff!important}.journeyman-lineman span,.lineman span{color:#fff!important}.assistant-cable-splicer{background-color:#e6322d!important;color:#fff!important}.assistant-cable-splicer span{color:#fff!important}.equipment-operator,.derrick-truck-operator{background-color:gray!important;color:#fff!important}.equipment-operator span,.derrick-truck-operator span{color:#fff!important}.truck-driver,.underground-helper{background-color:#ee9e38!important;color:#fff!important}.truck-driver span,.underground-helper span{color:#fff!important}.apprentice-lineman,.apprentice{background-color:#52ad5b!important;color:#fff!important}.apprentice-lineman span,.apprentice span{color:#fff!important}.groundman{background-color:#833c0c!important;color:#fff!important}.groundman span{color:#fff!important}.pre-apprentice-lineman,.preapprentice-lineman,.preapprentice{background-color:#57adea!important;color:#000!important}.pre-apprentice-lineman span,.preapprentice-lineman span,.preapprentice span{color:#000!important}.operator{background-color:gray!important;color:#fff!important}.operator span{color:#fff!important}.flagger{background-color:#00008b!important;color:#fff!important}.flagger span{color:#fff!important}.crew-member{background-color:transparent!important;color:#000!important;border:.5px solid #6D7177!important}.crew-member span{color:#000!important}.darkTheme .crew-member{color:#fff!important;border-color:#ffffff80!important}.darkTheme .crew-member span{color:#fff!important}.tester{background-color:transparent!important;color:#000!important;border:.5px solid #6D7177!important}.tester span{color:#000!important}.darkTheme .tester{color:#fff!important;border-color:#ffffff80!important}.darkTheme .tester span{color:#fff!important}.arcos-foreman,.arcos-lineman,.arcos-truck-driver,.arcos-apprentice,.arcos-preapprentice,.arcos-groundman,.arcos-operator,.arcos-tester,.arcos-flagger{background-color:#fdff00!important;color:#000!important}.arcos-foreman span,.arcos-lineman span,.arcos-truck-driver span,.arcos-apprentice span,.arcos-preapprentice span,.arcos-groundman span,.arcos-operator span,.arcos-tester span,.arcos-flagger span{color:#000!important}.pre-apprentice-lineman-nd,.preapprentice-lineman-nd,.pre-apprentice-lineman-\(nd\){background-color:#b25751!important;color:#fff!important}.pre-apprentice-lineman-nd span,.preapprentice-lineman-nd span,.pre-apprentice-lineman-\(nd\) span{color:#fff!important}.utility-workers{background-color:#9ea543!important;color:#fff!important}.utility-workers span{color:#fff!important}.night-shift{background-color:#009eff1a;color:#000!important}.night-shift span{color:#000!important}.not-applicable{background-color:#e0e0e0;color:#000!important}.not-applicable span{color:#000!important}.feederName{background-color:#a3e5af;color:#000!important}.feederName span{color:#000!important}.MuiButtonBase-root.MuiCheckbox-root.Mui-checked.orange{color:#dc792d}.MuiList-root.MuiMenu-list{max-height:200px}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root{padding-top:4px;padding-bottom:4px;font-size:16px;line-height:24px}@media only screen and (min-width:2560px){.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root{font-size:20px;line-height:28px}}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root .MuiButtonBase-root.MuiCheckbox-root{padding:5px}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root .MuiListItemText-root .MuiTypography-root{font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif"}@media only screen and (min-width:2560px){.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root .MuiListItemText-root .MuiTypography-root{font-size:18px;line-height:22px;letter-spacing:1px}}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root img.calendar-icon{display:none}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root.header-menu-item{justify-content:space-between}.MuiList-root.MuiMenu-list .MuiButtonBase-root.MuiMenuItem-root.header-menu-item img{width:20px;height:20px;margin-left:20px}.MuiTypography-root.MuiDialogTitle-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:18px;line-height:22px;color:#36556f;font-weight:600}@media only screen and (min-width:1440px){.MuiTypography-root.MuiDialogTitle-root{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.MuiTypography-root.MuiDialogTitle-root{font-size:26px;line-height:30px}}.MuiTypography-root.MuiDialogContentText-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:14px;line-height:20px}@media only screen and (min-width:1440px){.MuiTypography-root.MuiDialogContentText-root{font-size:16px;line-height:20px}}@media only screen and (min-width:2560px){.MuiTypography-root.MuiDialogContentText-root{font-size:24px;line-height:28px}}.MuiButtonBase-root.MuiButton-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:12px;line-height:16px}@media only screen and (min-width:1440px){.MuiButtonBase-root.MuiButton-root{font-size:14px;line-height:18px}}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiButton-root{font-size:24px;line-height:26px;padding:10px 16px}}.MuiButtonBase-root.MuiButton-root.MuiButton-containedPrimary,.MuiButtonBase-root.MuiButton-root.primary-btn{background-color:#0371b4}.MuiButtonBase-root.MuiButton-root.MuiButton-containedPrimary.darkTheme,.MuiButtonBase-root.MuiButton-root.primary-btn.darkTheme{color:#fff!important}.MuiButtonBase-root.MuiButton-root.MuiButton-outlined{border-color:#0371b4;color:#0371b4}.darkTheme .MuiButtonBase-root.MuiButton-root.MuiButton-outlined{color:#fff;border-color:#fff}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiButton-root.MuiButton-outlined{padding:5px 16px}}.MuiButtonBase-root.MuiButton-root.rounded{border-radius:50px;min-width:100px}.MuiButtonBase-root.MuiButton-root.Mui-disabled{background:#aaa!important;color:#fff!important;border:1px solid #AAAAAA!important}.MuiButtonBase-root.MuiButton-root.link-button{background-color:#0371b4;color:#fff;padding:6px 16px;text-align:center;border-radius:50px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;text-transform:uppercase;text-decoration:none}.MuiButtonBase-root.MuiButton-root.link-button:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.MuiButtonBase-root.MuiButton-root.white{background:#fff;color:#363636}.MuiButtonBase-root.MuiButton-root.green-btn{background:#006212;color:#fff}.MuiButtonBase-root.MuiButton-root.green-btn.darkTheme{background-color:#03bf70;color:#fff}.MuiButtonBase-root.MuiButton-root.default-btn{background:#cdd4d9;color:#fff}.MuiButtonBase-root.MuiButton-root.default-btn.darkTheme{background-color:#000;color:#fff}.MuiButtonBase-root.MuiButton-root.MuiIconButton-root .icon-btn-img{width:30px;height:30px}@media only screen and (min-width:3840px){.MuiButtonBase-root.MuiButton-root.MuiIconButton-root .icon-btn-img{width:40px;height:40px}}.MuiButtonBase-root.MuiButton-root.secondary-btn{background:#dc792d;border:1px solid #DC792D;box-shadow:none;color:#fff}.MuiButtonBase-root.MuiIconButton-root.green-btn{background-color:#006212}.MuiButtonBase-root.MuiIconButton-root.green-btn img{width:18px;height:18px}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiIconButton-root.green-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.MuiButtonBase-root.MuiIconButton-root.green-btn img{width:22px;height:22px}}.MuiButtonBase-root.MuiIconButton-root .icon-btn-img{width:30px;height:30px}@media only screen and (min-width:3840px){.MuiButtonBase-root.MuiIconButton-root .icon-btn-img{width:40px;height:40px}}.MuiButtonBase-root.MuiIconButton-root .icon-btn-img.small{width:15px;height:15px}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiIconButton-root .icon-btn-img.small{width:30px;height:30px}}.MuiButtonBase-root.MuiIconButton-root.white{background:#fff}.MuiButtonBase-root.MuiIconButton-root.white img{width:18px;height:18px}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiIconButton-root.white{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.MuiButtonBase-root.MuiIconButton-root.white img{width:22px;height:22px}}@media only screen and (min-width:3840px){.MuiButtonBase-root.MuiMenuItem-root{font-size:20px;line-height:24px}}.MuiButtonBase-root .icon-btn-img{width:30px;height:30px}@media only screen and (min-width:3840px){.MuiButtonBase-root .icon-btn-img{width:40px;height:40px}}.MuiButtonBase-root .icon-btn-img.small{width:15px;height:15px}@media only screen and (min-width:3840px){.MuiButtonBase-root .icon-btn-img.small{width:25px;height:25px}}.MuiButtonBase-root.MuiToggleButton-root{font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";font-size:12px;line-height:16px;text-transform:capitalize;font-weight:700;padding:5px 12px;border:none}@media only screen and (min-width:1440px){.MuiButtonBase-root.MuiToggleButton-root{font-size:14px;line-height:18px}}@media only screen and (min-width:2560px){.MuiButtonBase-root.MuiToggleButton-root{font-size:24px;line-height:26px}}.MuiButtonBase-root.MuiToggleButton-root.white{background:#fff;color:#0371b4}.MuiButtonBase-root.MuiToggleButton-root.white.Mui-selected:hover{background-color:#fff}.MuiButtonBase-root.MuiToggleButton-root.rounded{border-radius:50px;min-width:100px}.MuiTooltip-tooltip{background:#484848;font-size:14px!important;line-height:18px!important;color:#fff!important;box-shadow:1px 1px 4px #00000080;display:block!important}@media only screen and (min-width:1920px){.MuiTooltip-tooltip{font-size:16px!important;line-height:20px!important}}@media only screen and (min-width:2560px){.MuiTooltip-tooltip{font-size:18px!important;line-height:22px!important}}@media only screen and (min-width:3840px){.MuiTooltip-tooltip{font-size:20px!important;line-height:24px!important}}.MuiTooltip-arrow{color:#484848}.custom-container.MuiContainer-root{display:flex;margin-left:0}@media only screen and (min-width:2560px){.custom-container.MuiContainer-root{margin-left:0}}@media only screen and (min-width:3840px){.custom-container.MuiContainer-root{margin-left:0}}.secondary-select .MuiSvgIcon-root.MuiSelect-icon{color:#0371b4;font-size:38px;right:0;width:20px;height:20px;top:50%;transform:translateY(-50%)}.custom-chip.MuiChip-root{border-radius:4px;font-weight:500;font-size:13px;line-height:15px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";min-width:45px;border:1px solid #6D7177;background-color:#fff;margin-left:0}.custom-chip.MuiChip-root .MuiChip-label{padding:1px 5px}@media only screen and (min-width:1440px){.custom-chip.MuiChip-root{font-size:14px;line-height:16px}}@media only screen and (min-width:2560px){.custom-chip.MuiChip-root{font-size:18px;line-height:22px;min-width:70px;height:26px}.custom-chip.MuiChip-root .MuiChip-label{padding:2px 5px}}.blueText{color:#18365c}.errorMsg{white-space:pre-line}.react-daterange-picker__wrapper{flex-direction:row-reverse;align-items:center;justify-content:space-between;border:1px solid rgba(0,0,0,.23);height:41px;border-radius:4px}.darkTheme.react-daterange-picker__wrapper{border:1px solid rgba(255,255,255,.23);color:#fff}.react-daterange-picker__calendar{z-index:11}.react-daterange-picker__inputGroup{font-size:12px;line-height:16px;font-weight:400;flex-grow:0}.themeBox{border-radius:9px;background:#fff3;padding:8px 15px;position:fixed;right:28px;top:7px;z-index:10000;width:100px}.themeBox.lightHeader{background:#a3a3a333}.themeBox.lightHeader.weather-details .date{color:#0073ba}.themeBox.lightHeader.weather-details .date.darkTheme{color:#fff}@media only screen and (min-width:1920px){.themeBox{padding:7px 15px;margin-top:0}}@media only screen and (min-width:2560px){.themeBox{padding:15px 18px;margin-top:0}}@media only screen and (min-width:3840px){.themeBox{padding:25px 18px;margin-top:0}}.themeBox.weather-details .date{font-size:14px;text-align:center;color:#fff}@media only screen and (min-width:3840px){.themeBox.weather-details .date{font-size:20px}}.MuiModal-root.MuiPopover-root.MuiMenu-root,.MuiModal-root.MuiDialog-root,.MuiModal-root.MuiPopover-root{z-index:10000}.MuiPickersPopper-root{z-index:10000!important}.Toastify__toast-container{z-index:100000}.textFieldBorder fieldset{border-color:#0000003b!important}.textFieldBorder.darkTheme fieldset{border-color:#ffffff3b!important}.isDateError fieldset{border-color:#d32f2f!important}.MuiTooltip-popper{z-index:10000!important}.MuiSelect-select.MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:inherit}.Sheridan,.SHERIDAN{background-color:#ffd580!important;border:1px solid #FFD580!important}.Newberg,.NEWBERG{background-color:#80d3c1!important;border:1px solid #80D3C1!important}.Woodburn,.WOODBURN{background-color:#fad0bc!important;border:1px solid #FAD0BC!important}.OregonCity,.OREGONCITY{background-color:#9bd380!important;border:1px solid #9BD380!important}.Sunset,.SUNSET{background-color:#bf94d1!important;border:1px solid #BF94D1!important}.Beaverton,.BEAVERTON{background-color:#80adf2!important;border:1px solid #80ADF2!important}.Wilsonville,.WILSONVILLE{background-color:#d3d396!important;border:1px solid #D3D396!important}.Salem,.SALEM{background-color:#bf92a7!important;border:1px solid #BF92A7!important}.Gresham,.GRESHAM{background-color:#d0a192!important;border:1px solid #D0A192!important}.PSC,.POC{background-color:#ffff80!important;border:1px solid #FFFF80!important}.gray{background-color:#dcdcdc!important;border:1px solid #DCDCDC!important}.cursorNormal{cursor:context-menu}.textDecorationNone{text-decoration:none}.fontSize18px{font-size:18px}.fontBold{font-weight:700!important}.textCamelCase{text-transform:capitalize!important}.widthAuto{width:auto!important}.wordBreak{word-break:break-word}.react-joyride__tooltip div{margin-top:0!important}.react-joyride__tooltip div div{padding:10px!important}.__floater{will-change:auto!important;filter:none!important;padding:10px 0 0!important}.month-tab-wrap{margin-bottom:6px;text-align:center;padding:0;position:sticky;z-index:0}.month-tab-wrap .MuiTabs-flexContainer{justify-content:flex-start;align-items:flex-end;border-bottom:1px solid #B1E2FF}.month-tab-wrap .month-tab{box-shadow:none;border-bottom:0;min-height:34px}.month-tab-wrap .month-tab .tab-item{font-weight:500;font-size:14px;line-height:18px;font-family:Proxima-Nova,Roboto,Helvetica,Arial,"sans-serif";color:#2b5773;text-transform:capitalize;border-bottom:3px solid transparent;padding:4px 16px;min-height:35px;min-width:auto!important;background-color:#cce3f1;margin-right:6px;border-radius:5px 5px 0 0}@media only screen and (min-width:1920px){.month-tab-wrap .month-tab .tab-item{font-size:16px;line-height:20px}}.month-tab-wrap .month-tab .tab-item:last-child{margin-right:0}.month-tab-wrap .month-tab .tab-item.Mui-selected{background-color:#0273ba;color:#fff;min-height:46px;font-size:18px;line-height:22px}.darkTheme .month-tab-wrap .month-tab .tab-item.Mui-selected{color:#0273ba;background-color:#fff}@media only screen and (min-width:1440px){.month-tab-wrap .month-tab .tab-item.Mui-selected{font-size:20px;line-height:24px}}@media only screen and (min-width:2560px){.month-tab-wrap .month-tab .tab-item.Mui-selected{font-size:22px;line-height:26px}}@media only screen and (min-width:1440px){.month-tab-wrap .month-tab .tab-item{font-size:18px;line-height:22px}}@media only screen and (min-width:2560px){.month-tab-wrap .month-tab .tab-item{font-size:20px;line-height:24px}}.month-tab-wrap .month-tab .disabledTab.tab-item{background-color:#0000004d;color:#7c7c7c;pointer-events:none}.crewSelect{border-radius:16px!important;padding:3px 0 3px 12px!important;margin:0 12px 0 0!important;min-width:120px!important}.crewSelect>div fieldset.MuiOutlinedInput-notchedOutline{border:none!important}.crewSelect>div .Mui-focused fieldset.MuiOutlinedInput-notchedOutline{border:none!important}.darkTheme .crewSelect{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.23)}.crewSelect .MuiButtonBase-root.MuiIconButton-root{color:#0371b4!important}.darkTheme .crewSelect .MuiButtonBase-root.MuiIconButton-root{color:#fff!important}.margin-0{margin:0!important}.hourly-time-select .react-datepicker-wrapper .react-datepicker__input-container:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16.564'%20height='16.564'%20viewBox='0%200%2016.564%2016.564'%3e%3cg%20id='Icon_ionic-md-time'%20data-name='Icon%20ionic-md-time'%20transform='translate(-3.375%20-3.375)'%3e%3cpath%20id='Path_99454'%20data-name='Path%2099454'%20d='M11.649,3.375a8.282,8.282,0,1,0,8.29,8.282A8.279,8.279,0,0,0,11.649,3.375Zm.008,14.907a6.625,6.625,0,1,1,6.625-6.625A6.625,6.625,0,0,1,11.657,18.282Z'%20fill='%23dc792d'/%3e%3cpath%20id='Path_99455'%20data-name='Path%2099455'%20d='M17.78,10.688H16.538v4.969l4.348,2.608.621-1.019-3.727-2.21Z'%20transform='translate(-5.709%20-3.172)'%20fill='%23dc792d'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:10px;top:50%;transform:translateY(-50%);width:20px;height:20px}.hourly-time-select .react-datepicker-wrapper .react-datepicker__input-container:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15'%20viewBox='0%200%2023.619%2013.503'%3e%3cpath%20id='Icon_ionic-ios-arrow-back'%20data-name='Icon%20ionic-ios-arrow-back'%20d='M9.432,11.813.5,20.742a1.688,1.688,0,0,0,2.391,2.384L13.011,13.008a1.685,1.685,0,0,0,.049-2.327L2.893.492A1.688,1.688,0,1,0,.5,2.876Z'%20transform='translate(23.619)%20rotate(90)'%20fill='%230073ba'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:15px;height:15px}.darkTheme .hourly-time-select .react-datepicker-wrapper .react-datepicker__input-container:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10.828'%20height='6.414'%20viewBox='0%200%2010.828%206.414'%3e%3cpath%20id='Path_92359'%20data-name='Path%2092359'%20d='M0,8,4,4,0,0'%20transform='translate(9.414%201.414)%20rotate(90)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/svg%3e");color:#fff}.hourly-time-select .react-datepicker-wrapper input[type=text].timeSelect{border-radius:50px;padding:6px 0 6px 40px;margin:0;width:80px}.darkTheme .hourly-time-select .react-datepicker-wrapper input[type=text].timeSelect{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.23);color:#fff}.crew-date-range-picker .react-datepicker-wrapper{width:auto}.crew-date-range-picker .react-datepicker-wrapper input.dateRangeInput{border:none;background:transparent;color:#0d5da6;font-size:13px;font-weight:600;width:100px;padding:2px 4px;outline:none;cursor:pointer}.crew-date-range-picker .react-datepicker-wrapper input.dateRangeInput::placeholder{color:#999}.table-head-filter-select.MuiAutocomplete-root .MuiButtonBase-root.MuiIconButton-root.MuiAutocomplete-popupIndicator{color:#fff}.table-head-filter-select.MuiAutocomplete-root .MuiOutlinedInput-root{padding:0;margin-top:-26px}.table-head-filter-select.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{display:none}.table-head-filter-select.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input~.MuiOutlinedInput-notchedOutline{display:none;border:none;min-width:0}.table-head-filter-select.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input[aria-expanded=true]{width:150px;padding:5px;background:#fff;color:#000}.table-head-filter-select.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input[aria-expanded=true]~.MuiOutlinedInput-notchedOutline{width:150px}.table-head-filter-select.MuiAutocomplete-root .MuiButtonBase-root.MuiChip-root{display:none}.yellowBg .MuiInputBase-root.MuiOutlinedInput-root{background-color:#feff55}.yellowBg .MuiInputBase-root.MuiOutlinedInput-root input{color:#000}.without-header-accordion.MuiPaper-root.MuiAccordion-root{box-shadow:none;margin:0}.without-header-accordion.MuiPaper-root.MuiAccordion-root:before{display:none}.without-header-accordion.MuiPaper-root.MuiAccordion-root>.MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded{min-height:48px}.markerTooltip{position:absolute;left:50%;top:0;transform:translate(-50%,calc(-100% - 8px));background:#0371b4;color:#fff;padding:6px 8px;border-radius:4px;font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;z-index:1000;pointer-events:none;box-shadow:0 2px 6px #00000040}.markerTooltip:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #0371B4}.markerTooltipline{margin:2px}.mapboxgl-popup-content{background-color:#0371b4!important;color:#fff!important}.mapboxgl-popup-tip{background-color:#0371b4!important}.cluster-label{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;color:#fff;opacity:1!important;font-size:14px;line-height:1;font-weight:700;pointer-events:none}body{background-color:#e6e6e6}.error-page{text-align:center;width:50%;border:4px solid #C30000;padding:20px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px}.error-page h2{font-size:30px;line-height:30px;opacity:.7}.error-page h3{font-size:14px;line-height:20px;opacity:.7;margin:0 20px 20px}.error-page button{background-color:#0073ba;color:#fff;padding:7px 30px;font-size:16px}.error-page button:hover{background-color:#fd8320}
