: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:hsla(0,0%,100%,.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(90deg,#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) px);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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;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:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@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{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@-webkit-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__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-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)}}@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--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@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{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{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)}}@-webkit-keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{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)}}@-webkit-keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{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)}}@-webkit-keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{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--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{background-color:rgba(0,0,0,.85);outline:none;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{position:absolute;top:0;left:0;right:0;bottom:0}.ril__image,.ril__imageNext,.ril__imagePrev{margin:auto;max-width:none;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__imageDiscourager{background-repeat:no-repeat;background-position:50%;background-size:contain}.ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{left:0;background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat 50%}.ril__navButtonNext{right:0;background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat 50%}.ril__downloadBlocker{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");background-size:cover}.ril__caption,.ril__toolbar{background-color:rgba(0,0,0,.5);position:absolute;left:0;right:0;display:flex;justify-content:space-between}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{padding:10px 20px;color:#fff}.ril__toolbar{top:0;height:50px}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{padding-left:20px;padding-right:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ril__toolbarRightSide{padding-left:0;padding-right:20px;flex:0 0 auto}.ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%}.ril__zoomInButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%}.ril__zoomOutButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{width:60px;height:60px;position:relative}.ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.ril__loadingCirclePoint:before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both}.ril__loadingCirclePoint:first-of-type{transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{position:absolute;top:0;right:0;bottom:0;left:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.custom-equipment-grid-adjust .searchfilter-width{max-width:23em}.ReactModal__Overlay{z-index:2000!important}.backgroundcluster{background-color:#fff;padding:10px 15px;min-width:25em;color:#000;border-radius:4px;position:absolute;margin-left:-29px;margin-top:13px}.backgroundcluster>:nth-child(n){font-weight:600;font-size:15px;color:#000;text-align:center;text-transform:capitalize}.adjust-custom-width{min-width:1600px}@media screen and (max-width:1600px) and (min-width:900px){.adjust-custom-width{min-width:1280px!important}}@media screen and (max-width:1366px) and (min-width:768px){.adjust-custom-width{min-width:1042px!important}}@media screen and (min-width:375px)and (max-width:864px){.add-custom-wh{width:24em!important;height:31em!important}.adjust-outer-task-filter{padding:0 10px 0 4px!important}.custom-card-inner-boxes2>:nth-child(3)>:first-child,.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3){font-size:10px!important}.custom-card-inner-boxes3{min-height:15.3vh!important}.mr-30{margin-left:15px!important}.custom-icons-container{margin:30px 0 20px!important}.door-img,.waste-tank-img{margin-left:13px!important}.tissue-img{margin-left:6px!important}.angle-img,.battery-img,.human-img{margin-left:13px!important}.adjust-styling-box-address{padding:10px 0 10px 9px!important;margin:0 0 10px!important}.custom-card-inner-boxes1>:nth-child(3){margin-top:0!important}.custom-card-inner-boxes1{min-height:11.3vh!important}div .add-custom-height{height:66%!important;width:100%!important;margin-left:0!important}.adjust-custom-width{min-width:415px!important}}@media screen and (min-width:390px) and (max-width:778px){.add-custom-wh{width:24em!important;height:31em!important}.adjust-outer-task-filter{padding:0 10px 0 4px!important}.custom-card-inner-boxes2>:nth-child(3)>:first-child,.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3){font-size:10px!important}.custom-card-inner-boxes3{min-height:15.3vh!important}.mr-30{margin-left:15px!important}.custom-icons-container{margin:30px 0 20px!important}.door-img,.waste-tank-img{margin-left:13px!important}.tissue-img{margin-left:6px!important}.angle-img,.battery-img,.human-img{margin-left:13px!important}.adjust-styling-box-address{padding:10px 0 10px 9px!important;margin:0 0 10px!important}.custom-card-inner-boxes1>:nth-child(3){margin-top:0!important}.adjust-custom-width{min-width:415px!important}.custom-card-inner-boxes1{min-height:11.3vh!important}div .add-custom-height{height:66%!important;width:100%!important;margin-left:0!important}}@media screen and (min-width:360px) and (max-width:800px){.add-custom-wh{width:24em!important;height:31em!important}.adjust-outer-task-filter{padding:0 10px 0 4px!important}.custom-card-inner-boxes2>:nth-child(3)>:first-child,.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3){font-size:10px!important}.custom-card-inner-boxes3{min-height:15.3vh!important}.mr-30{margin-left:15px!important}.custom-icons-container{margin:30px 0 20px!important}.door-img,.waste-tank-img{margin-left:13px!important}.tissue-img{margin-left:6px!important}.angle-img,.battery-img,.human-img{margin-left:13px!important}.adjust-styling-box-address{padding:10px 0 10px 9px!important;margin:0 0 10px!important}.custom-card-inner-boxes1>:nth-child(3){margin-top:0!important}.adjust-custom-width{min-width:415px!important}.custom-card-inner-boxes1{min-height:11.3vh!important}div .add-custom-height{height:66%!important;width:100%!important;margin-left:0!important}}.adjust-margin-submit{margin-top:30px}.searchfilter-margin{margin-left:84px!important}.searchfilter-main-container{display:flex;align-items:center;width:100%}.searchfilter-main-container>:not(:first-child){margin-left:10px}.searchfilter-width{max-width:294px}.go-back-map{height:20px;color:#000;z-index:100000000;padding:16px;border-radius:unset;margin:1em 10px 10px 5px;border:1px solid}.go-back-map,.go-back-map:hover{background-color:#fff}.adjust-user-preference-main-container{padding:10px 4px 30px 0}.adjust-user-preference-main-container>:nth-child(n){padding:12px 50px 10px;color:#6e759f}.adjust-user-preference-main-container>:nth-child(2){margin-left:10px}.active-container{color:#fff!important;border-radius:5px;min-width:8em}.active-container,.onHover:hover{background-color:#5569ff!important}.active-container-next-button{background-color:#50aa05!important;color:#fff!important;border-radius:10px}.active-container-prev-button{background-color:#5900ff!important;color:#fff!important;border-radius:10px}.clear-container{background-color:red!important;color:#fff!important;border-radius:10px;min-width:8em}@media only screen and (max-width:600px){.clear-container{background-color:red!important}.active-container,.clear-container{color:#fff!important;border-radius:10px;min-width:5em}.active-container{background-color:#5569ff!important}}.adjust-preference-drawer-container{max-height:35em;overflow-x:auto}.adjust-preference-drawer-edit-container{max-height:40em;overflow-x:auto}.adjust-preference-drawer-container>:nth-child(n)>:first-child,.adjust-preference-drawer-edit-container>:nth-child(n)>:first-child{font-size:16px;font-weight:700;margin:20px 10px 20px 0}.adjust-inner-styling{margin:15px 10px 15px 0;font-size:16px;font-weight:700}.adjust-inner-elements>:first-child span{font-weight:300}.adjust-autocomplete>:first-child>:first-child>:nth-child(2){background-color:#fff}.preferences-main-container{display:flex;padding:16px 10px 16px 28px;font-size:15px}.question-styling{color:#fff;width:50%}.accountPreferenceSecond{padding:3px 3px 3px 7px;margin:0;font-size:13px;text-transform:uppercase;color:hsla(231,7%,81%,.5);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.66}.adjust-user-preference-edit-container{padding:10px 4px 10px 0}.adjust-user-preference-edit-container>:nth-child(n){padding:11px 50px 10px 64px;color:#6e759f;margin:27px 10px 10px}.adjust-user-preference-edit-container>:nth-child(2){margin-left:10px}.preference-errors-main-container{padding:12px;line-height:2}.preference-errors{color:#662531;background-color:#ffeef1;margin-bottom:17px;padding-left:35px}.adjust-preference-drawer-container span{font-weight:300}.adjust-child-elements-user-preference{margin-left:25px}.adjust-inner-header-user-pref{margin-top:10px;margin-bottom:10px;margin-left:10px}.adjust-outer-container-user-pref{max-height:10em;overflow-y:auto;width:72%;overflow-x:hidden}.adjust-user-new-form-main-container{align-items:baseline}.adjust-user-new-form-main-container span{font-weight:500}.user-new-form-outer-container>:first-child>:nth-child(n)>:first-child{padding:10px 10px 10px 3px;font-size:16px;font-weight:600}.adjust-footer-buttons>:first-child>:first-child>:nth-child(n){padding-left:0;max-width:12em;margin-top:3em}.cs-pointer{cursor:pointer}.adjust-table-col-width tbody tr>:nth-child(n){min-width:13.8em}.no-data-available-custom{text-align:center;margin-top:10em;margin-bottom:10em;font-size:18px;font-weight:500}.last-serive-days{font-size:12px;color:rgba(34,51,84,.7)}.content_footer_box{position:fixed;bottom:0;width:80%}.user_info_box{height:20px!important}.customIconDropdown{transform:rotate(-46deg);margin:10px 10px 10px 17px}.customIconDropdown,.customIconDropdownOpen{width:12px;height:12px;border:2px solid;border-top:unset;border-right:unset;color:#fff}.customIconDropdownOpen{transform:rotate(134deg);margin:1em 10px 10px 17px;cursor:pointer}.loader-container{display:flex;justify-content:center;align-items:center;height:100%;margin-top:1em}.loader{border:8px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adjust-customer-counts{padding:5px;position:absolute;margin-top:-80px;font-size:19px;color:#fff;margin-left:-38px;font-weight:700}.checkunits{display:unset}.adjust-to-text{padding:15px 5px 10px 2px;text-align:center;font-size:17px;font-weight:500;color:gray}.adjust-header-col,.adjust-header-col>:nth-child(n){position:-webkit-sticky;position:sticky}.adjust-max-height{max-height:27em;overflow:auto}.map-pointerColor{background-color:#fff}.adjust-table-col-width thead{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1}.apply-custom-height{max-height:40em}.custom-modal-text-color{color:#fff}.loader-outer-container{text-align:center;padding:20px;display:contents}.adjust-autocomplete>:first-child>:first-child>:nth-child(2),.adjust-table-col-width thead{background-color:#111633}.adjust-outer-task-filter{padding:0 10px 0 23px}.separator{box-shadow:1px 0 2px rgba(255,251,255,.5);height:100%;margin:2px 30px 10px 108px;width:.1px}.right-checkbox-filter-tasks div{color:#cbccd2}.right-checkbox-filter-tasks>:first-child{text-align:center;margin-bottom:15px;margin-top:15px}.adjust-checkbox-container{display:flex;align-items:center;margin-left:10px}.adjust-checkbox-container>:first-child{min-width:4.2em;margin-top:-6em}.adjust-internal-checkbox{display:flex;align-items:center;margin-left:30px}.d-flex{display:flex}.d-flex_w_ml{display:flex;align-items:center;grid-gap:2px;gap:2px}.adjust-checkbox-width{display:grid;grid-template-columns:repeat(6,1fr)}.inner-card-start-end-date-container{padding:10px}.inner-card-start-end-date-container,.inner-card-start-end-date-container>:first-child,.inner-card-start-end-date-container>:nth-child(2){display:flex;align-items:center;justify-content:space-between}.inner-card-start-end-date-container>:first-child>:nth-child(2),.inner-card-start-end-date-container>:nth-child(2)>:nth-child(2){margin-left:10px}.inner-card-text{display:flex;align-items:center;padding:10px}.inner-card-text>:nth-child(2){margin-left:10px}@media only screen and (max-width:824px){.content_footer_box{position:relative}.hide-ele-mobile{display:none!important}.hide-ele-web{display:inherit!important}.adjust-checkbox-width{grid-template-columns:repeat(3,1fr)!important}.adjust-internal-checkbox{margin-left:25px!important}.adjust-internal-checkbox>:first-child{margin-right:0!important}.adjust-checkbox-container{margin-left:-23px!important}}.hide-ele-web{display:none!important}.adjust-custom-scroll-inner-box::-webkit-scrollbar,.adjust-custom-scroll-outer-box::-webkit-scrollbar{width:0!important}.work-order-main-container>:first-child{margin-bottom:-26px!important}.work-order-main-container>:nth-child(2)>:first-child{padding-top:2px!important;padding-bottom:2px!important}.task-main-container{font-size:14px}.task-main-container>:first-child{display:flex}.task-main-container>:first-child>:first-child{min-width:82%;max-width:82%}.task-main-container>:first-child>:nth-child(2){min-width:50%}.adjust-task-with-date-container{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.add-custom-height{height:77%!important;margin-left:1px}.service-container>:nth-child(n){display:flex;align-items:center;padding:0 10px}.waste-tank-img{margin-left:0;background:url(/_next/static/media/beaker.a7d48498.svg);width:50px;height:50px;background-repeat:no-repeat;background-size:cover}.door-img{margin-left:30px;background:url(/_next/static/media/door.bce36271.svg);width:40px;height:40px;background-repeat:no-repeat;background-size:cover}.tissue-img{background:url(/_next/static/media/tissuePaper.2f5fffc6.svg);width:53px;height:48px;background-repeat:no-repeat;background-size:cover;margin-left:16px}.human-img{margin-left:0;background:url(/_next/static/media/human.9453b2dc.svg);width:22px;height:49px;background-repeat:no-repeat;background-size:cover}.angle-img{margin-left:0;background:url(/_next/static/media/acute-Angle-first.d038f11a.svg);width:40px;height:40px;background-repeat:no-repeat;background-size:cover}.battery-img{margin-left:33px;background:url(/_next/static/media/charge-orange.59028553.svg);width:21px;height:39px;background-repeat:no-repeat;background-size:cover}.custom-icons-container{display:flex;align-items:center;color:#fff;margin:-1px 10px 13.5px;min-height:109px;padding-top:12px;padding-bottom:10px;max-height:109px}.mr-30{margin-left:30px}.mr-l-55{margin-left:55px}.tasks-container{overflow-y:auto;max-height:82px;box-shadow:0 0 3px hsla(0,0%,100%,.5);color:#fff;margin-left:0;min-height:215px;padding:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.tasks-container::-webkit-scrollbar{width:3px!important}.tasks-container::-webkit-scrollbar-thumb,.tasks-container::-webkit-scrollbar-thumb:hover{background:#000!important}.tasks-container::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border:1px solid #fff;background:#86888a}.txt-align-centre{text-align:center}.custom-icons-container>:nth-child(n){width:125px}.custom-icons-container>:nth-child(n)>:nth-child(2){margin-top:20px}.adjust-fieldWorker-alignment{display:flex}.custom-card-container{background-color:#111633;max-height:21.5em;width:99%;border-radius:10px;box-shadow:0 0 10px hsla(0,0%,100%,.5);padding:3px 10px;margin-top:15px}.custom-card-inner-boxes1{background-color:#3d4258;border-radius:10px;min-height:96.5%;text-align:center;color:#fff;padding:10px 10px 10px 6px}.custom-card-inner-boxes1>:nth-child(3){margin-top:4em}.custom-card-inner-boxes2,.custom-customer-box{background-color:#3d4258;border-radius:10px!important;color:#fff;font-size:14px}.custom-customer-box>:first-child{text-decoration:underline!important}.custom-card-inner-boxes2>:first-child,.custom-customer-box>:first-child{font-size:20px;font-weight:700}.custom-card-inner-boxes2>:nth-child(3){display:flex;align-items:center;margin-top:10px}.custom-card-inner-boxes2>:nth-child(2){margin-top:10px}.custom-card-inner-boxes2>:nth-child(3)>:first-child,.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3){display:flex;align-items:center}.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3){margin-left:20px}.custom-card-inner-boxes2>:nth-child(3)>:nth-child(2){width:1px;height:18px;border:1px solid #fff;margin-left:22px}.custom-card-inner-boxes3{background-color:#3d4258;border-radius:10px;min-height:38.3vh;padding:15px;color:#fff;text-align:left}.custom-card-inner-boxes3>:nth-child(3){margin-top:20px}.custom-card-inner-boxes3>:nth-child(2){width:100%;height:1px;border:1px solid #fff;margin-top:20px}.adjust-styling-box-address{padding:10px 10px 10px 9px;margin:0 0 10px;border-radius:10px}.service-frequency-container{box-shadow:0 0 3px hsla(0,0%,100%,.5);color:#fff;padding:1px 10px 9px 8px;margin-left:0;min-height:7em;border-top-left-radius:10px;border-top-right-radius:10px}.service-frequency-container>:nth-child(3)>:nth-child(2){display:flex;align-items:center;width:10%}.service-frequency-container>:nth-child(3)>:nth-child(2)>:first-child{min-width:80px}.service-frequency-container>:nth-child(n){display:flex;align-items:center;margin-top:10px;font-size:14px}.custom-card-inner-boxes2>:nth-child(3)>:first-child>:nth-child(2),.custom-card-inner-boxes2>:nth-child(3)>:nth-child(3)>:nth-child(2){margin-left:10px}.service-frequency-container>:nth-child(n)>:first-child{width:60%}.popup-vertical-separator{width:100%;height:1px;border:.1px solid #343952;margin-top:30px}.scheduled-icon{margin-left:0}.prev-next-date{margin-left:-10px;font-size:14px}.scheduled-icon>:first-child{height:18px;padding-top:5px;cursor:pointer}.custom-bg{border-radius:10px;padding:5px;margin-left:5px}.map-Sites-Color-1{background-color:red}.map-Sites-Color-2{background-color:green}.map-Sites-Color-3{background-color:blue}.map-Sites-Color-4{background-color:#6a6a09}.map-Sites-Color-5{background-color:orange}.map-Sites-Color-6{background-color:purple}.map-Sites-Color-7{background-color:#f55973}.map-Sites-Color-8{background-color:#049696}.map-Sites-Color-9{background-color:#f0f}.map-Sites-Color-10{background-color:#0a420a}.map-Sites-Color-11{background-color:teal}.map-Sites-Color-12{background-color:indigo}.map-Sites-Color-13{background-color:brown}.map-Sites-Color-14{background-color:#555353}.map-Sites-Color-15{background-color:#000}.custom-tag-one{background-color:red!important}.clear-filter-bg{background-color:#fff!important;color:#000!important}.clear-filter-container>:nth-child(2){margin-left:115px;font-size:16px;font-weight:600;margin-top:-3px}.clear-filter-container{display:flex;align-items:center}.add-custom-wh{width:600px;height:450px}.next-button-click{padding:0 3px 3px 10px;margin-left:1em}.next-button-click,.prev-button-click{width:36px;height:37px;border-radius:50%;border:1px solid #fff;font-size:22px;cursor:pointer}.prev-button-click{padding:0 3px 3px 8px;margin-left:8px}.datespacing{margin-left:3em;min-width:5em}.clearbuttonspacing{min-width:16.4em}.newTaskGaping{margin-left:.8em}.css-46bh2p-MuiCardContent-root:last-child{padding-bottom:0}.work-order-main-container .css-46bh2p-MuiCardContent-root{padding:0}.custom-customer-box>:nth-child(4),.custom-customer-box>:nth-child(5){display:flex}.custom-customer-box>:nth-child(2),.custom-customer-box>:nth-child(3),.custom-customer-box>:nth-child(4),.custom-customer-box>:nth-child(5),.custom-customer-box>:nth-child(6),.custom-customer-box>:nth-child(7){margin-top:15px}.custom-customer-box>:nth-child(6)>:first-child,.custom-customer-box>:nth-child(7)>:first-child{text-decoration:underline}.custom-customer-box>:nth-child(4)>:first-child,.custom-customer-box>:nth-child(5)>:first-child{width:30%}.custom-customer-box{min-height:330px}.icons-outer-container{background-color:#3d4258;border-radius:10px!important;color:#fff}.custom-customer-box>:nth-child(3),.custom-customer-box>:nth-child(4),.custom-customer-box>:nth-child(5),.custom-customer-box>:nth-child(6){font-size:14px}.portable-washrroom{background:url(/_next/static/media/portable-washrroom.fa938966.svg);margin-left:25px;width:36px;height:52px;background-repeat:no-repeat;background-size:cover}.adjust-scrolling div div{max-height:10em;overflow:auto;position:revert;min-width:47%;color:#fff}.adjust-scrolling div div ::-webkit-scrollbar{width:0!important}.adjust-scrolling>div>div>div>:nth-last-child(2){position:absolute;text-align:right}.adjust-service-location>div div>:nth-child(2){max-height:50px;overflow:auto;position:revert}.adjust-service-location>div div div::-webkit-scrollbar{width:0!important}.adjust-addr-option{margin-left:10px!important}.css-sj3zl6-MuiPaper-root{background-color:#111633;color:#cbccd2;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;box-shadow:none;background-image:linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.05));background-image:none;padding:0;box-shadow:0 0 2px #6a7199;height:22%}.container{display:flex;justify-content:center;align-items:center;margin-top:-1em;margin-bottom:1em}.border{width:13em;height:.1px;background-color:#6a7199}.text{padding:0 20px;margin-left:11em}.adjust-dropdown-elm{align-items:center}.adjust-status-buttons{min-width:106px;font-size:14px;border-radius:10px}.icons-outer-container>:nth-child(2),.icons-outer-container>:nth-child(3){margin-top:-12px}.location-in-miles{text-decoration:underline}.adjust-dropdown-elm>:first-child>:nth-child(2),.adjust-dropdown-elm>:nth-child(2){margin-top:-14px}.align-version-with-logo,.align-version-with-logo-l2{display:flex;align-items:center}.align-version-with-logo-l2{width:100%;margin-left:1.5em}.align-version-with-logo>:first-child{margin-left:6px;color:#fff}.align-version-with-logo>:nth-child(2){margin-left:6px;margin-top:2px}.align-version-with-logo-l2>:first-child{color:#fff;font-size:13px}.align-version-with-logo-l2>:nth-child(2){margin-left:5px;margin-top:6px}.adjust-custom-logo{height:100px;max-height:90px;width:auto;display:"flex";min-width:200px;text-align:center}.img-custom-logo{max-width:100%;height:100%;margin:auto;align-self:center}.custom-plus-minus-zoom{position:absolute;top:60px;left:10px;background-color:#fff;padding:5px;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.3);cursor:pointer;min-width:46px;min-height:65px;text-align:center;margin-top:30px!important}.custom-plus-minus-zoom>:nth-child(n){font-size:23px;color:#000;font-weight:700;cursor:pointer}.fs-14{font-size:14px}.company-name-custom,.company-name-w_flex{color:#166ac4!important}.company-name-w_flex{display:flex;font-size:25px!important;margin-bottom:20px}.address-text-custom{text-align:left!important}.address-wrapper{font-weight:"normal";color:#5a5a59!important}.mt-10{margin-top:10px}.map-panel{box-shadow:0 0 10px hsla(0,0%,100%,.5);margin-top:2.35em;padding-right:.5em}.map-panel,.map-panel>:first-child{border-radius:10px}.custom-card-container>:first-child>:nth-child(n){margin-top:5px}.implements-box{text-align:center;padding-left:80px;display:contents}.implements-box>:first-child>:first-child{width:26em;height:8em;background-color:#fff;text-align:center;align-items:center;font-weight:500}.gm-style div>img{width:auto!important;height:auto!important;z-index:100000!important}.ml-10{margin-left:10px}.name-with-avatar-min-width{min-width:90px}.site-pin-custom-outer-container{display:flex;align-items:center;justify-content:center;height:86vh;margin:0}.site-pin-custom-modal{width:30%;background-color:#111633;text-align:center;border-radius:10px}.site-detail-title>:first-child>:first-child{position:absolute;margin-left:27%;cursor:pointer}.mid-container{margin-top:-1.6em;border-right:1px #6a7199}.adjust-site-details-data{display:flex;margin-top:18px;margin-bottom:18px}.centertheitems{justify-content:center}.textWidth{width:100%!important;text-align:center!important}.adjust-site-details-data>:first-child{width:38%;text-align:left;font-size:14px}.adjust-site-details-data>:nth-child(2){font-size:14px}.tooltip-container:hover{opacity:1;visibility:visible}.tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:8px;border-radius:4px;opacity:0;visibility:none;transition:opacity .3s ease,visibility .3s ease}.adjust-scrolling div>:not(:first-child):not(:nth-child(2)){margin-top:6px}.adjust-custom-cols .adjust-table-col-width tbody tr>:nth-child(n),.adjust-custom-cols-User .adjust-table-col-width tbody tr>:nth-child(n){min-width:4.8em}.adjust-custom-cols-User .adjust-table-col-width tbody tr>:nth-child(7){max-width:2.8em}.adjust-custom-cols-telemetry .adjust-table-col-width tbody tr>:nth-child(n),.custom-equipment-grid-adjust tbody tr>:not(:first-child){min-width:10.3em}.custom-equipment-grid-adjust tbody tr>:first-child{width:8.3em!important;max-width:8.3em;min-width:unset!important}.adjust-custom-cols .adjust-table-col-width tbody tr>:nth-child(10),.adjust-custom-cols .adjust-table-col-width tbody tr>:nth-child(9){text-align:right}.adjust-custom-cols .adjust-table-col-width thead tr>:nth-child(10)>div,.adjust-custom-cols .adjust-table-col-width thead tr>:nth-child(9)>div{justify-content:flex-end}.custom-start-end-filter>:first-child>:nth-child(n){min-width:10.4em;width:10em;margin-top:3px}.custom-start-end-filter .MuiFormControl-fullWidth>div{height:2.6em;margin-top:14px}.custom-start-end-filter .MuiFormControl-fullWidth>label{line-height:34px}.text-color-grey label{color:#8f94a2!important}.customer-input-text-color div input{color:#fff!important}.PCX-Scrollbar>:first-child>:first-child{padding-bottom:10px!important}.PCX-Scrollbar>:first-child>:nth-child(2){padding-top:unset!important;padding-bottom:unset!important;margin-top:unset!important}.customHeaderClass div{width:-webkit-min-content;width:-moz-min-content;width:min-content}.no-image-style{padding-top:7em;padding-left:10em}@-webkit-keyframes logoPulse{0%{transform:scale(.95)}50%{transform:scale(1.1)}to{transform:scale(.95)}}@keyframes logoPulse{0%{transform:scale(.95)}50%{transform:scale(1.1)}to{transform:scale(.95)}}@-webkit-keyframes logoShake{0%{transform:rotate(0deg)}20%{transform:rotate(5deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes logoShake{0%{transform:rotate(0deg)}20%{transform:rotate(5deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@-webkit-keyframes logoPipe{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes logoPipe{0%{opacity:1}50%{opacity:.5}to{opacity:1}}