@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-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;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;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;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,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;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;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;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,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;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,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;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;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;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);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%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.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%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.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%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.toast-close-btn-container{align-items:center;display:flex;justify-content:center}.toast-close-btn-container .toast-close-btn{border-radius:50%;color:#fff;font-size:18px;line-height:11px;padding:12px;transition:all .3s}.toast-close-btn-container .toast-close-btn:hover{background-color:rgba(0,0,0,.2)}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(../../static/media/slick.295183786cd8a1389865.woff) format("woff"),url(../../static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(../../static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.annotationLayer,.react-pdf__Page__annotations{height:0!important;width:0!important}*{box-sizing:border-box;font-family:Facto;margin:0;outline:none;padding:0}@font-face{font-family:digital;src:url(../../static/media/digital-7.93911ab167c943140756.ttf) format("truetype")}@font-face{font-family:Facto;src:url(../../static/media/Facto.6a5d487fe585be0cd9cc.otf) format("opentype")}@font-face{font-family:Facto-bold;src:url(../../static/media/Facto_Bold.078ca897f1cec3d4d486.otf) format("opentype")}@font-face{font-family:Facto-extra-bold;src:url(../../static/media/Facto-extra-bold.4d75503cddacbc9265ab.otf) format("opentype")}img{max-width:100%;vertical-align:middle}strong{font-family:Facto-bold}body{background-color:#eee;font-family:Facto;letter-spacing:.5px}body.dark-theme{background-color:#282828}button{cursor:pointer;font-family:Facto-bold}input,option,select,textarea{font-family:Facto}.page-wrapper{display:flex;flex-wrap:wrap}.page-wrapper .body-wrapper{max-width:100%;padding-left:20px;transition:all .3s ease;width:calc(100% - 255px)}@media(max-width:1100px){.page-wrapper .body-wrapper{width:100%!important}.list-header{display:none}}.dark-theme .toggle-icon-sec:before{left:31px!important}.sidebar-active .body-wrapper{width:calc(100% - 50px)}.sidebar-active .side-bar{width:300px}::-webkit-scrollbar{height:8px;width:7px}::-webkit-scrollbar-track{background:#f4f4f4;border-radius:5px}::-webkit-scrollbar-thumb{background:#bbd6ff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1b6fee}html{-webkit-text-size-adjust:auto;-ms-text-size-adjust:16px;font-size:16px}@media screen and (min-width:700px){html{font-size:14px}}@media screen and (max-width:700px){html{font-size:14px}}@media screen and (min-width:1000px){html{font-size:16px}}@media(min-width:1400px){html{font-size:16px}}.fisker-sprite{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAAFSCAYAAADo790DAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAHg5JREFUeJztnQeYFMXahcvrxXSD6Qav3vuDCQUl592FXQkSFSQIkhYESUrOSaJEyUmiS5CgZJUkSQyIAQRBJYioKEEWFZWk8P3fqephh3E2sLO7o8N5n+c829NdXVUzHCp199fGpINVq1bduGPHjmpff/31s0ePHl333Xff7f3hhx9OqMTTCezDMaRBWpyTnrJSYG8IauflUSDIsfx+ZdysGqzaqfpRJanojOoL1XTVHQH1XRtQzqhkvtd1qheC1AvnX58B3723l8d/vO+V1vM+VX2gWqBq6leXzOPll1++8oMPPsj9xZdfDvn222+3//TTT6fP/vKLnDt/Xs6dOydnz56VM2fOWGEb+37Ffk2DtEf1nC+++GII8kBeGVCl1AyQkvp6eRQLcqyYd+yvqjUhlPGR6p9+9d0bcHxOkO90rWpJkLw+U2XPoO8+1svjNtXJEPLBf648Qb5DxrBp06ZbPv3004lqtp/VQHLy1CkYSfbu3SsbNmyQFStWysqVK2T16tVWK1assPtwbM+ePeJ/DvJAXsgzxGpltumqhFgG1NKvvqmZ7hrV/CB5bFUF/la/B9NBq1V/MhmJGijbO++80/zAgQOJahb5/vvvZdu2bbJu3Tp5/fXX5bPPPpMTJ07ITz//LD+fPCmHDh+Wvn37ypGjR+Wbb75RI64UPV/eeOMNWbt2nT1Xu10YT7TVS9RjLTSfq9JZvcAf4IDqnTSqmZdHSqbrGeTYAFX1ZNRa9VNA+qF+9U3JdFerlgYp713juviM/O6dvTyCmW6XakUyeiNIud+bi1vz0EhISLhZDTFKW6ozOi6TnTt3yqqVq9Q8ayUhYaa0aNFCZs6cKSfVbGjFTp8+LZ/u3i1RJUrImjVrJL5hvHTs0FH2798vP/74oxw5ckS0a7VG3PnRTjl48CBawTObN28eOW/evGA/bGoE/gAdjeue0qJsXh4pmW5okGO3pVCfK1QDjTOTT/X9jidnOhguQXUu4Phm1X8z4btf7eURzHStU/h+aBxGBqT/VXV7CueknQEDBlylxlm9ffv28+gely5dKq+99pptqR566CEZPGiQzJkzR3r26CkH1ZAwHPTee+9JkcJFJCY6Wjp27Cg/awsIU6IlhPEwydDJhe1+kSfyRhnr169f8+KLL16des0uIvCHT+kHS46UTNc+yLENxnVP/hqt6qHq6glGu8ckGdtHoOkWGvcPP9n81nBvqm5Nod6B9eqvuisNyu6Xx6WaDjQISH/eyzc0JkyYcJMaYjW6RW2FtFVLkE8+/VSOHz8u63WMVrZMGWncuLF0795dGjZsKL179ZZffv3VThhgzKZNm9qxXrWqVa0xYcZTKhgQpuvQoYO2gg1ta4i83377bVvOsmXLVqHsS6hqeruYtX55pGS68sb9qOkZ65xVrTMX/yMHmg5pTgYpA+elNt5NT53Eq4OPYKZD13tTMkI3OjMg/Yk01DVldDx2lRphpJrnnK8b1UG/HDt2zI7FIIzZBmlLh78tW7aUzWrOs7+clbM//yDHDx2Q/R9vk19OnpBdu3bK5MmTbTcK46G1e0FNiJawW9eutvvVWaw8//zz1oCqc2rSUahDGqub3h8+0S+PlEyHrijYOOtS9LJfWYGmCyaMCQtl4ndPzXQnvN8nmL4Pkh8mPqFNJMaMGdNy0aJFZ1atWiWjR4+2M9H3339fErWVwyQCs8+5c+dKSx3PYXLwc+I3cnrrYjm1qJOcmlNXVcNTXbvv9NYlcvbEt3YZZcu770qJ4sUl4fkEqV+vvjVbndq1bSuHsjDWW7hw4RnUIY3VzWzTgb+o6qpmGzeY3hIg/3WsfarTAXmh27zByyvQdPgH3m9ci+e//6Cq9CV+9wMmba38Yr88Qpm94nstMsEnOWmnUaNGt06fPv34Sy+9JMOGDZOtW7fK1KlTJToqWl555ZULpkNXefrQ53JiQR9JHFZBvl89Rk7teUN2vfSMnJpR1grbJ/e8aY8dH15B0/aVnw7uFZi5Vs2aosaWvn36yiGd4R46dEje1wkGytRxnUybNu14//7909JkB/4Q75mLB/HJaYpfHimZDgvH9fz0SCr1wUSid5D8cnvHg00ksF7Zyvx21otWpbFJvhUJLCM949lQl0yOqcqlo1xH7dq1r+zTp894zEYnTpwos2bPlq+++soKxitXtqzMnzffmu7HLSsk8dl68l3fOPm4e6y8+eabcly73U3Tn5aTU8tYYRtjQBxDmu/6xNlzTui5WG5ppd3yhx9+aJdOYLovv/zSlqljOtsS9uvXbzzqlEq1M+KHv5TZ6ynVvSb5WSGuJPQJkl8RL7/kZq8wK1rT4wHHMTOEiYMNNwLLGOHVOy3yXSkJZrp5xv2OwdQvSPr3kqlf6jRr1jzPyJEjT2orIwMGDLQTga90LHb48GE7nkPL9Oqrr8oPby6RI51i5VjXUnK8d6zs6BxjZ6JYDlk3qYf8PK60FbaxD8eQBmlxDs79XvM4dOgbSUxMTDKdmnvfvn0ycOBAa/IRI0b+1KpVq/tSqXZmm65zkGNHTfJdF9bUTgU5J7uXX2qLw5VU3wY5f4L57Uw4va0TlNLicGq/4ZiA9BiqXMrkL4lOnToNx7iqV69eMmPGDNvioJU7rIawi8I660zctFQOtSspRzrEyLedS0pij1jZ2i5KFi9eYtOuGdtVfny2tNXqMV3kC229cAxpkBbnHGkfI9+0jZFjm5bY7hp5Y+1u/Ljx0ii+kWj3Lj179pJRo0ZJ586dh6dS7cw2Xekgxy5VO4xryUBaLoOhJd0dJJ+3TNLYMNh3zyrTtQ5Inz7TxcbG3titW7ftw4cPt8sgmHG2bdtWW7wBdjnj26NH5dvd2+Vg70fkm9Yl5FDbaDnSMca2XB+0jpL58+fb9bZXn+0gPwyKs8L27t277TGksa2cnoNzkQfyOrZnB8Zv2nWXk8qVKkvVhx+WKVOmSPdu3e34DnVC3VKoemabDt3GqCDH0ypMLO73KystpgO4EL8+SH644O67GeGPbbpatWpV79Gjx2kdvNsWDoZbtmyZPPbYY3a5BKY7OKGDfNmyiHz9VHFrmsPtouWomuj9ViXsWhvGZ8sGtbXjPAjbH27bZq9YvN+yuE3rMxzyQF7Ic+euXdbk9erVs5OIJ1u1kolah379+uM/wGmtW7UUqt40QKl1x8H4d5B8/K86oJW6U/WEcQacatwMMNhlotne8WeMuyz294CyageUk9IMFf/Z4oPUrZZ3PHD/pSjaywM3NDwecCxfCnUy3nH/9Kjjtamc81vq168/HK1L69atZe4Lc6X8g+WlWbNm6N7k888/l8P7PpHPWxaVL1oUlq9aFbXG8bV4W54oZsdgWEhe1PdJOda9lBW2sQ/HtjQtepHhkAfyQp7I+5NPPpGaNWrYNbzKlSrZOqAu3bRODRo0SK2LJX9EGjZs+BoMhqsMW7ZssVcRmjdvLqVKlpKhQ4bKwSWTZP8TBeRA80IXjOdr8d55vKiMHz/e3k0yv2dzOdqppBW2sQ/HkOY3htO8PmuaX75aPEnW6my2UsWKUrFCBWnR3K3/oS4dO3WShvHxa8L9+5BMQLu2fW20S8UFfCwE79ixw7Y+WKfDVYXP+9aWfU3y/cZ4B58sJpsbFxGd9dpZ6uwuTXSiEW2FbezDsc2NCtu06FJ9hkNeyBN5v/3Wm3Yst337dttNow640tG6TRupW7fu3tS/AfnDUbt27RMwHC7Qv/vuu/ai/i4da2Fy8MXuXbKvTSnZ0ziP7FWToHWCaQ6oeWCgt+ILyuDBg+2SyvPtG9rWDMI29uEY0sBwB/xauL2P57V5Im+UgSUalIlxIOqgs2nbxT/66KMnwv37kEygevXq59Gd9ezZ016SQkvzkbZ2mETs//gj+WZ0Bzn87FOq1nJsVFtJHNNeEsd2kOOqrf2a2WuwL7zwgiQ83V6+G9/ZKqF3e7uvX79+Ng3S4hycizyOjGht80TeKANl7dCWDmWjDli6QZ1Qt3D/PiQTqFq16nnMHmE6XEHAuA7dHFqe7R/tkj7jF0j30XOl68g59m/PsfOlz8RF8sy05dJ5yFTRma9d+ujeb6gkrNpq1U23seaGY50GT5EBU5bqOQvtucij2yiXT//nFtoydu3caVtYlI0xXe/evdG14jYqmi4SqVSp0gntYu1sdePGjXZtzo7ttOXZ+uEOaTZwptTsPEGqtR9tVaPTeKnTfbI07PO81Gw3XLvlTjJu3Hhp0amf9J31uhW2sQ/HHmk9ROr3ni6Pdp0kj3Qca/N4pMNYqd3tOWk1eI5s0zIwnsO9eG+99ZadgHTp0kVq1aolFStWZPcaiTxYrty+atWqSatWrez9cLgNHcsduFKASUXnkXOdYTo4w1RX4+BzvV7TrKGeeuopwcJy46e6SpfnVlphe/jwYXbpo+qTg6Ruz6nWuD7TVe84zhq3y+j5tgyUhTJRNurw5JNP2vvxULdw/z4kE3ggLm4d1sfq169vr6/igjy6OAzoMYOdMn+FNQiM4lqpMdZAj/WYIg+3fMYO+LGwXLdZB2k7eqm0GbXEbvfv198eq9J8gG3VanQad6G1xPkw7bQFK2wZvm4V9/Bh1ltfu3tt5SQuNnZduH8fkglER0ePwN3ADz/8sMybN8/e1+YzHszw+pvvSD1tqWp1mSjV1HC+1g6fKzXrJ43i46V79x5Ss3FreWLQXCtsYx+up1Zs2te1ch3GXjDto90mSfzT0zXvzRcMhzJR9rx58+0t8WVKl5aoqKgR4f59SCZQtGjRR0rGxJzGP/KY0WNk+fLl9r639evX24kFWrxeY+dd1NrBfNgu3+RpeaxOHWnfvr08VLeZNHh6hhW2sQ+X0h58vHfSeX6tXG+doCBvn+FQJsoeM2aMlH7gATxncRp1C/fvQzKB4sWL31SsaNEd0VFRdnyGi/T4x/e1eJs2bZJX1myQ5gMTLhrbwXhl4ntgWcMu5lao2cgaE10ptrH2h2Nl4rtfMFz1Tm4s12rwLJsn8va1cCgTZbfRcWBUVAkpWqTIDtQt3L8PySQKFy48vEjhwlK5cmWZOHGS4O5hn/EwzsIAf+q85Re6Wd+EoHTDblKlSmVp1KiRlKlaz85soTLV6ku8drs4hjQ+w8GQDbRbnTr/5QuTBp/hUOakSZNsHQoXKgTxumskU6hgofvz5sl7skD+AnbGOXv2bHvXBx4TxOQCD86gRRo/c5E1Hlo8mAgtXbly5QRLLrFV6lxo0bCNfTr7tGnQpaKFg+EmaB7IC89fIG+UgbJQZps2baRA/vySN0+ekwULFMwV7t+FZCIxMTFX5s2bd1zuXLmkVMmSMnbMWJk1a5bt7nA5Cy0RZpUwysRZi6XZgBl29ooxnc4wpWrVqhJToaadJEDYxv1xsXqsQtM+dsmkxTMzZdLsxRfCTiBP5I0yUNa4ceOkpJaNOuTLl28c6hTu34VkMsWKFbvlnpw5E+/JeY/UfayuvS0J98rh6S90fUuWLLGPDKI7nL9ouXQdMVuqNO9vn+gvX768RJevYbteCNvlH3xQSugxpOk2co49x9eVIi/kiduYUAbKwqQj5913y913352IuoT79yBZRJ48eZrfcccdZ1TSuVNne/cHLnHhZkyYD93g4sWL7U2eeEJs4nNTpGCBArZ1LFmxhsQ/Pc2qVMWadh+OTXxusk2Lc3Au8oDZkCfyhuFwNeT2228XlI06hPt3IFmItkzZcufOPUINcD6XdnNdu3a111BhDPyFUXAhH+t5voH/fffdJ0WKFJF69erL/IVLrLCNfTiGNEiLc3Au8kBeMDT+ogyUpYY7j7JRh3D/DiSLKVSo0I3333ffmju1tdO/9i4SjLlgEp9R8KD0rJmz7AM02h1Knvvvlzp16tjxGYRt7MMxpMH5OMdn4MmTp9h9uAsFxrzzzjtR1hqUHe7vT8KE/uNfky9vvtU6xjsPQ+DZBbRWaKVgGp8BhwwZIrfnyGFNU6N6dWssCNvYh2NDhw61afEsBP4iD+SF66t333WXoAyUhTLD/b1JmFET3FSwYMER+fLmPZM7V2777ASuFmAysWDBAjsBwFNb2bNnlxxqLtw04DMjtrEPx5AGaX2LzsgDEw/tSkXNdgZloKxwf1/yOyEmJubqokWLNC9cuHAi1vDy5s0rTR5vYrvJDRs2WjNh0oFZJ8JF4PkKqKZu58yZ0x5DGtyuNGP6DGnSpAmMZicYRTRP5I0ywv09ye8QLGGUKF58XHRU1MnixYvBMDYYTsMGDaRY0WKSP18+adeunb1eC7XXbewrXqyYDSeGtL5zYqKjTyIvLouQVMFibVRUVK642Nhhqu2q07GlStmlkZiYaImNLSUPPPCAFbaxD8eweIy03jnDkAcXfsklU6JEiRvUcFXLlCkzvFzZsmtUex4sV+4H1TlPP2AfjiEN0uKccNebEEIIIYQQQgghhJDfMXhbX0qRGxFy3j90/YGw1JJEFJcajuvDTKkFuay4VNOtyJRakMsKn+nwogzE4M3hff6b6m5P1/mlp+lIyPhMh9eGIwT9x8a90wBvbMGriPCS24Z+6Wk6EjJfe39fUVU0SW9ISQ6ajoSMeH/7GNfqoaWrapJaOp9WeuloOhIyPtPhHje8N8r3pmLfmA4vu8Xt5L73IsB0ob9YllzWSOpJLoKmIyHjM93/VE+q8L7V61WFTdL4zv91QzQdCRmf6fAu+mWq1417Fz1eJ473SOH98AX80tN0JGR8poPB2hn37lC8BwsPPuPlbBU9xXnpYLrU3iFFSIr4TFfGuGWT5aoY41586//CtQVeOmxXzOI6kggjPRMJmo6EBE1HspxzJmnclhbhteEVwlJTEjH0MsFfmgstNG6C4a8exr2glhBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEkMzkCuOCI+L51vXGRXHa6Ke1xkV3QpSne8NRQfLH58+q24yLRxen6qiapxpuXLgwhAkrZFwEp5LGBdqpaVywnS5ZX10SCXQ2Lqr6a6rZxoULuzUN55VQvZOJ9SIRzBuqUuk4L4dx3S8hlwzGaE8ZF9j6KlVxVbVklN8kveQE0dhpOpIu4lRzjQuYM131tmpIEGGMt1k1wbjJRW/jJhyEpItrVbVV3U1SSP9gIOA1ojzhPRNXZUG9CCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBC0sP/VM8Y9yQ/Hr7Bs7BjVNnDWCcSwZRT7VK1V2Xz9v1dFa/6yLhHE68IT9VIJHK3caEkihr3ZBgeLfyT33HsR8tXOOurRiKV8aqG3vYjqgWqfwWkqaQalZWVIpHL1apPVXd6n182LrYJulME06nn7b/ZuFgnN2R1BUnkgYnDMdVU1RTjulmEARuh2qraqepm3HguwXBSQTKAR417sr+tcTFNEBrsMeMiMiWoanhprlPNVN0SllqSiGOgqrTf53+oVqlq+e1DaLDnjItnR0jIVFZNVl3jtw8BEH2TCSyhoNutn8X1IhEMlke6qpaq8gXsz6Fardpm3GSCkAwDBsP47UPjTDbHuCsTO73981VDjZvtEpKhoDXDYjCicxZU/cfbf71x63Qw3t/CUzVyOQLjocUbG+6KkMsLLA6XDHclCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCPk9gCf486uuTCHNlV4ahpUgGQIiNvmC5AQzVTbvWF3j4pkQEhJ4sBrRmO4zLjTYHUHSIFInnvzPpXrBuIewCUk3A1QVjXuAupmqjLn4udZY1QPGhRFDzLqHVH2yuI4kwlhrXNe5ybgn+Gep7jUu+GEe1f3GtYQIev2G6i+qNWGpKYkYNhoXv2SxcSFgpxsXTAehwbYbF8vkedXtquXGmW9jGOpJIogNxkVUX6/6p3FjNsSla6yaZty7JRDBCcbcaFwMuw3hqCiJHDAbxcTgJVWc6nFVFW+7r6qqcZHXyxrX+hVTjcv6apJIoqaqn3ETBIzZ/mtcyxdnnOmwjdbubeMmHAiMXTUM9SQRBMZv64ybNGD55EZv/03GReH0beMYgmCvNhe/2ISQdAFTVTBJr2cKxlXGtXQ3ppCGEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIRHHUOOe9PfFLjHeX3wu5B0nJEOIVs1Q7VWtNC68xCFVgvf3JW//Xi9ddFhqSSIKGGmwqloaNNhLT0hIoAWr5m0jOE5uVQlVb1U377OPal56drUkJNB1+kw30DhTvWec4fqqdqp6qa7w0iE9w7+SkMCYzWe6nqpfVS/7Hf+3cSZ80EuH9P/JygqSyAOTBZgJIWA7qP5PdUtAGgTOme+lQ/rnDSEhkGCcmWCs5cmkyWlcfLpqXnpCQsLX0iHS5qvJpMEEY5RhS0cyCN+Y7mrVx8YZzEcP46KvjzfujTkc05EMwX/2Wlm1W9VSVdi42ewp1X7vuG/2WiiL60giDP91OoB3SKArXWbcC01KGfeCE2O4TkcyCF6RIFkOr72SsIEuE2O1YHeZFDTsUgkhhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhJDLmD+pYlU3GBdaooW3HecdIyRDQXy6bKrXVM+qVhn3kPVIb182Lw0hGQLMlGhc2IiNqmmqxqpGqunevsFeGhqPhAy6TbRiMNUvqmZB0pQxLsTEYC8tu1oSEnHGdZ+vq55QzVZFGRcqDELLBpMhaOJGL21sGOpJIghMFDBum+59RoCczaoJnoaZpC4V3e6z3jmEpBvMUDFhaOR9RusGs2XzhO1e3vEE4yYYLbO4jiTCgIFgpMbe50DTTTTuRSaNjIviBIO2yPJakogCXSW6zGneZ3Sl6FJhtsDuFV3wSMPulYQIJgWYHGw0brKASQNMhtatl0maSGAG+7qXNi4M9SQRhP+SCZZFynj7G5mkcV5ZwyUTksEELg6jG8X4LcG4bnej4eIwyQT8L4Nh3IYJAyYYzxpeBiOZCLrNOOMmCpihtvS2Yw27VEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQkgEgyf4G6lmGRcsxxcwB0/83x++apFIpaBqjaqjKqff/mtVJVUvqvqpbsz6qpFIBIabqaqtujqZNDlUk1SjVH/OmmqRSAVd6mrjDHeF337EMGkSkPYfqqGqhllTNRKpxKs6mN+2cDmMCxUWyN+NCx1GSLrBpCFnkP05THDTgRcyqzLk8mBTMvtzqBZ6f6H/mqSxXJvMrhSJbDYms/8a44JdJ3hC0Ov/844FjvUIuSSwDnftJZ4zIDMqQi4fsPBb8hLPeSUzKkIuH/KoXjJu3JYaCAEbY1wQbEJCor/qOdXNKaSB4aoYt6aXIwvqRCIcXNpCN4uF378FOY5FY7RwMFx8FtaLRDhYDmmg2mDcOhyWRTBLHah61bgZbI4w1Y0QQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEPLHJJeql3Fx6NYZF8sE75GYoRqresYwrgkJEYTvR7Dr/Ma9vGSecRGc6qmqq2qqHlU19o5vVTUNS01JRABjbVPtMC7odTfVP1X/VvVUdVZ1CTgHsYffzcI6kggDRrtHdWXA/jqqPsaFC6urujPg+PrMrxqJVDYa95omRFOH8QqrshsXlw5dKt4HNln1oJceLy+ppXo/qytKIgcEQoSBBqsGGTdew2uY4lRdjetuEU0dETg7qcarFqmKhaGuJIL4l3FjO0wYfOFf0ephYlFCdZvqJtVjxr1DjG9CJIQQQgghhBBCCCGEEEIIIYQQQgi5nMGdJUVVX6v2q3Ib90ZrQjIUvFwYdwUXUX2l2mfcncK9ve29qnxemsC7iwlJF3tU7xlnsCXG3Zzpry2qj1UfGHezJ41HQuY97y9u2FwZRCtM0uOGnxn3wA4hIbHlEtKiq70lsypCLh98pquiesq4Z1uvUBVS3WrcbexDvTQ0HckQfKbDgzd48gsP4mDGWk31uXFjvexeGpqOZAgpda/lVP/z+0zTkQzBZ7rrjHvi66/eZzwZhmdg0fqN9/bRdCRD8JlupnFdKZZGfA9dH1K9obreS0PTkQwhpe71XuOe6PdB05EMITnTYSaLeCYIKXGXt4+mIxmCz3TTjYvetNm4S2OIzPSjaq0qm5eGpiMZgs90uNKAFs03W8UEYo5x47x7vX00HckQPkpmvy+K01+MWyyGvjQudh0hIYGL/D8Z15WmJKTB+O6K8FSTEEIIIYQQQgghJKv4f6kEDQbEaTw8AAAAAElFTkSuQmCC)}@media(max-width:1100px){.sidebar-active .side-bar{display:none}}@media screen{.list-header{display:none}}@media(max-width:1100px){.list-header{display:flex}.page-wrapper .body-wrapper{padding:0}}.confirmation-modal-container,.logout-confirmation-modal-container,.modal-container{max-width:100%;padding:10px 20px;width:600px}.confirmation-modal-container .info-icon,.confirmation-modal-container .logout-mark,.logout-confirmation-modal-container .info-icon,.logout-confirmation-modal-container .logout-mark,.modal-container .info-icon,.modal-container .logout-mark{margin:0 auto 20px;max-width:80px}.confirmation-modal-container .confirmation-text,.confirmation-modal-container .main-text,.logout-confirmation-modal-container .confirmation-text,.logout-confirmation-modal-container .main-text,.modal-container .confirmation-text,.modal-container .main-text{font-family:facto-bold,sans-serif;font-size:.9375rem;text-align:center}.confirmation-modal-container .action-buttons,.logout-confirmation-modal-container .action-buttons,.modal-container .action-buttons{display:flex;justify-content:center;margin:25px 0 0}.confirmation-modal-container .action-buttons button,.logout-confirmation-modal-container .action-buttons button,.modal-container .action-buttons button{border:none;border-radius:5px;cursor:pointer;font-size:.9375rem;padding:10px 20px}.confirmation-modal-container .action-buttons .btn-cancel,.logout-confirmation-modal-container .action-buttons .btn-cancel,.modal-container .action-buttons .btn-cancel{background-color:#ff2a2a;color:#fff;margin-right:10px}.confirmation-modal-container .action-buttons .btn-okay,.logout-confirmation-modal-container .action-buttons .btn-okay,.modal-container .action-buttons .btn-okay{background-color:#27b700;color:#fff}.Toastify__toast--error{background:red!important}.Toastify__toast--error .Toastify__progress-bar{background-color:#ffbaba!important}.Toastify__toast--success{background:#32c236!important;color:#fff}.Toastify__toast--success svg path{fill:#fff}.Toastify__toast--success .Toastify__progress-bar{background-color:#b9ffbb!important}.Toastify__toast .Toastify__toast-body div:last-child{font-size:.8125rem}.Toastify__toast .toast-close-btn{padding:10px!important}.inner-component{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;padding:20px}.dark-theme .rmsc.dark{--rmsc-main:#4285f4;--rmsc-hover:#0e0c0a;--rmsc-selected:#878787;--rmsc-border:#333;--rmsc-gray:#555;--rmsc-bg:#363636;color:#fff}.dark-theme .inner-component{background-image:url(../../static/media/main-background-dark.0bbe918f95e63127c62a.png);height:100vh}.dark-theme .parameter-section{background-color:#1e1e2d;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.61);padding:20px 20px 10px}.dark-theme .parameter-section a{color:#fff;text-decoration:none}.dark-theme .parameter-section ul{display:flex;flex-wrap:wrap;font-size:11.5px;list-style:none;margin:0 -1%}@media(max-width:1024px){.dark-theme .parameter-section ul{display:block;list-style:none}}.dark-theme .parameter-section ul a li{display:flex;flex:1 1 auto;flex-direction:column}.dark-theme .parameter-section ul a .param-circle{position:relative}.dark-theme .parameter-section ul a .param-circle .param-value{background-color:#1e1e2d;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.4);font-size:.8125rem;height:60px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60px}.dark-theme .parameter-section ul a .param-circle .param-value,.dark-theme .parameter-section ul a h4{align-items:center;color:#fff;display:flex;font-family:facto-bold,sans-serif;justify-content:center;text-align:center}.dark-theme .parameter-section ul a h4{flex:1 1 auto;flex-direction:column;font-size:.875rem;margin-bottom:10px}.dark-theme .parameter-section ul a h3{color:#fff;font-size:1rem;margin-bottom:10px;text-align:center}.dark-theme .parameter-section ul a .min-max{display:flex}.dark-theme .parameter-section ul a .min-max .each-val{width:50%}.dark-theme .parameter-section ul a .min-max .each-val:first-child{border-right:1px dashed #ddd}.dark-theme .parameter-section ul a .min-max .each-val span{color:#fff;display:block;font-size:.75rem;text-align:center}.dark-theme .parameter-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.dark-theme .parameter-title h3{color:#fff;font-size:1rem}.dark-theme .parameter-title .parameters-details img{-webkit-filter:invert(1);filter:invert(1);margin-right:10px}.dark-theme .parameter-title .parameters-details span{border:1px solid #ddd;border-radius:15px;color:#fff;font-family:facto-bold,sans-serif;font-size:.75rem;padding:8px 16px}.dark-theme .dtc-section{background-color:#1e1e2d;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.4);margin-top:20px;max-height:245px;overflow:auto;padding:20px 20px 10px}.dark-theme .dtc-section ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.dark-theme .dtc-section ul a{border:1px solid #e1e1e1;border-radius:10px;margin:0 1% 15px;text-decoration:none;width:23%}.dark-theme .dtc-section ul a .dtc-value .dtc-each{display:flex}.dark-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each{background-image:linear-gradient(180deg,#1c1c2b,transparent);border-bottom:1.5px dashed #e1e1e1;border-top-right-radius:8px;padding:15px;width:50%}.dark-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each span{color:#fff;display:block;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dark-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each:first-child{border-radius:10px 0 0 0;border-right:1.5px dashed #e1e1e1}.dark-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each .dtc-icon{background-color:#e23535;border-radius:50%;height:50px;margin:0 auto 15px;padding:10px;width:50px}.dark-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each .dtc-icon img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-section ul a .dtc-value .dtc-desc{align-items:center;display:flex;min-height:57px;padding:10px}.dark-theme .dtc-section ul a .dtc-value .dtc-desc p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:.8125rem;line-height:1.4;overflow:hidden}.dark-theme .body_wrapper{display:flex;max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-y:auto;padding:0}.dark-theme .body_wrapper button{font-family:Facto}.dark-theme .body_wrapper .car_section{border:2px solid #505050;margin:15px;min-height:470px;overflow:auto;padding:5px;position:relative;width:117%}.dark-theme .body_wrapper .car_section .progress_btn{align-items:baseline;display:flex;justify-content:start;min-height:115px}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div{border-radius:20px;margin-left:10px;width:85%}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div .percentage_div{color:#fff;display:flex;justify-content:space-between}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div .percentage_div span{font-size:.8125rem}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div .outer_progress_bar{background-color:#505050;border-radius:20px;height:20px;margin-top:10px;width:100%}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div .outer_progress_bar .inner_progress_bar{background-color:#6082cd;border:2px solid #505050;border-radius:20px;height:20px}.dark-theme .body_wrapper .car_section .progress_btn .progress_bar_div button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;float:right;letter-spacing:1px;margin-top:5px;padding:10px;width:150px}.dark-theme .body_wrapper .car_section .scanEcuBtn{border:4px solid #505050;border-radius:50%;transition:all .3s}.dark-theme .body_wrapper .car_section .scanEcuBtn,.dark-theme .body_wrapper .car_section .scanEcuBtn_disabled{background-image:radial-gradient(#b1bfec,#083589);color:#fff;font-size:13px;height:80px;letter-spacing:1px;margin:5px;text-align:center;width:80px}.dark-theme .body_wrapper .car_section .scanEcuBtn_disabled{border:4px solid #e74c3c;border-radius:50%;cursor:not-allowed}.dark-theme .body_wrapper .car_section .scanEcuBtn:hover{box-shadow:0 0 10px 1px #083589;color:#000;font-weight:700;-webkit-transform:scale(.98);transform:scale(.98)}.dark-theme .body_wrapper .car_section .car2d_div{display:flex}@media(max-width:1024px){.dark-theme .body_wrapper .car_section .car2d_div{display:flex;flex-wrap:wrap}}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div{height:100%;position:relative;width:88%}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div img{width:100%}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_dot{border:1px solid #a3a3a3;border-radius:50%;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAlwAAAJcB1AYsggAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEeSURBVDiNjdIxSgNBFMbx36YICQrxAGJAEERICltvkCZlSo/hFXIHiWAhXkBBRNNKSJVoKWJlY2UsjDZjsbOybLKJD4aB9+b938z3jRCCEAJsoo8RPvGIAXayM8tW1nyIFwRMcIEH/OADvVJAnPyCd3QKxTammKNVBujHyZ2SA03MMCwDjDBZ+U5O8Y16sVbBAZ6sjmdUsV0sVPCK3TWAo7i/LSsOpGq3S66/iS+MyzTYkVo1RbNQ3MKVVOTuqn/Qk1o1i4Kd4DreLMR1jn1UFwAR0sJQqnbWNEY3Nme5G9QWADlQHXvYyOX2c4CAW9HSUu8L0GqcnIfcof4vQITU4uQ85LKyxv+/CCHMox73uXQjybz8byRJUscZGjj+Bb09aZWly+7YAAAAAElFTkSuQmCC),auto;height:15px;margin:5px;position:absolute;text-align:center;transition:all .2s;width:15px;z-index:1}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_green{background-color:#41ad48}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_yellow{background-color:#f47d1f}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_grey{background-color:#ca3333}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_dot:hover{border:2px solid #9f9f9f;box-shadow:0 0 5px 1px #fff;-webkit-transform:scale(1.3);transform:scale(1.3)}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details_main{display:block}@media(max-width:1024px){.dark-theme .body_wrapper .car_section .car2d_div .ecu_details_main{display:flex;justify-content:space-evenly;width:100%}}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details{padding:7px;width:34%}@media(max-width:1024px){.dark-theme .body_wrapper .car_section .car2d_div .ecu_details{display:flex;width:100%}}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details strong{color:#fff}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img{border:1px solid #505050;height:160px;margin-bottom:10px;text-align:center}@media(max-width:1024px){.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img{border:none;width:41%}}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img img{color:#fff;height:100%}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name{color:#fff;font-size:11.5px;margin:5px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name p{margin:5px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name li{list-style-type:disclosure-closed;margin:4px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name strong{color:#fff}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name1{color:#fff;font-size:11.5px;margin:5px 35px 5px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name_default{color:#fff;font-size:11.5px;list-style-type:disclosure-closed;margin:5px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name1_default{color:#fff;font-size:11.5px;list-style-type:disclosure-closed;margin:5px 35px 5px 0}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;letter-spacing:1px;margin-top:15px;padding:10px;width:100%}.dark-theme .body_wrapper .car_section .car2d_div .ecu_details .btn_disabled{cursor:not-allowed;opacity:.5}.dark-theme .body_wrapper .car_section .indicaters{bottom:0;color:#fff;display:flex;position:absolute}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters{align-items:center;display:flex;margin:10px;padding:5px}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters .common_dots{border:1px solid #d1d1d1;border-radius:50%;height:15px;margin-right:8px;width:15px}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_green{background-color:#41ad48}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_yellow{background-color:#f47d1f}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_grey{background-color:#ca3333}.dark-theme .body_wrapper .car_section .indicaters .common_indicaters span{font-size:13px}.dark-theme .body_wrapper .ecu_section{display:flex;width:50%}.dark-theme .body_wrapper .ecu_section .ecu_health_status{width:50%}.dark-theme .body_wrapper .ecu_section .ecu_health_status .para_heading{border-bottom:1px solid #c3c3c3;color:#fff;font-size:13px;font-weight:900;padding:10px 0}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con{max-height:430px;overflow-y:auto;padding:0 5px 0 0}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_div{border-radius:10px;color:#fff;cursor:pointer;margin-top:10px;padding:8px}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange{background-color:#f47d1f}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_inactive{background:#dfd3d5}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_inactive p{color:#444}.dark-theme .body_wrapper .ecu_section .quick_access_link{background-color:#3e66b0;min-height:calc(100vh - 232px);overflow:auto;width:50%}.dark-theme .body_wrapper .ecu_section .quick_access_link .para_heading{border-bottom:1px solid #c3c3c3;color:#fff;font-size:13px;font-weight:900;padding:10px 5px}.dark-theme .body_wrapper .ecu_section .quick_access_link .card_div{padding:4px 5px 0}.dark-theme .body_wrapper .ecu_section .quick_access_link .card_div .card{align-items:center;background-color:#bfbfbf;border-radius:10px;display:flex;flex-direction:column;margin:3px;padding:9px;text-align:center}.dark-theme .body_wrapper .ecu_section .quick_access_link .card_div .card span{color:#000;font-size:13px;margin:10px 0}.dark-theme .body_wrapper .ecu_section .quick_access_link .img_div{width:98%}.dark-theme .vin_details{background:#1e1e2d;border-radius:10px;min-height:calc(100vh - 132px);padding:20px;width:100%}.dark-theme .vin_details a{text-decoration:none}.dark-theme .vin_details div button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;letter-spacing:1px;margin-top:5px;padding:10px;width:150px}.dark-theme .vin_details div table{border:1px solid;font-size:13px;margin-top:10px}.dark-theme .vin_details div table td,.dark-theme .vin_details div table th{border:1px solid;padding:5px}.dark-theme .vin_details .vehicle_info_sec{border:1px solid #dcdcdc;border-radius:8px;display:grid;height:450px;place-items:center}.dark-theme .vin_details .vehicle_info_sec .v_info_details{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;height:140px;justify-content:center;padding:20px;text-align:center;width:390px}.dark-theme .vin_details .vehicle_info_sec .v_info_details input{border:1px solid #ddd;border-radius:2px;height:25px;margin-right:15px;padding:15px;width:100%}.dark-theme .vin_details .vehicle_info_sec .v_info_details button{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:flex;justify-content:center;margin-top:20px;max-width:210px;padding:10px 15px;transition:all .3s}.dark-theme .vin_details .vin_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.dark-theme .vin_details .vin_header p{color:#1b6fee}.dark-theme .vin_details .vin_header small{border-radius:2px;padding:2px}.dark-theme .vin_details .vin_header small img{width:20px}.dark-theme .vin_details .vin_body{border:1px solid #ddd;border-radius:8px;height:476px;padding:15px}.dark-theme .vin_details .vin_body .vin_search_div{margin-bottom:15px;position:relative}.dark-theme .vin_details .vin_body .vin_search_div input{border:1px solid #ddd;border-radius:2px;height:25px;margin-right:15px;padding:15px;width:40%}.dark-theme .vin_details .vin_body .vin_search_div .search_icon{left:38%;position:absolute;top:37%}.dark-theme .vin_details .vin_body .v_h_details_info_page{height:338px;overflow-y:auto;padding:15px}.dark-theme .vin_details .vin_body .v_h_details_info_page ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.dark-theme .vin_details .vin_body .v_h_details_info_page ul li{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;max-height:40px;padding:12px;width:49%}.dark-theme .vin_details .vin_body .v_h_details_info_page ul li span:first-child{border-right:1px solid #ddd;color:#fff;font-weight:bolder;width:40%}.dark-theme .vin_details .vin_body .v_h_details_info_page ul li span:last-child{color:#fff;float:left;margin-left:10px;margin-right:45px;width:60%}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div{background-color:hsla(219,8%,57%,.73);border-radius:8px;margin-top:20px;padding:10px}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div p{color:#fff;font-weight:bolder;letter-spacing:1px;margin-left:10px}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div{align-items:center;border-radius:8px;display:flex;overflow-y:auto}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul{border:1px solid #ddd;border-radius:8px;margin:10px;min-width:44%;padding:10px}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li{align-items:center;border:none;display:flex;font-size:14px;justify-content:space-between;margin-bottom:0;width:100%}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li span:first-child{border-right:1px solid #ddd;color:#fff;font-weight:bolder;width:60%}.dark-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li span:last-child{color:#fff;float:left;margin-left:10px;margin-right:45px;width:40%}.dark-theme .input_error{color:#f95353;font-size:15px;margin-top:5px}.dark-theme .header{align-items:center;background:#1e1e2d;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.61);display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 20px;position:relative;width:100%;z-index:9}.dark-theme .header.hardware-header .header-vin-details{order:2;width:50%}.dark-theme .header.hardware-header .logo-sec{order:1;padding:15px 0;width:50%}.dark-theme .header .header-vin-details{padding:5px;width:100%}.dark-theme .header .header-vin-details ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;list-style:none}.dark-theme .header .header-vin-details ul li{margin-right:20px}.dark-theme .header .header-vin-details ul li:last-child{margin-right:0;width:100%}.dark-theme .header .header-vin-details ul li span{color:#fff;font-family:facto-bold,sans-serif;font-size:.8125rem;text-transform:uppercase}.dark-theme .header .header-vin-details ul li.header-vin-list{align-items:center;display:flex}.dark-theme .header .header-vin-details ul li.header-vin-list span{margin-left:7px}.dark-theme .header .header-vin-details ul li.header-vin-list.connectivity-success span{color:#2abf42}.dark-theme .header .header-vin-details ul li.header-vin-list.connectivity-success svg path{fill:#2abf42}.dark-theme .header .header-vin-details ul li.header-vin-list.connectivity-failed span{color:#ca3333}.dark-theme .header .header-vin-details ul li.header-vin-list.connectivity-failed svg path{fill:#ca3333}.dark-theme .header:before{background:#fff;bottom:0;height:2px;left:0;position:absolute;width:100%}.dark-theme .header .logo-sec{display:flex;justify-content:space-between;overflow:auto;width:100%}.dark-theme .header .logo-sec .logo-sec-img{cursor:pointer;padding-left:25px;width:175px}.dark-theme .header .logo-sec .logo-sec-img img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.dark-theme .header .logo-sec .cursor_not_allowed{cursor:not-allowed}.dark-theme .header .logo-sec .ecu-sec-header ul{display:flex;list-style:none}.dark-theme .header .logo-sec .ecu-sec-header ul li{align-items:center;display:flex;padding:8px 0 8px 38px;position:relative;width:180px}.dark-theme .header .logo-sec .ecu-sec-header ul li section{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus{background-color:#3e66b0}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .selected-ecu-box{color:#3e66b0}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{background-color:#1e1e2d;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}@media(max-width:1024px){.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{left:-7px;top:-1px}}@media(max-width:1100px){.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{left:-7px;top:-1px}}.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus{background-color:#e3b200}.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .selected-ecu-box{color:#e3b200}.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus:before{background-color:#ca3333;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus{background-color:#3e66b0}.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .selected-ecu-box{color:#ca3333}.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status{background-color:#1f468e;color:#fff}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li.engine-details{background-color:#3e66b0;color:#fff}.dark-theme .header .logo-sec .ecu-sec-header ul li.engine-details:before{background-color:#1f468e;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li .engine-rpm{display:flex;flex-direction:column;position:absolute;right:34px}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-7px;position:absolute;top:0;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus{background-color:#ca3333}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus{display:flex}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .selected-ecu-box,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .selected-ecu-box,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .selected-ecu-box{align-items:center;background-color:#fff;border-radius:3px;display:flex;font-family:facto-bold,sans-serif;font-size:16px;height:40px;justify-content:center;padding:5px;width:40px}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box{margin-left:15px;padding-left:10px}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box h4,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box h4,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box h4{color:#fff;font-size:.875rem}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box h5,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box h5,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box h5{color:#fff;margin-bottom:12px;margin-top:-15px}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box span,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box span,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box span{color:#fff;font-size:.625rem;height:20px;text-align:center;width:20px}.dark-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box img,.dark-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box img,.dark-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box img{margin-left:15px}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status h5{color:#fff;margin-top:-5px;padding-bottom:7px}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details{align-items:center;display:flex;justify-content:center}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details .km-run{background-color:#3a3b3c;border-radius:5px;margin-top:1px;padding:9px}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details .km-run span{color:#fff;font-family:digital,sans-serif;font-size:1.5625rem}.dark-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details h5{color:#fff;margin-top:10px;padding-left:5px}.dark-theme .header .logo-sec .ecu-sec-header ul li.engine-details h5{color:#fff;margin-top:-7px;padding-bottom:2px}.dark-theme .header .logo-sec .ecu-sec-header ul li.engine-details .engine-settings{background-color:#3a3b3c;border-radius:5px;display:inline-block;margin-top:5px;padding:9px;position:relative}.dark-theme .header .logo-sec .ecu-sec-header ul li.engine-details .engine-settings span{color:#fff;font-family:digital,sans-serif;font-size:1.5625rem}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details{background-color:#1f468e;border-radius:0 0 10px 0;padding-right:20px}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details h5{color:#fff;text-align:center}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details span{color:#fff;display:block;font-size:.625rem;margin-bottom:4px;margin-top:4px;text-align:center;width:100%}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage{overflow:hidden;position:relative}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage:before{background:#fff;border-radius:0 5px 5px 0;content:"";height:10px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5.5px}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width{border-radius:4px 0 0 4px;height:86%;left:2px;position:absolute;top:2px}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-green{background-color:#2abf42}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-yellow{background-color:#ffc207}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-red{background-color:#ca3333}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage span{color:#292929;font-size:16px;font-weight:700}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage img{width:80px}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-common{position:absolute;top:0;width:100%}.dark-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-common span{color:#fff;display:block;text-align:center}.dark-theme .header h1{color:#fff;font-family:Facto-bold,sans-serif;font-size:2.5rem;left:50%;line-height:.5;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(max-width:767px){.dark-theme .header h1{display:none}}.dark-theme .header h1 span{display:inline-block;font-size:.8125rem;margin-top:20px}.dark-theme .login-button-wrapper{display:flex;justify-content:center}.dark-theme .ecu_con{position:relative}.dark-theme .ecu_con .sp1{left:-10px;top:-6px}.dark-theme .ecu_con .sp1,.dark-theme .ecu_con .sp2{background-color:#2abf42;border-radius:50%;padding:3px;position:absolute}.dark-theme .ecu_con .sp2{right:-8px;top:-5px}.dark-theme .ecu_con .sp3{background-color:#2abf42;border-radius:50%;bottom:-8px;left:-10px;padding:3px;position:absolute}.dark-theme .ecu_con .sp4{bottom:-9px;position:absolute;right:-8px}.dark-theme .ecu_con .sp_red{background-color:#ca3333;border-radius:50%;padding:3px}.dark-theme .ecu_con .sp_yellow{background-color:#ffc207;border-radius:50%;padding:3px}.dark-theme .ecu_con .sp_green{background-color:#2abf42;border-radius:50%;padding:3px}.dark-theme .mini-loader-header{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:15px;margin-left:20px;padding:0;width:15px}.dark-theme .list-header{align-items:center;margin-bottom:15px;padding:0 8px 0 12px}.dark-theme .list-header span{color:#fff;font-family:facto-bold;font-size:20px;opacity:1;white-space:nowrap}.dark-theme .list-header ul{cursor:pointer;list-style:none}.dark-theme .list-header ul li{background-color:#fff;height:2px;margin-bottom:3px;margin-right:3px;width:14px}.dark-theme .list-header ul li:last-child{margin-bottom:0}.dark-theme .connectivity{align-items:center;border-radius:20px;cursor:pointer;display:flex;right:0;top:0}.dark-theme .connectivity .driver_scoring_div{border-radius:50%;box-shadow:0 0 3px #b19494;margin-right:10px}.dark-theme .connectivity .driver_scoring_div img{width:25px}.dark-theme .connectivity .chatbot_div{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.dark-theme .connectivity .chatbot_div svg{height:25px;width:25px}.dark-theme .connectivity div.connect-check{align-items:center;background-color:#000;border-radius:50%;box-shadow:inset .2em .2em .2em 0 hsla(0,0%,100%,.5),inset -.2em -.2em .2em 0 rgba(0,0,0,.5),5px 5px 32px hsla(0,0%,78%,.6);display:flex;height:30px;justify-content:center;margin:0 5px;padding:0;position:relative;width:30px}.dark-theme .connectivity div.connect-check:before{background:#1b6fee;border-radius:3px;bottom:-18px;color:#fff;content:attr(data-attribute);display:none;font-size:8px;left:50%;padding:3px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(min-width:1400px){.dark-theme .connectivity div.connect-check{height:40px;width:40px}}.dark-theme .connectivity div.connect-check.offline{background-color:#e74c3c}.dark-theme .connectivity div.connect-check.offline>svg path{fill:#fff;stroke:#fff}.dark-theme .connectivity div.connect-check.offline>svg circle,.dark-theme .connectivity div.connect-check.offline>svg line,.dark-theme .connectivity div.connect-check.offline>svg rect{stroke:#fff}.dark-theme .connectivity div.connect-check.online{background-color:#299355}.dark-theme .connectivity div.connect-check.online>svg path{fill:#fff;stroke:#fff}.dark-theme .connectivity div.connect-check.online>svg circle,.dark-theme .connectivity div.connect-check.online>svg line,.dark-theme .connectivity div.connect-check.online>svg rect{stroke:#fff}.dark-theme .connectivity div.connect-check svg{height:20px;width:20px}.dark-theme .connectivity div.connect-check svg path{fill:#fff}.dark-theme .connectivity div.connect-check ul{background:#2f2f2f;border-radius:5px;bottom:-35px;box-shadow:0 0 10px rgba(0,0,0,.61);display:flex;left:50%;list-style:none;opacity:0;padding:5px 0;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease;z-index:1}.dark-theme .connectivity div.connect-check ul:before{border-bottom:8px solid #2f2f2f;border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:0;left:50%;position:absolute;top:-5px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.dark-theme .connectivity div.connect-check ul li{margin:0 5px;opacity:.2;width:20px}.dark-theme .connectivity div.connect-check ul li svg{height:16px;width:16px}.dark-theme .connectivity div.connect-check ul li.connect-active{opacity:1}.dark-theme .connectivity div.connect-check ul li.connect-active svg path{fill:#06f}.dark-theme .connectivity div.connect-check:hover ul{opacity:1}.dark-theme .connectivity .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.dark-theme .connectivity .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.dark-theme .connectivity .user-icon .drop_down_option li{background:none;transition:all .3s ease;width:100%}.dark-theme .connectivity .user-icon .drop_down_option li .icon{align-items:center;background:#fff;border-radius:50%;display:flex;height:45px;justify-content:center;padding:0 7px;width:45px}.dark-theme .connectivity .user-icon .drop_down_option li span{margin-left:10px}@media(min-width:1400px){.dark-theme .connectivity .user-icon{height:25px;width:25px}}.dark-theme .connectivity .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.dark-theme .connectivity .user-icon>img{object-fit:cover}.dark-theme .connectivity .user-icon ul{background:#232334;box-shadow:0 -5px 10px rgba(0,0,0,.2);list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.dark-theme .connectivity .user-icon ul:before{border-bottom:8px solid #000;border-left:6px solid transparent;border-right:6px solid transparent;content:"";position:absolute;right:19px;top:-8px}.dark-theme .connectivity .user-icon ul a{text-decoration:none}.dark-theme .connectivity .user-icon ul li{align-items:center;background:#202030;border-top:1px solid #d7d7d7;display:flex;padding:15px 10px;transition:all .3s ease}.dark-theme .connectivity .user-icon ul li:hover{background-color:#7a7a7a;box-shadow:0 0 5px rgba(0,0,0,.2)}.dark-theme .connectivity .user-icon ul li img{-webkit-filter:invert(1);filter:invert(1);margin-right:7px;width:20px}.dark-theme .connectivity .user-icon ul li span{color:#fff;font-size:.875rem}.dark-theme .toggle-icon-sec{align-items:center;background:#464646;border-radius:40px;display:flex;height:25px;justify-content:space-between;padding:0 5px;position:relative;width:55px}@media(min-width:1400px){.dark-theme .toggle-icon-sec{height:30px;width:60px}}.dark-theme .toggle-icon-sec:before{background:#eee;border-radius:50%;content:"";height:20px;left:3px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:20px}@media(min-width:1400px){.dark-theme .toggle-icon-sec:before{height:25px;width:25px}}.dark-theme .toggle-icon-sec>div{display:flex;height:16px;width:16px}.dark-theme .toggle-icon-sec svg{background:#464646;height:100%;width:100%}.dark-theme .toggle-icon-sec svg path,.dark-theme .toggle-icon-sec svg rect{fill:#ffc207;stroke:#ffc207}.dark-theme .toggle-theme{height:25px;margin-right:10px}.dark-theme .globe-svg path{fill:transparent!important}.dark-theme .user-details-manage{align-items:center;display:flex;padding:20px 15px}.dark-theme .user-details-manage img{background:#fff;border:1px solid #dcdcdc;border-radius:50%;height:50px;padding:1px;width:50px}.dark-theme .user-details-manage .user-profile-details{padding-left:15px;width:calc(100% - 50px)}.dark-theme .user-details-manage .user-profile-details span{display:block}.dark-theme .user-details-manage .user-profile-details span:first-child{color:#fff;font-family:Facto-bold,sans-serif;font-size:1rem;margin-bottom:5px;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.dark-theme .user-details-manage .user-profile-details span:last-child{color:#a1a1a1;font-size:.875rem;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.dark-theme .user-details-manage .user-profile-details a{color:#fff;display:block}.dark-theme .user-details-manage .user-profile-details a:first-child{font-family:Facto-bold,sans-serif;font-size:1rem;margin-bottom:5px;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.dark-theme .user-details-manage .user-profile-details a:last-child{color:#a1a1a1;font-size:.875rem;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.dark-theme .header-vin{color:#fff;display:inline-block;font-size:.8125rem;margin-right:10px}.dark-theme .header-vin b{background:#3e66b0;font-family:Facto-bold,sans-serif}.dark-theme .connect-vin-number{align-items:flex-end;background:#3e66b0;display:flex;flex-direction:column}.dark-theme .connect-vin-number span:first-child{margin-bottom:7px}.dark-theme .home_icon_div{background:#fff;border-radius:50%;height:26px;margin-right:12px;padding:2px;width:26px}.dark-theme .cursor_not_allowed{cursor:not-allowed}.dark-theme .hardware-interface{background:#d9d9d9;border:4px double #000;padding:20px}.dark-theme .hardware-interface form{display:flex;flex-wrap:wrap}.dark-theme .hardware-interface form span.form-label{width:180px}@media(max-width:1024px){.dark-theme .hardware-interface form span.form-label{margin-bottom:10px;width:100%}}.dark-theme .hardware-interface form .connection-methods{width:calc(100% - 180px)}@media(max-width:1024px){.dark-theme .hardware-interface form .connection-methods{width:100%}}.dark-theme .hardware-interface form .connection-methods h2{background:#d9d9d9;background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;font-size:.8125rem;padding:7px 30px 7px 5px;position:relative}.dark-theme .hardware-interface form .connection-methods h2 img{position:absolute;right:5px;top:2px;width:25px}.dark-theme .hardware-interface form .connection-methods ul{background:linear-gradient(0deg,#979797,#fefefe);border:1px solid #000;list-style:none;padding:10px}.dark-theme .hardware-interface form .connection-methods ul li{align-items:center;display:flex;margin-bottom:5px}.dark-theme .hardware-interface form .connection-methods ul li:last-child{margin-bottom:0}.dark-theme .hardware-interface form .connection-methods ul li label{font-size:.8125rem;margin-left:5px}.dark-theme .hardware-interface form .submit-button{background:#ff7042;border:1px solid #000;margin-top:20px;padding:2px;width:100%}.dark-theme .hardware-interface form .submit-button input{background:linear-gradient(0deg,#974024,#ec683e);border:1px solid #000;color:#fff;cursor:pointer;font-size:.75rem;padding:8px 10px;width:100%}.dark-theme .vci-expand{font-size:.8125rem;margin-top:20px}@media(max-width:767px){.dark-theme .vci-expand{text-align:center}}.dark-theme .conncection-content{background:none;padding:0 20px;width:46%}@media(max-width:1024px){.dark-theme .conncection-content{margin:0 auto 30px;max-width:500px;order:1;padding:0;width:100%}}.dark-theme .interface-component{align-items:center;background-color:none;display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px;min-height:calc(100vh - 142px);padding:30px 30px 10px;position:relative;width:100%}@media(max-width:1024px){.dark-theme .interface-component{padding:20px 20px 0}.dark-theme .interface-component .copyrights-section{order:3}}.dark-theme .interface-component .login-component-image-sec{padding:0 20px;width:54%}@media(max-width:1024px){.dark-theme .interface-component .login-component-image-sec{margin:0 auto;max-width:600px;order:2;padding:0;width:100%}}.dark-theme .interface-component .login-component-image-sec img{background-color:#626262;width:100%}.dark-theme .hardware-inteface-popup{background:rgba(0,0,0,.8);height:100%;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.dark-theme .hardware-inteface-popup .hardware-interface-content{background:#fff;border-radius:10px;left:51%;margin:-20px 0 0 -33px;max-height:90vh;max-width:456px;min-height:200px;overflow-y:auto;padding:20px;position:relative;top:59%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .hardware-inteface-popup .hardware-interface-content .popup-loader{align-items:center;background:#454545;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:99}.dark-theme .hardware-inteface-popup .hardware-interface-content .popup-loader svg{-webkit-animation:loaderRotate 1s linear infinite;animation:loaderRotate 1s linear infinite;-webkit-filter:invert(1);filter:invert(1);height:50px;width:50px}.dark-theme .hardware-inteface-popup .hardware-interface-content .popup-loader p{margin-bottom:0!important;margin-top:15px}.dark-theme .hardware-inteface-popup .error-message{align-items:center;background:#f44;display:flex;padding:10px}.dark-theme .hardware-inteface-popup .error-message svg{margin-right:10px}.dark-theme .hardware-inteface-popup .error-message svg path{fill:#fff}.dark-theme .hardware-inteface-popup .error-message h4{color:#fff;font-size:.8125rem}.dark-theme .hardware-inteface-popup p{color:#fff;font-size:.75rem;margin-bottom:20px;margin-top:20px}.dark-theme .hardware-inteface-popup ul li{align-items:center;display:flex;margin-bottom:10px}.dark-theme .hardware-inteface-popup ul li img{-webkit-filter:invert(1);filter:invert(1);margin-right:15px;width:19px}.dark-theme .hardware-inteface-popup ul li span{color:#fff;font-size:.75rem}.dark-theme .hardware-inteface-popup .button-hardware{display:flex;justify-content:center;margin-top:30px}.dark-theme .hardware-inteface-popup .button-hardware a,.dark-theme .hardware-inteface-popup .button-hardware button{border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.75rem;padding:10px 20px;text-decoration:none}.dark-theme .hardware-inteface-popup .button-hardware a:first-child,.dark-theme .hardware-inteface-popup .button-hardware button:first-child{background:#e26935;margin-right:10px}.dark-theme .hardware-inteface-popup .button-hardware a:last-child,.dark-theme .hardware-inteface-popup .button-hardware button:last-child{background:#838383}@-webkit-keyframes loaderRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .success-connection{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:245px}.dark-theme .success-connection svg{margin-bottom:20px}.dark-theme .success-connection h4{color:#fff;font-size:.9375rem;font-weight:600}.dark-theme .hardware-vin-popup{align-items:center;background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.dark-theme .hardware-vin-popup .hardware-vin-popup-content{background-color:#f1f1f1;border-radius:5px;max-height:90vh;max-width:500px;width:100%}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title{align-items:center;background-color:#fff;border-radius:5px 5px 0 0;display:flex;justify-content:space-between;padding:10px}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title h2{font-size:.9375rem}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon{align-items:center;background-color:#e26935;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;padding:6px;transition:all .3s ease;width:20px}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .hardware-vin-popup .hardware-vin-popup-content ul{height:calc(90vh - 60px);list-style:none;margin:10px;max-height:300px;overflow-y:auto}.dark-theme .hardware-vin-popup .hardware-vin-popup-content ul h3{background-color:#fff;border-bottom:1px solid #ececec;color:#000;cursor:pointer;display:block;font-size:.8125rem;padding:10px;text-decoration:none;transition:all .3s ease}.dark-theme .hardware-vin-popup .hardware-vin-popup-content ul h3:hover{background:#eef5ff}.dark-theme .work-order-popup{padding-right:5px}.dark-theme .work-order-popup li{background-color:#fff;border:1px solid #ddd;margin-bottom:10px}.dark-theme .work-order-popup li:hover{background:#eef5ff}.dark-theme .work-order-popup li span{margin-right:5px}.dark-theme .work-order-popup li h3{background:transparent!important;border-bottom:0!important}.dark-theme .work-order-popup-content{align-items:center;background:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;padding:20px;position:fixed;width:100%;z-index:9999}.dark-theme .work-order-popup-content .popup-loader-work-order{align-items:center;background:#454545;border-radius:5px;display:flex;flex-direction:column;height:200px;justify-content:center;padding:20px;position:absolute;width:500px;z-index:99}.dark-theme .work-order-popup-content .popup-loader-work-order svg{-webkit-animation:loaderRotate 1s linear infinite;animation:loaderRotate 1s linear infinite;-webkit-filter:invert(1);filter:invert(1);height:50px;width:50px}.dark-theme .work-order-popup-content .popup-loader-work-order p{color:#fff;margin-bottom:0!important;margin-top:15px}.dark-theme .vci-connection h3{color:#fff}.dark-theme .config-component{background:#4a4a4a;margin:20px;padding:20px;position:relative}.dark-theme .config-title{align-items:center;display:flex;justify-content:space-between;margin:20px}.dark-theme .config-title h2{color:#fff;font-size:1.0625rem}.dark-theme .config-title button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;display:flex;padding:10px 16px}.dark-theme .config-title button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .config-title button img{-webkit-filter:invert(1);filter:invert(1);margin-right:7px;width:16px}.dark-theme .config-title button span{color:#fff;font-size:.875rem}.dark-theme .config-each-title{align-items:center;background-color:#3e66b0;display:flex;justify-content:center;margin-bottom:15px;padding:15px 10px;width:100%}.dark-theme .config-each-title h3{color:#fff;font-size:1rem;margin:0 1%;width:31.3%}.dark-theme .config-each-title h3 img{margin-right:20px;width:20px}.dark-theme .config-each-title span{color:#fff;display:block;font-family:Fisker-bold,sans-serif;font-size:.9375rem;font-weight:700;margin:0 1%;text-align:center;width:31.3%}.dark-theme .config-container ul{list-style:none}.dark-theme .config-container ul li{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;display:flex;margin-bottom:15px;padding:10px}.dark-theme .config-container ul li:last-child{margin-bottom:0}.dark-theme .config-container ul li.config-failed .config-result{background-color:#e23535}.dark-theme .config-container ul li h4{color:#000;font-size:.875rem;margin:0 1%;width:31.3%}.dark-theme .config-container ul li .config-result{align-items:center;border-radius:5px;display:flex;height:25px;justify-content:center;margin:0 1%;width:31.3%}.dark-theme .config-container ul li .config-result img{width:15px}.dark-theme .ecu-level,.dark-theme .vehicle-level{margin:10px}.dark-theme .loader-fullpage-container{align-items:center;background-color:rgba(0,0,0,.5);background:none;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100000}.dark-theme .loader-fullpage-container .loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background:none;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;height:50px;margin:5px 0;width:50px}@-webkit-keyframes loader-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .card-view-ecu{cursor:pointer;flex-wrap:wrap;margin:40px 1% 20px}.dark-theme .card-view-ecu>div{flex-wrap:wrap;position:relative}.dark-theme .card-view-ecu .ecu-each-card{border-radius:10px}.dark-theme .card-view-ecu .ecu-each-card .success-mark{align-items:center;background:#20844a;border-radius:50%;box-shadow:inset .2em .2em .2em 0 rgba(0,0,0,.5),inset -.2em -.2em .2em 0 hsla(0,0%,100%,.5),5px 5px 16px hsla(0,0%,100%,.4);display:flex;height:30px;justify-content:center;left:0;padding:6px;position:relative;width:30px}.dark-theme .card-view-ecu .ecu-each-card .success-mark svg path{fill:#fff}.dark-theme .card-view-ecu .ecu-each-card h4{color:#fff;font-size:.75rem;line-height:1.6;padding-left:10px;padding-right:10px;width:calc(100% - 105px)}.dark-theme .card-view-ecu .ecu-each-card:before{height:100%;left:0;position:absolute;top:0;width:5px}.dark-theme .card-view-ecu .ecu-each-card.ecu-pass{background-color:rgba(82,255,155,.46)}.dark-theme .card-view-ecu .ecu-each-card.ecu-pass:before{background-color:#52be80}.dark-theme .card-view-ecu .ecu-each-card.ecu-failure{background-color:rgba(255,101,85,.6);top:-18px}.dark-theme .card-view-ecu .ecu-each-card.ecu-failure:before{background-color:#ec7063}.dark-theme .card-view-ecu .ecu-each-card .popup-ecu-content:before{left:inherit;right:-7px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-theme .popup-check{display:none;position:absolute;right:-360px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:350px;z-index:1}.dark-theme .popup-check.ecu-popup-active aside{opacity:1!important;-webkit-transform:rotateY(0deg)!important;transform:rotateY(0deg)!important}.dark-theme .popup-check.ecu-popup-active section{opacity:0!important;-webkit-transform:rotateY(180deg)!important;transform:rotateY(180deg)!important}.dark-theme .popup-check .popup-ecu-content section{background-color:#fff;border-radius:0 0 10px 10px;padding:20px;position:relative}.dark-theme .popup-check .popup-ecu-content section h4{color:#e26935;font-size:1.0625rem;font-weight:800;margin-bottom:10px}.dark-theme .popup-check .popup-ecu-content section p{font-size:.8125rem;line-height:1.6;margin-bottom:15px}.dark-theme .popup-check .popup-ecu-content section ul{list-style:none}.dark-theme .popup-check .popup-ecu-content section ul li{margin-bottom:10px;padding-left:25px;position:relative}.dark-theme .popup-check .popup-ecu-content section ul li:before{background-size:contain;content:"";height:18px;left:0;position:absolute;top:1px;width:18px}.dark-theme .popup-check .popup-ecu-content section ul li span{font-size:1.0625rem}.dark-theme .popup-check .popup-ecu-content section ul li span:first-child{color:#222;font-size:.8125rem;font-weight:700;margin-right:10px}.dark-theme .popup-check .popup-ecu-content section ul li span:last-child{color:#fff;font-size:.8125rem}.dark-theme .popup-check .popup-ecu-content aside{background-color:#fff;background:#fff;border-radius:0 0 10px 10px;left:0;opacity:0;padding:35px 20px 20px;position:absolute;top:1px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.dark-theme .popup-check .popup-ecu-content aside .settings-image{margin:0 auto 20px;max-width:150px;position:relative}.dark-theme .popup-check .popup-ecu-content aside .settings-image img:nth-child(2){-webkit-animation:settings-rotate-right 3s linear infinite;animation:settings-rotate-right 3s linear infinite;position:absolute;right:-20px;top:-20px;width:60px}.dark-theme .popup-check .popup-ecu-content aside .settings-image img:nth-child(3){-webkit-animation:settings-rotate-left 3s linear infinite;animation:settings-rotate-left 3s linear infinite;left:20px;position:absolute;top:25px;width:25px}.dark-theme .popup-check .popup-ecu-content aside .software-version h5{font-size:15px;text-align:center;width:100%}.dark-theme .popup-check .popup-ecu-content aside .software-version h5:first-child{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:10px}.dark-theme .popup-check .popup-ecu-content aside .software-version a{background:#e26935;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:.9375rem;margin-top:15px;padding:15px 30px;text-decoration:none}.dark-theme .popup-check .popup-ecu-content .rotate-icon{align-items:center;background:#e26935;border-radius:10px 10px 0 0;display:flex;height:40px;justify-content:flex-end;width:100%}.dark-theme .popup-check .popup-ecu-content .rotate-icon .rotate-img{margin-right:15px;width:20px}.dark-theme .popup-check .popup-ecu-content .rotate-icon .rotate-img img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .status-view{bottom:10px;display:flex;justify-content:flex-end;position:absolute;right:10px;width:100%}.dark-theme .status-view img{width:25px}.dark-theme .status-view button{background:none;border:none}.dark-theme .status-view div{border-radius:50%;display:flex;height:35px;padding:8px;width:35px}.dark-theme .status-view div:first-child{margin-right:5px}.dark-theme .status-success{background:#08873d}.dark-theme .status-failure,.dark-theme .status-success{box-shadow:inset .2em .2em .2em 0 rgba(0,0,0,.5),inset -.2em -.2em .2em 0 hsla(0,0%,100%,.5),5px 5px 16px hsla(0,0%,100%,.4)}.dark-theme .status-failure{background:#e74c3c}.dark-theme .ecu-each-card{margin:0 1% 35px;padding:10px 40px 10px 10px;position:relative;width:48%}.dark-theme .ecu-each-card:active .popup-check,.dark-theme .ecu-each-card:focus .popup-check{display:block}.dark-theme .ecu-each-card>div{align-items:center;width:100%}.dark-theme .ect-strap{display:none!important}.dark-theme .software-version-check{display:flex;margin-bottom:20px}.dark-theme .software-version-check span{display:inline-block;font-size:1rem;font-weight:700}.dark-theme .software-version-check span:first-child{border-right:1px solid #ddd;margin-right:15px;padding-right:15px}.dark-theme #root.sidebar-active .ecu-each-card{width:31.3%}@-webkit-keyframes settings-rotate-right{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes settings-rotate-left{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.dark-theme .popup-ecu-content{border-radius:10px;box-shadow:5px 5px 25px rgba(0,0,0,.3)}.dark-theme .para{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);font-family:facto;font-size:.8125rem;padding:10px;position:relative;width:385px}.dark-theme .para:before{background-color:#fff;content:"";height:10px;left:-5px;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:10px}.dark-theme .login-loader-wrapper{align-items:center;border:1px solid #dcdcdc;display:flex;height:40px;justify-content:center;margin-top:35px;width:275px}@media(max-width:1024px){.dark-theme .login-loader-wrapper{width:212px}}.dark-theme .login-loader-wrapper .loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;border-color:#dcdcdc transparent;border-radius:50%;border-style:solid;border-width:2px;height:25px;margin:5px 0;width:25px}.dark-theme .login-component{align-items:center;background-image:url(../../static/media/back.4455b823767c3b0b1365.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;min-height:100vh;padding-left:0;position:relative;width:100%}.dark-theme .login-component:after{background:#3e66b0;content:"";height:100vh;left:50%;position:fixed;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:60px}@media(max-width:1024px){.dark-theme .login-component{padding-left:0}}.dark-theme .login-component .login-component-image-sec{margin-top:55px;padding:0 20px;position:relative;width:60%}@media(max-width:1024px){.dark-theme .login-component .login-component-image-sec{margin-top:0;width:50%}}@media(max-width:767px){.dark-theme .login-component .login-component-image-sec{margin-top:65px;width:100%}}.dark-theme .login-component .login-component-image-sec .fisker-logo{left:90px;position:absolute;top:-55px}@media(max-width:767px){.dark-theme .login-component .login-component-image-sec .fisker-logo{left:50px;top:-40px;width:70px}}.dark-theme .login-component .login-component-image-sec .main-image{width:100%}.dark-theme .login-component .login-box-section{box-shadow:3px 3px 15px hsla(0,0%,100%,.15);display:flex;flex-direction:column;justify-content:center;margin:30px auto 0;max-width:100%;padding:20px;position:relative;width:600px}@media(max-width:1024px){.dark-theme .login-component .login-box-section{width:80%}}@media(max-width:767px){.dark-theme .login-component .login-box-section{padding:20px;width:90%}}.dark-theme .login-component .login-box-section .loginbox{padding:20px}.dark-theme .login-component .login-box-section .loginbox h2{color:#fff;font-family:facto-bold;font-size:1.375rem;font-weight:600;margin-bottom:10px;text-align:left}.dark-theme .login-component .login-box-section .loginbox h3{color:#fff;font-size:1rem;line-height:1.6;margin-bottom:20px}.dark-theme .login-component .login-box-section .loginbox form .form-fields{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:20px}.dark-theme .login-component .login-box-section .loginbox form .form-fields label{color:#fff;display:block;font-size:.8125rem;width:100%}@media(max-width:550px){.dark-theme .login-component .login-box-section .loginbox form .form-fields label{margin-bottom:5px;width:100%}}@media(min-width:1400px){.dark-theme .login-component .login-box-section .loginbox form .form-fields label{font-size:.8125rem}}.dark-theme .login-component .login-box-section .loginbox form .form-fields div{padding:2px;width:100%}@media(max-width:550px){.dark-theme .login-component .login-box-section .loginbox form .form-fields div{width:100%}}.dark-theme .login-component .login-box-section .loginbox form .form-fields input{background-color:transparent;border:0;border-bottom:1px solid #fff;color:#fff;font-size:.8125rem;padding:10px 10px 10px 0;width:100%}.dark-theme .login-component .login-box-section .loginbox form .submit-button{align-items:center;display:flex;justify-content:space-between;margin-top:10px;padding:2px;width:100%}.dark-theme .login-component .login-box-section .loginbox form .submit-button input{background-color:transparent;border:2px solid #fff;color:#fff;cursor:pointer;font-size:.625rem;font-weight:600;padding:8px 30px;transition:all .3s ease}.dark-theme .login-component .login-box-section .loginbox form .submit-button input:hover{background-color:#fff;color:#000}.dark-theme .login-component .login-box-section .loginbox form .submit-button a:last-child{border-bottom:2px solid #fff;color:#fff;font-size:.75rem;font-weight:600;padding-bottom:5px;text-decoration:none}.dark-theme .logo-vertical{align-items:center;background-color:#000;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:40px}.dark-theme .logo-vertical img{height:114px;margin:15px 0;width:8px}@media(max-width:1024px){.dark-theme .logo-vertical{display:none}.dark-theme .login-container-box{align-items:center;flex-direction:column;padding-top:60px}}.dark-theme .login-container-box .img-section{padding:20px;position:relative;width:calc(100% - 460px)}@media(max-width:1024px){.dark-theme .login-container-box .img-section{max-width:470px;order:2;width:100%}}.dark-theme .login-container-box .img-section img{width:100%}@media(max-width:1024px){.dark-theme .login-container-box .login-box{margin-left:0;order:1}}.dark-theme .login-container-box .login-box h2{font-size:1.25rem;margin-bottom:10px;text-align:center}.dark-theme .login-container-box .login-box a{align-items:center;border:1px solid #3e66b0;border-radius:20px;color:#000;display:flex;font-family:Facto-Bold;margin-top:15px;padding:10px;text-decoration:none;transition:all .3s ease}.dark-theme .login-container-box .login-box a img{margin-right:10px;width:15px}.dark-theme .login-container-box .login-box a span{font-size:.75rem}.dark-theme .login-container-box .login-box a:hover{background-color:#fff;border-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.dark-theme .login-component-section{height:300px;margin:0 auto;position:relative;width:300px;z-index:1}.dark-theme .login-component-section .login-box-img{padding-top:30px;position:relative}.dark-theme .login-component-section:before{background-color:#3e66b0;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:100%}.dark-theme .ms-login{font-family:facto;font-size:.8125rem;padding:5px 5px 5px 10px}.dark-theme .login-img{margin:7px auto 10px;width:150px}.dark-theme .wel{font-family:facto}.dark-theme .tool{color:#fff;font-family:facto-bold;margin-left:110px;padding-bottom:15px}.dark-theme .side{position:fixed;right:30px;top:30px}.dark-theme .sign{display:flex;flex-direction:column;margin-top:10px}.dark-theme .sign button{border:0;border-radius:20px;box-shadow:0 3px 9px rgba(0,0,0,.45);margin-bottom:15px;padding:8px 35px}.dark-theme .sign button img{width:15px}.dark-theme .moto{position:fixed;right:15px;top:15px}.dark-theme .map{bottom:0;left:50%;opacity:.5;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:180px}.dark-theme .copyrights-section{align-items:center;background:none;bottom:40px;display:flex;justify-content:center;position:absolute;right:20px;width:100%;z-index:1}@media(max-width:767px){.dark-theme .copyrights-section{bottom:0;justify-content:center;padding-bottom:20px;position:relative;right:0;width:100%}}.dark-theme .copyrights-section img{background:none;-webkit-filter:brightness(.5);filter:brightness(.5);height:auto;margin-right:10px;width:100px}.dark-theme .copyrights-section span{background:none;color:#000;color:#fff;font-size:.75rem;margin-left:65px}.dark-theme .service-session-list{background:#1e1e2d;border-radius:10px;padding:20px 5px}.dark-theme .slick-list,.dark-theme .slick-slide>div{margin:0 5px}.dark-theme .slick-track{margin:0 -5px!important}.dark-theme .slick-next,.dark-theme .slick-prev{align-items:center;background:#3e66b0!important;border-radius:50%;box-shadow:0 0 30px rgba(0,0,0,.3);height:25px!important;justify-content:center;top:51.5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px!important;z-index:1}.dark-theme .slick-next:before,.dark-theme .slick-prev:before{background-repeat:no-repeat;background-size:contain;content:""!important;height:15px;left:50%;opacity:1!important;position:absolute;top:53%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:15px}.dark-theme .slick-prev{left:-3px!important}.dark-theme .slick-prev:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAG6CAMAAABJHw5GAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAP1wAAD9cB1jNePwAAAspQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////17LOWQAAAO50Uk5TABAzV3p+b2FSQzQlBRlupsns//O3dQITZr7977BsDwdetvvxiBdN3PeVICejDoz68FPo/tAmCFwUx2oV0vhAL+bYdO4Rih6h1SuC2S2Fq9H2AR01KSPntVDrpEH8GrQ/8nyc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)}.dark-theme .slick-next{right:-3px!important}.dark-theme .slick-next:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAG6CAMAAABJHw5GAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAP1wAAD9cB1jNePwAAAspQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////17LOWQAAAO50Uk5TAAIXL0dgeH9nTzcfCBVfq+b8/+/Fey16xv3jmU4LA9z4mBtQ1feME0DH8g0et+tiPeqWBfrAl+DB9VTd/nDMtT8BylZtDF60Ebj7d53DEDEyKyUZ9pVj+WYOnzzYcQbZrRTa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)}.dark-theme .slick-disabled{opacity:.5}.dark-theme .service-session-card{background:#2b2b3d;border:2px solid dimgray;border-radius:10px;margin:0 5px 20px;padding:10px}.dark-theme .service-session-card .session-user{align-items:center;display:flex;margin-bottom:20px}.dark-theme .service-session-card .session-user .user-icon{background-color:#fff;border:1px solid #ddd;border-radius:15%;height:40px;overflow:hidden;padding:10px;position:relative;width:40px}.dark-theme .service-session-card .session-user .user-icon img{display:block;height:90%;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.dark-theme .service-session-card .session-user .vechicle-model{width:calc(100% - 40px)}.dark-theme .service-session-card .session-user .vechicle-model span{color:#fff;display:block;font-size:.875rem;font-weight:700;margin-left:15px}.dark-theme .service-session-card .session-user .vechicle-model span:last-child{color:#a0a0a0;font-size:.75rem;margin-top:5px}.dark-theme .service-session-card .service-details-date{align-items:center;border-bottom:2px solid #eaeaea;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;padding-bottom:20px}.dark-theme .service-session-card .service-details-date span.service-state{border-radius:5px;display:block;font-size:.6875rem;padding:10px;text-align:center;width:95px}.dark-theme .service-session-card .service-details-date span.service-state.state-completed{background-color:rgba(39,174,96,.2);color:#28d671}.dark-theme .service-session-card .service-details-date span.service-state.state-pending{background-color:rgba(245,176,65,.15);color:#f5b041}.dark-theme .service-session-card .service-details-date span.service-date{color:#d1d1d1;font-size:.6875rem;font-weight:700}.dark-theme .service-session-card h5{align-items:center;display:flex;justify-content:flex-end}.dark-theme .service-session-card h5 span:first-child{color:#d1d1d1;font-size:.75rem;font-weight:700;margin-right:5px}.dark-theme .service-session-card h5 span:last-child{color:#fff;font-size:.75rem}.dark-theme .service-session-card .session-id{align-items:center;color:#fff;display:flex;font-size:.8125rem;height:30px;justify-content:space-between;margin-bottom:20px}.dark-theme .service-session-card .session-id button{background-color:#ca3333;border:0;border-radius:5px;color:#fff;font-size:.625rem;padding:8px 16px}.dark-theme .service-session-details{margin-bottom:20px;padding:0 15px}.dark-theme .service-session-details .service-session-details-vin-active span:first-child{border-right:1.5px solid #ddd;margin-right:5px;padding-right:5px}.dark-theme .service-session-details .active-service-session-details{background-color:rgba(175,255,212,.29);border:2px solid #20844a;border-radius:10px;padding:15px}.dark-theme .service-session-details .active-service-session-details .service-session-id-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.dark-theme .service-session-details .active-service-session-details .service-session-id-details span{color:#fff;font-family:facto-bold;font-size:.8125rem}.dark-theme .service-session-details .active-service-session-details .service-session-id-details button{background-color:#ca3333;border:0;border-radius:5px;color:#fff;font-size:.8125rem;padding:8px 16px;transition:all .3s ease}.dark-theme .service-session-details .active-service-session-details .service-session-id-details button:hover{box-shadow:0 0 10px rgba(0,0,0,.4)}.dark-theme .service-session-details .active-service-session-details .service-session-id-details button:active{display:block}.dark-theme .service-session-details .active-service-session-details .vehicle-content{display:flex}.dark-theme .service-session-details .active-service-session-details .vehicle-content .current-car-img{background-color:#fff;border:1px solid #ddd;border-radius:15%;height:40px;overflow:hidden;padding:10px;position:relative;width:40px}.dark-theme .service-session-details .active-service-session-details .vehicle-content .current-car-img img{display:block;height:90%;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.dark-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content{padding-left:10px}.dark-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span{color:#fff;display:block}.dark-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span:first-child{font-family:facto-bold;font-size:.875rem}.dark-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span:last-child{font-size:.75rem;margin-top:5px}.dark-theme .service-session-details h3{color:#fff;font-size:1rem;margin-bottom:10px}.dark-theme .service-session .slick-dots{display:none!important}.dark-theme .existing-service h3{color:#fff;font-size:1rem;margin-bottom:10px;margin-top:10px;padding:0 15px}.dark-theme .service-time{display:flex;height:35px;justify-content:space-between;margin-top:10px;width:100%}.dark-theme .service-time .start-time:last-child span:last-child{text-align:right}.dark-theme .service-time .service-pending{align-items:center;background-color:#e8e8e8;border-radius:10px;box-shadow:0 0 3x rgba(0,0,0,.4);display:flex;height:15px;justify-content:center;overflow:hidden;position:relative;width:100%}.dark-theme .service-time .service-pending .service-pending-percentage{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-color:#f5b041;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:20px 20px;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:60%}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.dark-theme .service-time .service-pending span{font-family:facto-bold;font-size:.625rem;margin-bottom:0!important;position:relative}.dark-theme .service-time span{color:#fff;display:block;font-size:.8125rem}.dark-theme .service-time span:first-child{color:#b6b6b6;font-family:facto-bold;margin-bottom:5px}.dark-theme .vehicle-img{display:flex;justify-content:space-between}.dark-theme .vehicle-img .service-active-content{display:flex}.dark-theme .vehicle-img .service-active-content>div{margin-left:15px}.dark-theme .vehicle-img .service-active-content>div span{color:#fff;display:block;font-size:.875rem;text-align:center;text-align:right}.dark-theme .vehicle-img .service-active-content>div span:first-child{font-family:facto-bold}.dark-theme .vehicle-img .service-active-content>div span:last-child{margin-top:5px}.dark-theme .timer-session{font-size:1rem!important}.dark-theme .stack-integration{background:#000;margin:20px;padding:15px}.dark-theme .stack-integration .page-title{margin:0 0 20px;text-align:center}.dark-theme .stack-integration-col{display:flex;flex-wrap:wrap;margin:0 -1%}.dark-theme .stack-integration-col .stack-integration-box{background:#f4f4f4;border-radius:10px;margin:0 1%;padding:20px;width:31.3%}.dark-theme .stack-integration-col .stack-integration-box h2{font-size:1.0625rem;text-align:center}.dark-theme .stack-integration-col .stack-integration-box ul{list-style:none}.dark-theme .stack-integration-col .stack-integration-box ul li{margin-bottom:15px}.dark-theme .stack-integration-col .stack-integration-box ul li:last-child{margin-bottom:0}.dark-theme .stack-integration-col .stack-integration-box ul li>span{font-size:.875rem}.dark-theme .stack-integration-col .stack-integration-box ul li .stack-value{background-color:#000;margin-top:5px;padding:5px 10px 7px}.dark-theme .stack-integration-col .stack-integration-box ul li .stack-value span{color:#60ff35;font-size:.75rem}.dark-theme .stack-table-dtc{background:#f4f4f4;border-radius:10px;margin:0 1%;padding:20px;width:64.7%}.dark-theme .stack-table-dtc h2{font-size:1.125rem;text-align:center}.dark-theme .stack-table-dtc table{border-collapse:collapse;width:100%}.dark-theme .stack-table-dtc table thead{background-color:#000}.dark-theme .stack-table-dtc table thead td{color:#fff}.dark-theme .stack-table-dtc table td{font-size:.875rem;padding:15px}.dark-theme .stack-table-dtc table tbody tr:nth-child(odd){background-color:#eef5ff}.dark-theme .stack-table-dtc table tbody tr:nth-child(2n){background-color:#fff}.dark-theme .stack-table-dtc .param-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:block;height:20px;margin:20px auto 0;padding:0;width:20px}.dark-theme .vehicle-info-primary-stack{display:flex;flex-wrap:wrap;list-style:none;margin:0 auto 30px;max-width:1000px}.dark-theme .vehicle-info-primary-stack li{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);margin:0 0 20px;padding:10px;position:relative;width:100%}.dark-theme .vehicle-info-primary-stack li img{height:25px;left:10px;position:absolute;top:10px;width:25px}.dark-theme .vehicle-info-primary-stack li span{display:block;font-size:.8125rem;padding-left:35px}.dark-theme .vehicle-info-primary-stack li span.info-title{color:#5f5f5f;font-family:Facto-bold,sans-serif;font-size:.6875rem;margin-bottom:5px}.dark-theme .vehicle-info-primary-stack li span .param-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;height:20px;margin:10px 0 0;padding:0;width:20px}.dark-theme .dtc-clear{display:flex;justify-content:flex-end}.dark-theme .dtc-clear button{align-items:center;background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:.8125rem;margin-left:8px;padding:8px 16px}.dark-theme .dtc-clear button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px;width:18px}.dark-theme .dtc-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.dark-theme .details-section{align-items:flex-start;background-color:#fff;display:flex;flex-wrap:wrap;min-height:calc(100vh - 61px);padding:10px}.dark-theme .details-section .select-values-col{display:flex;flex-wrap:wrap;width:30%}@media(max-width:1024px){.dark-theme .details-section .select-values-col{margin-bottom:20px;width:100%}}.dark-theme .details-section .select-values-col .select-col{background:linear-gradient(90deg,hsla(207,8%,77%,.7),#e5e8e9 50%,hsla(207,8%,77%,.7));box-shadow:0 0 20px rgba(0,0,0,.4);margin:0 10px;width:calc(50% - 20px)}@media(max-width:550px){.dark-theme .details-section .select-values-col .select-col{margin:0 0 15px;width:100%}.dark-theme .details-section .select-values-col .select-col:last-child{margin-bottom:0}}.dark-theme .details-section .select-values-col .select-col h3{background:linear-gradient(90deg,#e96f3b,#ef956d 50%,#e96f3b);color:#fff;font-size:1rem;padding:10px;text-align:center}.dark-theme .details-section .select-values-col .select-col h3 span{border-bottom:2px solid #fff;display:inline-block;padding-bottom:2px}.dark-theme .details-section .select-values-col .select-col ul{list-style:none;padding:10px}.dark-theme .details-section .select-values-col .select-col ul li{background:linear-gradient(45deg,#484848,#7e7e7e);border:1px solid #34497d;border-radius:10px 0;color:#fff;font-size:.875rem;margin-bottom:10px;padding:10px}@media(max-width:1100px){.dark-theme .details-section .select-values-col .select-col ul li{font-size:.8125rem}}.dark-theme .details-section .select-values-col .select-col ul li.select-active{background:linear-gradient(45deg,#233668,#4363b3)}.dark-theme .information-values-col{width:70%}@media(max-width:1024px){.dark-theme .information-values-col{width:100%}}.dark-theme .information-values-col .info-tab{display:flex;flex-direction:column;margin-bottom:15px}.dark-theme .information-values-col .info-tab .infotab-title{background:linear-gradient(45deg,#ffa38c,#ffe3dd);border:4px double #000;border-bottom:0;font-size:.75rem;height:30px;padding:5px 10px}.dark-theme .information-values-col .ecu-info{background-color:#d9d9d9;border:4px double #000;display:flex;flex-wrap:wrap;padding:10px 0}.dark-theme .information-values-col .ecu-info .ecu-col{display:flex;flex-wrap:wrap;margin:0 10px;width:calc(50% - 20px)}@media(max-width:767px){.dark-theme .information-values-col .ecu-info .ecu-col{margin:0;padding:0 10px;width:100%}}.dark-theme .information-values-col .ecu-info .ecu-col ul{list-style:none;width:100%}.dark-theme .information-values-col .ecu-info .ecu-col ul li .ecu-title{display:inline-block;font-size:.8125rem;margin-bottom:5px;width:230px}@media(max-width:1024px){.dark-theme .information-values-col .ecu-info .ecu-col ul li .ecu-title{width:190px}}.dark-theme .information-values-col .ecu-info .ecu-col ul li .ecu-value{display:inline-block;font-size:.8125rem;margin-bottom:5px;width:calc(100% - 230px)}.dark-theme .information-values-col .ecu-info .ecu-latest-update{margin-top:10px}.dark-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-title{background:linear-gradient(1turn,#093a6b,#145ca4);border:4px double #000;border-bottom:0;color:#fff;padding:8px;text-align:center}.dark-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-title h2{font-size:.8125rem;font-weight:300}.dark-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-value{background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;color:#fff;padding:8px;text-align:center}.dark-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-value h3{color:#626262;font-size:.75rem;font-weight:300}.dark-theme .info-tab-col{display:flex;flex-wrap:wrap;margin:0 -10px}@media(max-width:550px){.dark-theme .info-tab-col{margin:0}}.dark-theme .info-tab-col .info-tab{margin:0 10px;width:calc(50% - 20px)}@media(max-width:550px){.dark-theme .info-tab-col .info-tab{margin:0 0 15px;width:100%}.dark-theme .info-tab-col .info-tab:last-child{margin-bottom:0}}.dark-theme .info-tab-col .flashing-sequence{align-items:center;background-color:#d9d9d9;border:4px double #000;display:flex;flex:1 1;padding:10px}.dark-theme .info-tab-col .flashing-sequence ul{list-style:none;padding:0 10px}.dark-theme .info-tab-col .flashing-sequence ul li{font-size:.8125rem}.dark-theme .flashing-bar{display:flex;position:relative;width:100%}.dark-theme .flashing-bar .bar-middle{background:linear-gradient(0deg,#848484,#a5a5a5 50%,#848484);height:40px;position:relative;width:100%}.dark-theme .flashing-bar .bar-middle .bar-progress-meter{background:linear-gradient(180deg,#dc7e1a 10%,#fbeede 30%,#ecac64 70%);display:inline-block;height:100%;position:absolute;width:60%}.dark-theme .flashing-bar .bar-start{height:42px;left:-5px;position:absolute;z-index:1}.dark-theme .flashing-bar .bar-start img{height:100%}.dark-theme .flashing-bar .bar-end{height:42px;position:absolute;right:0}.dark-theme .flashing-bar .bar-end img{height:100%}.dark-theme .deatils-bottom-nav{background:linear-gradient(180deg,#974024,#ec683e);border:1px solid #000;min-height:61px;padding:2px}.dark-theme .deatils-bottom-nav ul{border:1px solid #000;display:flex;flex-wrap:wrap;list-style:none;padding:5px}.dark-theme .deatils-bottom-nav ul li{align-items:center;background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;color:#000;display:flex;font-size:.8125rem;justify-content:center;margin:0 5px;padding:10px;text-align:center;width:calc(16.66% - 10px)}@media(max-width:1100px){.dark-theme .deatils-bottom-nav ul li{font-size:.6875rem}}@media(max-width:767px){.dark-theme .deatils-bottom-nav ul li{margin-bottom:5px;width:calc(33.33% - 10px)}}@media(max-width:550px){.dark-theme .deatils-bottom-nav ul li{width:calc(50% - 10px)}}.dark-theme .deatils-bottom-nav ul li.deatails-active{background:linear-gradient(1turn,#093a6b,#145ca4);color:#fff}.dark-theme .payload-tab{background-color:#d9d9d9;border:4px double #000;padding:10px 0;width:100%}.dark-theme .payload-tab .payload-tab-each .payload-each{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:10px}.dark-theme .payload-tab .payload-tab-each .payload-each label{font-size:.8125rem;margin:0 10px;width:240px}@media(max-width:767px){.dark-theme .payload-tab .payload-tab-each .payload-each label{margin-bottom:5px;width:100%}}.dark-theme .payload-tab .payload-tab-each .payload-each .package-input{display:flex;margin:0 10px;width:calc(100% - 280px)}@media(max-width:767px){.dark-theme .payload-tab .payload-tab-each .payload-each .package-input{width:100%}}.dark-theme .payload-tab .payload-tab-each .payload-each .package-input input{background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;padding:10px;width:calc(100% - 200px)}.dark-theme .payload-tab .payload-tab-each .payload-each .package-input button{background:linear-gradient(1turn,#093a6b,#145ca4);border:4px double #000;color:#fff;cursor:pointer;padding:10px;width:200px}.dark-theme .payload-tab .payload-tab-each .start-flashing{display:flex;justify-content:flex-end;padding:0 10px}.dark-theme .payload-tab .payload-tab-each .start-flashing button{background:linear-gradient(0deg,#974024,#ec683e);border:4px double #000;color:#fff;cursor:pointer;font-size:.75rem;padding:8px 10px;width:calc(100% - 260px)}@media(max-width:767px){.dark-theme .payload-tab .payload-tab-each .start-flashing button{width:100%}}.dark-theme .vin-connection h4{background:#fff;color:#fff;font-size:1rem;margin-bottom:20px;text-align:center}.dark-theme .vin-connection form{background:#454545;display:flex;flex-direction:column;flex-wrap:wrap}.dark-theme .vin-connection form div{color:#ca3333;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px;text-align:center}.dark-theme .vin-connection form label{color:#fff;display:block;margin-bottom:15px;text-align:center;width:100%}.dark-theme .vin-connection form input{background:transparent;border:0;border-bottom:2px solid #fff;color:#fff;font-size:.75rem;margin:0 auto 15px;max-width:300px;padding:10px 10px 10px 0;text-align:center;width:100%}.dark-theme .vin-connection form input::-webkit-input-placeholder{color:#fff}.dark-theme .vin-connection form input::placeholder{color:#fff}.dark-theme .vin-connection form a,.dark-theme .vin-connection form button{background:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:inline-block;font-family:facto-bold;font-size:.75rem;left:50%;padding:10px 20px;position:relative;text-align:center;text-decoration:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease;width:300px}.dark-theme .vin-connection form a:hover,.dark-theme .vin-connection form button:hover{background:#3e66b0;color:#fff}.dark-theme .connection-change{background:none;color:#fff;cursor:pointer;display:block;font-family:Facto-bold;font-size:.8125rem;text-align:center;text-decoration:underline;width:100%}.dark-theme .vci-connection h4{color:#fff;font-size:1.125rem;text-align:center}.dark-theme .vci-connection img{display:none;left:50%;max-width:120px;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dark-theme .vci-model-box{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#2b2b3d;border:1px solid hsla(0,0%,100%,.18);border-radius:30px;border-radius:10px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);max-width:100%;padding:34px;position:relative;width:90%}.dark-theme .vci-model-box .connection-change{color:#fff;padding:20px}.dark-theme .vin-connection.vci-model-box{background:#454545;max-width:100%}.dark-theme .usb-detection{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.dark-theme .usb-detection svg{height:28px;width:28px}.dark-theme .usb-detection path{fill:#000;stroke:#000}.dark-theme .usb-detection circle,.dark-theme .usb-detection line,.dark-theme .usb-detection rect{stroke:#000}.dark-theme .search-detection{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.dark-theme .search-detection img{height:28px;width:28px}.dark-theme .search-detection path{fill:#000;stroke:#000}.dark-theme .search-detection circle,.dark-theme .search-detection line,.dark-theme .search-detection rect{stroke:#000}.dark-theme .establish-conneciton{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:flex;justify-content:center;margin:20px auto 0;max-width:210px;padding:10px 15px;transition:all .3s}.dark-theme .establish-conneciton:disabled{cursor:not-allowed;opacity:.5}.dark-theme .establish-conneciton svg{height:16px;margin-right:10px;width:16px}.dark-theme .establish-conneciton svg path{fill:#fff;stroke:#fff}.dark-theme .establish-conneciton span{background:none;font-size:.8125rem}.dark-theme .vin-connection{border-radius:10px;padding:30px}.dark-theme .vci-detected .vci-detector-loader{align-items:center;color:#fff;display:flex;justify-content:center}.dark-theme .vci-detected .vci-detector-loader span.mini-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;padding:0;width:20px}.dark-theme .vci-detected .vci-detector-loader .vci-error-text{color:red}.dark-theme .select-empty{margin:0 auto;max-width:500px}.dark-theme .select-empty img{display:block;margin:0 auto}.dark-theme .select-empty h4{color:#cacaca;font-size:.9375rem;margin:20px 0}.dark-theme .dropdown-container{border:0}.dark-theme .dropdown-container:focus-within{border-color:transparent;box-shadow:0 0 0 0}.dark-theme .actuator-testing .multi-select-container{border:0}.dark-theme .multi-select-container{border:1px solid #565656;border-radius:5px!important;padding:3px -1px}.dark-theme .multi-select-container .dropdown-container{background-color:transparent;border:0!important}.dark-theme .multi-select-container .dropdown-container:focus-within{border:0!important;box-shadow:0 0 0!important}.dark-theme .multi-select-container .dropdown-heading-value span{color:#fff;font-size:.8125rem}.dark-theme .vci-details{color:#fff}.dark-theme .vci-details span{display:block;font-size:.875rem;margin:7px 0;text-align:center}.dark-theme .vci-details span.interface-name{border-top:1px solid #ddd;margin-top:20px;padding-top:20px}.dark-theme .vci-details span b{font-family:Facto-bold,sans-serif}.dark-theme .side-bar{background:#1e1e2d;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.61);max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);transition:all .3s ease;width:255px;z-index:999}@media(max-width:1100px){.dark-theme .side-bar{height:100vh;overflow:inherit;position:fixed;top:10px;width:230px!important}.dark-theme .side-bar:before{background:hsla(0,0%,48%,.5);content:"";height:100vh;position:fixed;width:100%}.dark-theme .side-bar.sidebar-collapsed ul li{justify-content:flex-start}.dark-theme .side-bar.sidebar-collapsed ul li a{align-items:center;cursor:pointer;display:flex;margin-bottom:5px;padding:4px 10px;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.dark-theme .side-bar.sidebar-collapsed ul li a span{display:inline-block;font-size:.75rem;opacity:1;visibility:visible;white-space:nowrap;width:calc(100% - 26px)}}.dark-theme .side-bar>ul{align-items:center;background:#1e1e2d;border-radius:10px;display:flex;flex-direction:column;height:100%;list-style:none;overflow-x:hidden;overflow-y:auto;padding:20px 0 0;position:relative}@media(max-width:1100px){.dark-theme .side-bar>ul{overflow-x:hidden;width:100%}}.dark-theme .side-bar>ul .Active_Sidebar{background-color:#3e66b0}.dark-theme .side-bar>ul .Active_Sidebar img{-webkit-filter:brightness(0) invert(0);filter:brightness(0) invert(0)}.dark-theme .side-bar>ul .Active_Sidebar span{color:#fff}.dark-theme .side-bar>ul .cursor_not_allowed{cursor:not-allowed}.dark-theme .side-bar>ul li{width:100%}.dark-theme .side-bar>ul li:last-child a{margin-bottom:0}.dark-theme .side-bar>ul li.vehicle-info-side a{padding:7px}.dark-theme .side-bar>ul li a{align-items:center;color:#fff;cursor:pointer;display:flex;padding:8px 10px;position:relative;text-decoration:none;transition:all .3s ease}.dark-theme .side-bar>ul li a span{color:#fff;display:inline-block;font-size:.75rem;transition:visibility 0s,opacity .6s linear;white-space:nowrap;width:calc(100% - 26px)}.dark-theme .side-bar>ul li a img,.dark-theme .side-bar>ul li a svg{-webkit-filter:brightness(0) invert(0);filter:brightness(0) invert(0);height:35px;margin-left:5px;margin-right:10px;opacity:1;transition:all .3s ease;width:35px}@media(max-width:1100px){.dark-theme .side-bar>ul li a img,.dark-theme .side-bar>ul li a svg{height:32px;width:32px}}.dark-theme .side-bar>ul li a.vehicle-info-side a{padding:6px}.dark-theme .side-bar>ul li a:hover{background:rgba(62,102,176,.22)}.dark-theme .side-bar>ul li a:hover img,.dark-theme .side-bar>ul li a:hover svg:hover{fill:red}.dark-theme .side-bar>ul li a.active{background:#3e66b0}.dark-theme .side-bar>ul li a.active span{color:#fff}.dark-theme .side-bar>ul li .cursor_not_allowed{cursor:not-allowed}.dark-theme .side-bar .side-bar-arrow{align-items:center;background:#000;border:1px solid #565656;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);cursor:pointer;display:flex;height:25px;justify-content:center;padding:5px;position:absolute;right:-15px;transition:all .3s ease;width:25px;z-index:1}@media(max-width:1100px){.dark-theme .side-bar .side-bar-arrow{display:none}}.dark-theme .side-bar .side-bar-arrow:hover{background-color:#e26935}.dark-theme .side-bar .side-bar-arrow svg path,.dark-theme .side-bar .side-bar-arrow:hover svg path{fill:#fff}.dark-theme .side-bar.sidebar-collapsed .list-head{padding:0 10px}.dark-theme .side-bar.sidebar-collapsed .side-bar-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-theme .sidebar-active .side-bar{width:50px}.dark-theme .sidebar-active .side-bar li{align-items:center;display:flex;justify-content:center}.dark-theme .sidebar-active .side-bar img{height:35px;margin-left:0;margin-right:0;width:35px}.dark-theme .sidebar-active .side-bar span{opacity:0;overflow:hidden;visibility:hidden;width:0}.dark-theme .sidebar-active .side-bar a{height:50px;width:45px}.dark-theme .sidebar-active .side-bar a:before{background:#545454;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.4);color:#fff;content:attr(data-content);font-size:.6875rem;font-weight:600;left:47px;padding:12px 10px;transition:visibility 0s,opacity .3s linear;width:-webkit-max-content;width:max-content}.dark-theme .sidebar-active .side-bar a:after,.dark-theme .sidebar-active .side-bar a:before{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden;z-index:9}.dark-theme .sidebar-active .side-bar a:after{border-bottom:6px solid transparent;border-right:8px solid #545454;border-top:6px solid transparent;content:"";height:0;left:39px;transition:visibility 0s,opacity .2s linear;width:0}.dark-theme .sidebar-active .side-bar a:hover:after,.dark-theme .sidebar-active .side-bar a:hover:before{opacity:1;visibility:visible}.dark-theme .siderbar-icon-size{-webkit-filter:invert(1);filter:invert(1);margin-right:10px;min-height:25px;min-width:25px}.dark-theme .siderbar-summary{background-position:1.5px -42px}.dark-theme .siderbar-devlivery{background-position:2px -77px}.dark-theme .siderbar-measurement{background-position:1px -107px}.dark-theme .siderbar-sensor{background-position:1px -139px}.dark-theme .siderbar-flashing{background-position:1px -175px}.dark-theme .siderbar-diagnostics{background-position:1px -211px}.dark-theme .siderbar-session{background-position:0 -250px}.dark-theme .siderbar-routine,.dark-theme .siderbar-testing{background-position:1.5px -311px}.dark-theme .siderbar-config{background-position:0 -288px}.dark-theme .close-sidebar{cursor:pointer;display:none}@media(max-width:1100px){.dark-theme .close-sidebar{align-items:center;background:#000;border-radius:0 5px 5px 0;display:flex;height:60px;justify-content:center;padding:7px;position:absolute;right:-24px;top:10px;width:25px}.dark-theme .close-sidebar img{-webkit-filter:invert(1);filter:invert(1)}}.dark-theme .list-head{align-items:center;display:flex;font-family:facto-bold;justify-content:space-between;margin-bottom:15px;padding:0 8px 0 12px;width:100%}.dark-theme .list-head span{color:#fff;font-family:facto-bold;font-size:20px;opacity:1;white-space:nowrap}.dark-theme .list-head ul{cursor:pointer;list-style:none}.dark-theme .list-head ul li{background-color:#fff;height:2px;margin-bottom:3px;margin-right:3px;width:14px}.dark-theme .list-head ul li:last-child{margin-bottom:0}.dark-theme .sidebar-active .list-head{justify-content:center}.dark-theme .sidebar-active .list-head span{display:none;opacity:0;transition-delay:.2s}.dark-theme .tab-view-design{border-radius:10px;margin:0 auto;overflow:hidden;width:100%}.dark-theme .tab-view-design .sub-tab{box-shadow:0 0 40px rgba(0,0,0,.15)}.dark-theme .tab-icons ul{background:#000;box-shadow:0 5px 5px -5px rgba(0,0,0,.3);display:flex;list-style:none;margin-bottom:5px;padding:20px}.dark-theme .tab-icons ul li{cursor:pointer;font-size:1rem;margin:0 3px;padding:10px;text-align:center;transition:all .3s ease;width:16.6%}.dark-theme .tab-icons ul li.active-tab,.dark-theme .tab-icons ul li:hover{background-color:#000;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.4);color:#000}.dark-theme .sub-tab-container{display:flex;min-height:calc(100vh - 150px)}.dark-theme .sub-tab-container .sub-tab-title{cursor:pointer;display:flex;width:200px}.dark-theme .sub-tab-container .sub-tab-title ul{background-color:#000;border-right:2px solid #393939;list-style:none;width:100%}.dark-theme .sub-tab-container .sub-tab-title ul li{background-color:#000;padding-right:45px;position:relative}.dark-theme .sub-tab-container .sub-tab-title ul li span.data-heading{color:#fff;display:inline-block;font-size:.75rem;padding:15px;position:relative}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view{background-color:#3e66b0;height:55px}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view:before{border-bottom:7px solid transparent;border-left:7px solid #3e66b0;border-top:7px solid transparent;content:"";height:0;position:absolute;right:-7px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.data-heading{color:#000;padding-right:20px;top:6px}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error{background-color:#000;box-shadow:0 0}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error svg{height:18px;width:18px}.dark-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error svg path{fill:#fff}.dark-theme .sub-tab-container .sub-tab-title ul li span.ecu-error{background:red;box-shadow:inset .2em .2em .2em 0 hsla(0,0%,100%,.5),inset -.2em -.2em .2em 0 rgba(0,0,0,.5),5px 5px 16px rgba(0,0,0,.4);height:24px;width:24px}.dark-theme .sub-tab-container .sub-tab-title ul li .issue-mark,.dark-theme .sub-tab-container .sub-tab-title ul li span.ecu-error{align-items:center;border-radius:50%;display:flex;justify-content:center;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dark-theme .sub-tab-container .sub-tab-title ul li .issue-mark{background:#fff;border:2px solid #e74c3c;height:25px;width:25px}.dark-theme .sub-tab-container .sub-tab-title ul li .issue-mark svg path{fill:#e74c3c}.dark-theme .sub-tab-container .sub-tab-title ul li .success-mark{align-items:center;background:#fff;border:2px solid #20844a;border-radius:50%;display:flex;height:25px;justify-content:center;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px}.dark-theme .sub-tab-container .sub-tab-title ul li .success-mark svg path{fill:#20844a}.dark-theme .sub-tab-container .sub-tab-content-container{background:#151515;width:calc(100% - 200px)}.dark-theme .sub-tab-container .sub-tab-content-container .sub-tab-content{padding:20px}.dark-theme .ecu-filter{display:none;justify-content:flex-end;margin-top:30px;padding:0 15px}.dark-theme .ecu-filter ul{display:flex;list-style:none}.dark-theme .ecu-filter ul li{align-items:center;background:#878787;border-radius:5px;color:#fff;cursor:pointer;display:flex;margin-right:15px;padding:10px 20px}.dark-theme .ecu-filter ul li.ecu-filter-active{background-color:#e26935}.dark-theme .ecu-filter ul li span{font-size:.8125rem}.dark-theme .ecu-filter ul li img{-webkit-filter:invert(1);filter:invert(1);height:18px;margin-right:10px;width:18px}.dark-theme .clear-dtc{align-items:center;border:1px solid #c1c1c1;border-radius:5px;display:flex;justify-content:space-between;max-width:200%;overflow:auto;padding:10px}.dark-theme .clear-dtc .left_btns_div button,.dark-theme .clear-dtc .right_btns_div button{margin-right:10px}.dark-theme .clear-dtc button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:150px}@media(max-width:1024px){.dark-theme .clear-dtc button{width:150px}}.dark-theme .clear-dtc button.re-scan{margin-left:240px}.dark-theme .clear-dtc button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:1024px){.dark-theme .dtc-identity li{padding-right:10px}}.dark-theme .dtc-identity li.dtc-inactive span:first-child{background-color:#c7c8ca;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .dtc-identity li.dtc-active span:first-child{background-color:#eb262d;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .dtc-identity li.dtc-pending span:first-child{background-color:#fecd04;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .sidebar-bus1{min-width:200px}.dark-theme .sidebar-bus1 .select_all{background-color:rgba(59,114,196,.84);margin-top:3px}.dark-theme .sidebar-bus-list-dtc{height:86%}.dark-theme .sidebar-bus-list-dtc label li input{accent-color:green}.dark-theme .fault-manage-DTC{min-height:calc(100vh - 310px)}.dark-theme .bus-code1{height:370px;margin-left:10px;overflow-x:hidden;overflow-y:auto;width:calc(100% - 200px)}.dark-theme .bus-code1 .no-dtc-txt{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.dark-theme .bus-code1 .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code1 .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.8125rem;margin-right:10px;max-height:40px;min-height:40px;min-width:100px;padding:10px 15px;transition:all .3s ease}.dark-theme .bus-code1 .bus-code-list li span:last-child{max-height:40px;max-width:555px;min-height:40px;min-width:555px}.dark-theme .bus-code1 .bus-code-list li span:last-child img{cursor:pointer;float:right;margin-left:10px;width:18px}@media(max-width:1024px){.dark-theme .bus-code1 .bus-code-list li span:last-child{max-width:490px;min-width:440px}}.dark-theme .bus-code1 .bus-code-list li.active-dtc-list span{background-color:#eb262d;color:#fff}.dark-theme .bus-code1 .bus-code-list li.in-active-dtc-list span{background-color:#c7c8ca;color:#8e6922}.dark-theme .bus-code1 .bus-code-list li.pending-dtc-value span{background-color:#fecd04;color:#777}.dark-theme .bus-code1 .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.dark-theme .bus-code{max-height:400px}.dark-theme .rescan-completed{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#3c763d}.dark-theme .rescan-completed,.dark-theme .rescan-warning{-webkit-animation:popup .3s ease-in-out;animation:popup .3s ease-in-out;font-size:.75rem;letter-spacing:1px;margin-top:3px;min-width:200px;padding:7px;text-align:center}.dark-theme .rescan-warning{background-color:#fcf8e3;border:1px solid #faebcc;border-radius:10px;color:#8a6d3b}.dark-theme .mini-loader-rescan{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;margin-left:20px;padding:0;width:12px}.dark-theme .rescan-width{width:200px}.dark-theme .dtc-snapshot{border:1px solid #ddd;border-radius:5px;margin:15px;min-height:calc(100vh - 370px);padding:10px;width:100%}.dark-theme .dtc-snapshot img{cursor:pointer;float:right}.dark-theme .dtc-snapshot .Snapshot .manual-table{color:#fff}.dark-theme .change_design{height:350px;padding:5px;width:100%}.dark-theme .change_design img{cursor:pointer}.dark-theme .change_design .pdf_con{background:#fcfcfc;box-shadow:0 0 3px #d3c5c5;display:flex;height:320px;padding:5px}.dark-theme .change_design .pdf_con .pdf_left{font-size:14px;margin:10px;max-height:312px;min-width:312px;overflow-y:auto;width:100%}.dark-theme .change_design .pdf_con .pdf_left .para_heading{color:#ef2400;font-size:15px;font-weight:900;margin-bottom:15px}.dark-theme .change_design .pdf_con .pdf_left .para_heading span{border-bottom:2px solid #ef2400}.dark-theme .change_design .pdf_con .pdf_left div{margin:5px}.dark-theme .change_design .pdf_con .pdf_left div ul{font-size:13px;margin:8px 0}.dark-theme .change_design .pdf_con .pdf_left div ul li{margin-left:17px}.dark-theme .change_design .pdf_con .pdf_left div strong{border-bottom:1px solid #000}.dark-theme .change_design .pdf_con .pdf_imgs .img_heading{font-size:14px}.dark-theme .change_design .pdf_con .pdf_imgs .img_heading P{background:#e2dfdf;margin-bottom:8px;padding:10px}.dark-theme .change_design .pdf_con .pdf_imgs .img_heading span{cursor:pointer;margin-right:10px;padding:10px}.dark-theme .change_design .pdf_con .pdf_imgs .img_heading .activeHeading{border-bottom:4px solid #4646f1}.dark-theme .change_design .pdf_con .pdf_imgs .img_div{border:2px solid #ddd;margin-top:10px;position:relative;text-align:center;width:330px}.dark-theme .change_design .pdf_con .pdf_imgs .img_div img{cursor:pointer;height:212px}.dark-theme .change_design .pdf_con .pdf_imgs .img_div .close_expand{display:flex;justify-content:end}.dark-theme .change_design .pdf_con .pdf_imgs .img_div .close_expand img{cursor:pointer;height:20px;margin-right:5px;width:20px}.dark-theme .change_design .pdf_expand_imgs .img_exp_heading{font-size:14px}.dark-theme .change_design .pdf_expand_imgs .img_exp_heading div:first-child{background:#e2dfdf;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px}.dark-theme .change_design .pdf_expand_imgs .img_exp_heading div:last-child span{cursor:pointer;margin-left:10px;padding:10px}.dark-theme .change_design .pdf_expand_imgs .img_expand_div{margin-top:8px;max-height:275px;overflow-y:auto}.dark-theme .toggle-icon-dtc{align-items:center;background:#ddd;border-radius:40px;display:flex;height:30px;justify-content:space-between;padding:0 5px;position:relative;width:70px}.dark-theme .toggle-icon-dtc img{width:20px}.dark-theme .toggle-icon-dtc:before{background:#eee;border-radius:50%;content:"";height:27px;left:3px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:27px}.dark-theme .toggle-icon-Gudied{align-items:center;background:#ddd;border-radius:40px;display:flex;height:30px;justify-content:space-between;padding:0 5px;position:relative;width:70px}.dark-theme .toggle-icon-Gudied img{width:20px}.dark-theme .toggle-icon-Gudied:before{background:#eee;border-radius:50%;content:"";height:27px;left:40px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:27px}.dark-theme .actuator-testing{background:#1e1e2d;border-radius:10px;padding:15px}.dark-theme .select-parameters-list{display:flex;flex-wrap:wrap;justify-content:center}.dark-theme .select-parameters-list .multi-select-container{margin:0 1%;max-width:400px;width:100%}.dark-theme .select-parameters-list .multi-select-container .dropdown-container,.dark-theme .select-parameters-list .multi-select-container .rmsc.multi-select{width:100%}.dark-theme .select-parameters-list .multi-select-container select{background-color:#1e1e2d;border-color:#565656;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:5px;width:100%}.dark-theme .actuator-testing-acc{align-items:center;display:flex;flex-wrap:wrap;margin-top:30px}.dark-theme .actuator-testing-acc .actuator-each-testing{background:#f8f8f8;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:0 0 20px;padding:20px;width:100%}.dark-theme .actuator-testing-acc .actuator-each-testing .actuator-title-testing{align-items:center;display:flex;justify-content:space-between}.dark-theme .actuator-testing-acc .actuator-each-testing .actuator-title-testing button{background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;padding:10px 20px}.dark-theme .actuator-testing-acc .actuator-each-testing .actuator-buttons{margin-top:20px}.dark-theme .actuator-testing-acc .actuator-each-testing .actuator-buttons button{background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;margin-right:10px;padding:10px 20px}.dark-theme .acutuator-testing-params{margin-top:30px}.dark-theme .acutuator-testing-params table{width:100%}.dark-theme .acutuator-testing-params table thead{background-color:#1b6fee;color:#fff;font-size:17px}.dark-theme .acutuator-testing-params table thead td{padding:20px 10px}.dark-theme .acutuator-testing-params table td{padding:10px;position:relative}.dark-theme .acutuator-testing-params table td.action_col{width:300px}.dark-theme .acutuator-testing-params table td button{background:#5cad5c;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;margin-right:10px;padding:10px 20px}.dark-theme .acutuator-testing-params table td img{-webkit-animation:loader-table-rotate 2s linear infinite;animation:loader-table-rotate 2s linear infinite;display:none;width:20px}.dark-theme .acutuator-testing-params table td img.show_img{display:inline-block}.dark-theme .acutuator-testing-params table,.dark-theme .acutuator-testing-params tr{border:1px solid #ddd;border-collapse:collapse}.dark-theme .btn-disabled{cursor:no-drop!important;opacity:.3}.dark-theme .btn-alert,.dark-theme .btn-success{background:#ff4242!important}@-webkit-keyframes loader-table-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .actuator-testing-box{align-items:center;background:#2b2b3d;border:1px solid #ddd;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;padding:10px}.dark-theme .actuator-testing-box h4{color:#fff}.dark-theme .actuator-testing-box .testing_buttons{display:flex}.dark-theme .actuator-testing-box .testing_buttons button{align-items:center;background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:13px;justify-content:center;margin-left:10px;padding:10px 24px}.dark-theme .Toastify__toast-body>div:last-child{font-size:13px}.dark-theme .select-empty{align-items:center;display:flex;flex-direction:column;margin-top:20px}.dark-theme .select-empty img{max-width:350px;opacity:.3}.dark-theme .select-empty h4{text-align:center}.dark-theme .watermark{align-items:center;background-color:#000;border-radius:10px;box-shadow:0 0 10px hsla(0,0%,100%,.1);display:flex;height:100%;justify-content:center;left:0;overflow:hidden;padding:20px;position:absolute;top:0;width:100%;z-index:2}.dark-theme .watermark div{background:none;position:relative}.dark-theme .watermark img{-webkit-filter:invert(1);filter:invert(1);left:50%;margin:0 auto 20px;max-width:70px;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dark-theme .watermark h3{background:none;color:#f4f4f4;font-size:17px;text-align:center}.dark-theme .watermark:before{-webkit-animation:loaderMove 2s linear infinite;animation:loaderMove 2s linear infinite;background-image:linear-gradient(180deg,#222,#363636,#222);height:80px;left:-80%;opacity:.6;position:absolute;top:50%;-webkit-transform:rotate(145deg);transform:rotate(145deg);width:100%}@-webkit-keyframes loaderMove{0%{left:-80%}60%{left:70%}to{left:70%}}.dark-theme .ecu-flashing-screen{background-color:#fff;border-radius:10px;padding:20px}.dark-theme .ecu-flashing-screen .ecu-flashing-container{background:none;min-height:calc(100vh - 122px)}.dark-theme .vehicle-software-level h2{color:#f6f6f6;font-size:.875rem;margin-bottom:10px}.dark-theme .vehicle-software-level .current-software-details{align-items:center;background-color:#fff;background-image:linear-gradient(45deg,#000,transparent);border-radius:10px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 80px 20px 20px;width:100%}.dark-theme .vehicle-software-level .current-software-details .current-software-content h4{color:#fff;font-size:.9375rem}.dark-theme .vehicle-software-level .current-software-details .current-software-content h3{color:#2d85a9;font-size:1.25rem;margin:12px 0}.dark-theme .vehicle-software-level .current-software-details .current-software-content h5{color:#f6f6f6;font-family:facto,sans-serif;font-size:.875rem;margin-bottom:20px}.dark-theme .vehicle-software-level .current-software-details .current-software-content h5 span{color:#fff;font-family:Facto-bold,sans-serif}.dark-theme .vehicle-software-level .current-software-details .current-software-content button{background:radial-gradient(circle,#cfcfcf 30%,#767676 101%);border:0;border-radius:5px;color:#000;cursor:pointer;font-family:Facto-bold;font-size:16px;margin-right:15px;padding:14px 50px;transition:all .3s}.dark-theme .vehicle-software-level .current-software-details .current-software-content button.flash-vehicle{background:radial-gradient(circle,#1b6fee 30%,#004bbc 101%);color:#fff}.dark-theme .vehicle-software-level .current-software-details .current-software-content button:disabled{cursor:not-allowed;opacity:.2}.dark-theme .vehicle-software-level .current-software-details .current-software-logo img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.1;width:170px}.dark-theme .ecu-software-level{margin-top:20px}.dark-theme .ecu-software-level .ecu-software-level-head h2{align-items:center;background:#686868;border-radius:10px 10px 0 0;display:flex;padding:10px}.dark-theme .ecu-software-level .ecu-software-level-head h2 img{-webkit-filter:invert(1);filter:invert(1);opacity:.7;width:35px}.dark-theme .ecu-software-level .ecu-software-level-head h2 span{color:#fff;font-size:1.125rem;margin-left:5px}.dark-theme .ecu-software-level .ecu-software-level-head h2 span.mini-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;margin-left:20px;padding:0;width:20px}.dark-theme .ecu-software-level .flashing-container h2{border-bottom:1px solid #dfdfdf;color:#dfdfdf;font-size:1.0625rem;margin-bottom:20px;padding-bottom:10px}.dark-theme .ecu-software-level .flashing-container>ul{list-style:none}.dark-theme .ecu-software-level .flashing-container>ul:last-child>li:before{display:none}.dark-theme .ecu-software-level .flashing-container>ul>li{display:flex;flex-wrap:wrap;position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li:before{background-color:#fff;content:"";height:100%;left:5px;position:absolute;top:0;width:1.5px;z-index:0}.dark-theme .ecu-software-level .flashing-container>ul>li>div{display:flex;padding-bottom:10px;position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li>div span:first-child{align-items:center;background:#fff;color:#fff;cursor:pointer;display:flex;font-size:16px;height:12px;justify-content:center;margin-right:7px;position:relative;width:12px}.dark-theme .ecu-software-level .flashing-container>ul>li>div span:first-child.collapse-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH+SURBVHic7do7jlxFFIDhHxwQGEREgDy2sCBgB6wBg+zJnLAFhq1ASICECMmwzVqcDUh+xfbYkd3GwUVCSEzfwt3Tt1v6PukEI50pVelUl+pxCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYhXc2/P9r1a3qq+qT6qi6vGGbrPeielj9Wd2rfqse7LoTV6ofq1fVX2LRWFW/Nv0Ad+K4OrugwYi3j2fVzTV124rvmmbc0oMV/x2r6uTc6m3oOMU/hFj1P1aC0U3gUXW/en+0YRZ1Vn1ePZ5LvDTY4PfVF5v0iJ16r/qwujuXOLICXKtOG58s7IdV08ng4bqkdwcaOk7xD9GlpjuatUYmwJeb94WF3JhLGJkAn22hIyzj07mEkT3AWXb/h+p59cG6hJEVgMP1ei5hZALMniXZW7O1G5kAp1voCMuYrd3IBPh9Cx1hGffmEkY2gVerP3IXcGheVdfbwkXQg+rnLXSI3fqpmeLX+GPQlabHoLVHCvbGs6bHoCdziaPHwEfV7ab7Zfbb6+qbBor/Nk7yTcA+x6r69tzqbcnNpiVm6cGKf8fT6us1dduqj6ofqpcXOCAxFqvql+rjtRU7x6afhR/1z2fh1//+27vBxXretLs/bbqjudPAbh8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWNYbveD4DzgB4lEAAAAASUVORK5CYII=)}.dark-theme .ecu-software-level .flashing-container>ul>li>div span:first-child.expand-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADBQAAAwUB9HHXlgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANnSURBVHic7d3LalNBAMbx/4kgmFiw3QiKLQi6cGdr1RewvpILoeJWUIortwUR6RNYfAAvNPVSwQsIYgUXgomRCC4SF9NAKR6l5swZM9/3g9n0Mkw4/yQn7eEMaFgEVoAtoAsMS0Z352dWgIUkK7VKzQBrwIDyg142BsB9YLr2VVsl5oB37P/A7x1vgdma125jOgw8Z/yDPxqbQLPWR2BjuU51B380lmt9BPbPWkCP6gP4RoavAo3UC4jgMuEtoGpTwFKEeZPKMYCYH9/mI86dRI4BHI0497GIcyeRYwAHJ3TuJHIMwPbBAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiCtKvt4i3HX7LHCcOHffjuU8YbeQGD4ATyLNHcN3YJuw4cUDoP+3X2gRNluIcb99j7SjB1zjD3sezFHtNise/+d4xq49kEZvATPAI+AUpuA9cAH4MjoJvIMPvpKTwG0IrwCLwGPKTwgtT0Ng8QBwhfByYFoKoF8Ar4AziRdjaWwVhO3QplKvxJLoFoT3AhPlPwWLcwDiHIA4ByDOAYhrED4GmqZOA/iYehWWzHYDeJh6FZbMekHYbv0p/meQmiFwrgFsAGuJF2P1uwe0R8/6acIFIafTrcdq9Aa4yM5JIMBX4BLhciHLW5twrDu/+2YTWCZ8NEx97ZpHtaMLXAUOsUvZiV8TWCJcFn4CXxY+MmmXhfcIl4W3gXXgR9rl1GOVeM+i1RofRy38p2BxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQFyOAfyc0LmTyDGAzxHn/hRx7iRyDGBjQue2ijSJs99Blz332s9Bjq8AfeBmhHlvIHK//Ry0gE2qe/ZvkOGzP3ezhM2Rxj34rwm7ptgEmiZsjzZg/wd+ANwFjtS+aqvcAnALeEnYLavsoHeAF4RziPkkK63ZL1SLdRf1P6VZAAAAAElFTkSuQmCC)}.dark-theme .ecu-software-level .flashing-container>ul>li>div span:first-child:before{background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(0);filter:invert(0);height:6px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.dark-theme .ecu-software-level .flashing-container>ul>li>div span:last-child{color:#fff;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.875rem}.dark-theme .ecu-software-level .flashing-container>ul>li>ul{display:none;list-style:none;margin-left:60px;position:relative;width:100%}.dark-theme .ecu-software-level .flashing-container>ul>li>ul.toggle-show{display:block!important}.dark-theme .ecu-software-level .flashing-container>ul>li>ul:before{background-color:#fff;content:"";height:15px;left:-15px;position:absolute;top:-8px;width:1.5px}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li{position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li:before{background-color:#fff;content:"";height:100%;left:-15px;position:absolute;top:6px;width:1.5px;z-index:0}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li:after{background-color:#fff;content:"";height:1.5px;left:-15px;position:absolute;top:5px;width:17px;z-index:0}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li:last-child:before{display:none}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div{display:flex;padding-bottom:10px;position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span{position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child{align-items:center;background:#fff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:12px;justify-content:center;margin-right:7px;width:12px}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child.collapse-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH+SURBVHic7do7jlxFFIDhHxwQGEREgDy2sCBgB6wBg+zJnLAFhq1ASICECMmwzVqcDUh+xfbYkd3GwUVCSEzfwt3Tt1v6PukEI50pVelUl+pxCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYhXc2/P9r1a3qq+qT6qi6vGGbrPeielj9Wd2rfqse7LoTV6ofq1fVX2LRWFW/Nv0Ad+K4OrugwYi3j2fVzTV124rvmmbc0oMV/x2r6uTc6m3oOMU/hFj1P1aC0U3gUXW/en+0YRZ1Vn1ePZ5LvDTY4PfVF5v0iJ16r/qwujuXOLICXKtOG58s7IdV08ng4bqkdwcaOk7xD9GlpjuatUYmwJeb94WF3JhLGJkAn22hIyzj07mEkT3AWXb/h+p59cG6hJEVgMP1ei5hZALMniXZW7O1G5kAp1voCMuYrd3IBPh9Cx1hGffmEkY2gVerP3IXcGheVdfbwkXQg+rnLXSI3fqpmeLX+GPQlabHoLVHCvbGs6bHoCdziaPHwEfV7ab7Zfbb6+qbBor/Nk7yTcA+x6r69tzqbcnNpiVm6cGKf8fT6us1dduqj6ofqpcXOCAxFqvql+rjtRU7x6afhR/1z2fh1//+27vBxXretLs/bbqjudPAbh8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWNYbveD4DzgB4lEAAAAASUVORK5CYII=)}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child.expand-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADBQAAAwUB9HHXlgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANnSURBVHic7d3LalNBAMbx/4kgmFiw3QiKLQi6cGdr1RewvpILoeJWUIortwUR6RNYfAAvNPVSwQsIYgUXgomRCC4SF9NAKR6l5swZM9/3g9n0Mkw4/yQn7eEMaFgEVoAtoAsMS0Z352dWgIUkK7VKzQBrwIDyg142BsB9YLr2VVsl5oB37P/A7x1vgdma125jOgw8Z/yDPxqbQLPWR2BjuU51B380lmt9BPbPWkCP6gP4RoavAo3UC4jgMuEtoGpTwFKEeZPKMYCYH9/mI86dRI4BHI0497GIcyeRYwAHJ3TuJHIMwPbBAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiCtKvt4i3HX7LHCcOHffjuU8YbeQGD4ATyLNHcN3YJuw4cUDoP+3X2gRNluIcb99j7SjB1zjD3sezFHtNise/+d4xq49kEZvATPAI+AUpuA9cAH4MjoJvIMPvpKTwG0IrwCLwGPKTwgtT0Ng8QBwhfByYFoKoF8Ar4AziRdjaWwVhO3QplKvxJLoFoT3AhPlPwWLcwDiHIA4ByDOAYhrED4GmqZOA/iYehWWzHYDeJh6FZbMekHYbv0p/meQmiFwrgFsAGuJF2P1uwe0R8/6acIFIafTrcdq9Aa4yM5JIMBX4BLhciHLW5twrDu/+2YTWCZ8NEx97ZpHtaMLXAUOsUvZiV8TWCJcFn4CXxY+MmmXhfcIl4W3gXXgR9rl1GOVeM+i1RofRy38p2BxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQFyOAfyc0LmTyDGAzxHn/hRx7iRyDGBjQue2ijSJs99Blz332s9Bjq8AfeBmhHlvIHK//Ry0gE2qe/ZvkOGzP3ezhM2Rxj34rwm7ptgEmiZsjzZg/wd+ANwFjtS+aqvcAnALeEnYLavsoHeAF4RziPkkK63ZL1SLdRf1P6VZAAAAAElFTkSuQmCC)}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child:before{background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(0);filter:invert(0);height:6px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:last-child{color:#fff;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.875rem}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul{display:none;list-style:none;margin-left:50px;padding-bottom:12px}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul.toggle-show{display:block!important}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li{color:#adadad;margin-bottom:10px;position:relative}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li span{font-size:.875rem}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li:last-child{margin-bottom:0}.dark-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li:before{background-color:#adadad;border-radius:50%;content:"";height:5px;left:-12px;position:absolute;top:6px;width:5px}.dark-theme .ecu-software-level .flashing-status-details{background-color:#000;display:flex;flex-wrap:wrap}.dark-theme .ecu-software-level .flashing-status-details .flashing-container{padding:20px;width:50%}@media(max-width:900px){.dark-theme .ecu-software-level .flashing-status-details .flashing-container{width:100%}}.dark-theme .ecu-software-level .flashing-status-details .flashing-container:first-child{border-right:1px solid #404040}@media(max-width:900px){.dark-theme .ecu-software-level .flashing-status-details .flashing-container:first-child{border-bottom:1px solid #404040;border-right:0}}.dark-theme .flashing-popup{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.dark-theme .flashing-popup .popup-flash-container{background-color:#fff;border-radius:30px;height:400px;max-height:90vh;max-width:800px;overflow:auto;padding:30px;width:100%}.dark-theme .flashing-popup .popup-flash-container h2{color:#3f3f3f;font-size:1rem}.dark-theme .flashing-popup .popup-flash-container .progress-flashing{background:#d9d9d9;border-radius:30px;height:30px;margin:15px 0;overflow:hidden;position:relative;width:100%}.dark-theme .flashing-popup .popup-flash-container .progress-flashing .flashing-percentage{background:#37af4a;border-radius:30px;height:100%;left:0;position:absolute;top:0}.dark-theme .flashing-popup .popup-flash-container .progress-bar-progress{display:flex;justify-content:space-between;margin-bottom:30px}.dark-theme .flashing-popup .popup-flash-container .progress-bar-progress h3{color:#3f3f3f;font-size:.9375rem}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists{height:200px;list-style:none;overflow:auto}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li{font-size:.875rem;margin-bottom:10px;opacity:.5;padding-left:20px;position:relative}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li:before{content:"";height:13px;left:0;position:absolute;top:0;width:13px}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-success{color:#37af4a;opacity:1}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-success:before{background-image:url(data:image/png;base64,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);background-size:contain}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-current{opacity:1}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-current:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABjSURBVHgBtYyxDYAwDAQTQuaAEaCNFHsERoIRGInCA8AEsAIL2IQiUoSQu1xn//0bUxUAmEMI3V/WlIe1tvfeX29BFYvCgohnjHFSxYxz7lZFEVnT6rgl8q/9CDszD0R0mOo8/84ZUi94SDkAAAAASUVORK5CYII=);background-size:contain}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists ul{color:#000;list-style:none}.dark-theme .flashing-popup .popup-flash-container ul.flashing-lists ul li{margin:5px 0}.dark-theme .flashing-accept-popup{background:rgba(0,0,0,.5);height:100%;padding:20px;position:fixed;width:100%;z-index:9999}.dark-theme .flashing-accept-popup .flashing-container{background:#fff;border-radius:10px;left:50%;max-height:90vh;max-width:410px;overflow-y:auto;padding:20px;position:relative;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .flashing-accept-popup .flashing-container h4{font-size:1.125rem;margin-bottom:20px;text-align:center}.dark-theme .flashing-accept-popup .flashing-container .flash-button{display:flex;justify-content:center}.dark-theme .flashing-accept-popup .flashing-container .flash-button button{border:0;border-radius:5px;cursor:pointer;font-size:15px;margin:0 10px;padding:8px 30px}.dark-theme .flashing-accept-popup .flashing-container .flash-button button:first-child{background-color:#3fc300;color:#fff}.dark-theme .flashing-accept-popup .flashing-container .flash-button button:last-child{background-color:#dfdfdf}.dark-theme .download-progress{align-items:center;display:flex;margin-top:20px}.dark-theme .download-progress span.download-progress-percenntage-txt{color:#fff;display:block;font-family:Facto-bold,sans-serif;font-size:.875rem;text-align:right;width:50px}.dark-theme .download-progress .progress-total{background-color:#fff;border-radius:15px;display:flex;height:10px;justify-content:center;overflow:hidden;padding:5px;position:relative;width:100%}.dark-theme .download-progress .progress-total .progress-completed{background-color:green;border-radius:15px;height:100%;left:0;position:absolute;top:0}.dark-theme .pos1{align-items:center;background-color:#ebf4f6;display:flex;justify-content:space-between;margin:1rem 0 0;padding:.2rem}.dark-theme .pos2{align-content:left;text-align:left;width:25%}.dark-theme .pos3{text-align:center;width:20%}.dark-theme .graph-live-data{background-color:#1e1e2d;border-radius:10px;margin-top:auto;padding:20px}.dark-theme .graph-live-data .graph-select-btn{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;z-index:99}.dark-theme .graph-live-data .graph-select-btn .select-graph{display:flex;flex-wrap:wrap;width:calc(100% - 300px)}@media(max-width:1260px){.dark-theme .graph-live-data .graph-select-btn .select-graph{justify-content:center;width:100%}}.dark-theme .graph-live-data .graph-select-btn .btn-start{align-items:flex-end;display:flex;justify-content:flex-end;width:300px}@media(max-width:1260px){.dark-theme .graph-live-data .graph-select-btn .btn-start{justify-content:center;margin-top:20px;width:100%}}.dark-theme .graph-live-data .graph-select-btn .btn-start.btn-disable-diag{opacity:.5;pointer-events:none}.dark-theme .graph-live-data .graph-select-btn .btn-start.btn-disable-diag .link_disable a{opacity:1}.dark-theme .graph-live-data .graph-select-btn .btn-start .adjust-graph{margin-right:15px}.dark-theme .graph-live-data .graph-select-btn .btn-start .adjust-graph label{display:block;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px}.dark-theme .graph-live-data .graph-select-btn .btn-start select{border-radius:5px;font-size:.8125rem;height:33px;padding:8.5px 10px}.dark-theme .graph-live-data .graph-select-btn .btn-start button{background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each{margin:0 1%;max-width:100%;width:200px}@media(max-width:1024px){.dark-theme .graph-live-data .graph-select-btn .graph-btn-each{width:170px}}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each h2{color:#fff;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc{width:100%}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading{cursor:pointer;height:auto;padding:5px 10px}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading span{font-size:.75rem}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading svg{stroke-width:1;height:18px;width:18px}.dark-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-content{font-size:.75rem}.dark-theme .csv-export{display:flex;justify-content:center;margin-top:20px}.dark-theme .csv-export a{background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.8125rem;height:33px;padding:10px 20px;text-decoration:none}.dark-theme .csv-export.disable_link a,.dark-theme .csv-export.link_disable a{opacity:.5;pointer-events:none}.dark-theme .select-empty-param{align-items:center;display:flex;flex-direction:column;margin-top:25px;width:100%}.dark-theme .select-empty-param img{margin-bottom:20px;max-width:350px;opacity:.3}.dark-theme .select-empty-param p{color:#6e6e6e;font-family:Facto,sans-serif;font-size:1.0625rem;margin:30px 0;text-align:center}.dark-theme .table-live{border-collapse:collapse;margin:12px 0;text-align:center;width:100%}.dark-theme .table-live thead th{color:#fff;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px;text-align:center}.dark-theme .table-live thead th:first-child,.dark-theme .table-live thead th:nth-child(2){text-align:start}.dark-theme .table-live td:first-child{color:#fff;font-size:.8125rem;padding:12px 0;text-align:start}.dark-theme .table-live td:nth-child(2){text-align:start}.dark-theme .table-live td{color:#fff;font-size:.8125rem;text-align:center}.dark-theme .table-live td.table-bold{font-size:.875rem}.dark-theme .table-live td.data-center{text-align:center}.dark-theme .table-live td.curr_value img{margin-left:5px;position:relative;top:-2px;width:15px}.dark-theme .table-live td.curr_value span{display:inline-block;width:30px}.dark-theme .line-chart-fix text{font-size:.75rem;line-height:.7}.dark-theme ul.react-tabs__tab-list{display:flex;justify-content:center;list-style:none;margin-top:35px}.dark-theme ul.react-tabs__tab-list li{background-color:#eaeaea;cursor:pointer;font-size:.8125rem;padding:8px 16px}.dark-theme ul.react-tabs__tab-list li:first-child{border-radius:10px 0 0 10px}.dark-theme ul.react-tabs__tab-list li:last-child{border-radius:0 10px 10px 0}.dark-theme ul.react-tabs__tab-list li.react-tabs__tab--selected{background-color:#1b6fee;color:#fff}.dark-theme .multi-graph-content{display:flex;flex-wrap:wrap;margin:30px -1% 0}.dark-theme .multi-graph-content .graph-multi{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);margin:0 1% 20px;padding:10px;width:48%}.dark-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table{background-color:rgba(27,111,238,.102);display:flex;justify-content:space-between;padding:10px}.dark-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul{list-style:none}.dark-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul li{font-size:.875rem;margin-bottom:5px}.dark-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul li span{font-size:.8125rem;margin-right:5px}.dark-theme .graph-type-mention{display:flex;justify-content:center;list-style:none;margin-top:15px}.dark-theme .graph-type-mention li{background-color:#efefef;cursor:pointer;font-size:.75rem;padding:8px 10px;position:relative;text-transform:capitalize}.dark-theme .graph-type-mention li:before{background:#d4d4d4;content:"";height:22px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.5px}.dark-theme .graph-type-mention li:last-child{border-radius:0 10px 10px 0}.dark-theme .graph-type-mention li:last-child:before{display:none}.dark-theme .graph-type-mention li.react-tabs__tab--selected{background-color:#1b6fee;color:#fff}.dark-theme .graph-type-mention li.react-tabs__tab--selected:before{display:none}.dark-theme .graph-type-mention li:first-child{border-radius:10px 0 0 10px}.dark-theme .graph-legend{display:flex;justify-content:center;list-style:none}.dark-theme .graph-legend li{align-items:center;cursor:pointer;display:flex;margin-right:10px}.dark-theme .graph-legend li span.graph-legend-dot{border:2px solid;border-radius:50%;display:block;height:11px;margin-right:3px;position:relative;width:11px}.dark-theme .graph-legend li span.graph-legend-dot:before{background:#4a4a4a;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dark-theme .graph-legend li span.graph-legend-name{font-size:.8125rem}.dark-theme .graph-legend li.legend-toggle .graph-legend-dot:before{display:none!important}.dark-theme .seperate-graph-content{display:flex;flex-wrap:wrap;margin:60px -1% 0}.dark-theme .seperate-graph-content .seperate-graph{border:1px solid #3e66b0;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);margin:0 1% 20px;padding:10px;width:48%}.dark-theme .multi-graph-table-sec{background-color:rgba(27,111,238,.102);display:flex;justify-content:space-between;padding:10px}.dark-theme .multi-graph-table-sec ul{list-style:none}.dark-theme .multi-graph-table-sec ul li{font-size:.875rem;margin-bottom:5px}.dark-theme .multi-graph-table-sec ul li span{color:#fff;font-size:.8125rem;margin-right:5px}.dark-theme .multi-graph-table-sec ul:first-child li span:first-child{display:inline-block;width:78px}.dark-theme .multi-graph-table-sec ul:last-child li span:first-child{display:inline-block;width:100px}.dark-theme .multi-graph-table-sec ul:last-child li span:last-child{display:inline-block;width:25px}.dark-theme .param-name-graph{cursor:pointer;display:inline-block;position:relative}.dark-theme .param-name-graph p{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.55);border:1px solid hsla(0,0%,100%,.18);border-radius:5px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);display:none;padding:10px;right:-260px;width:250px;z-index:2}.dark-theme .param-name-graph p,.dark-theme .param-name-graph p:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dark-theme .param-name-graph p:before{border-bottom:7px solid transparent;border-right:7px solid #ececec;border-top:7px solid transparent;content:"";height:0;left:-7px;width:0}.dark-theme .param-name-graph:focus p{display:block}.dark-theme .graph-selection{align-items:center;display:flex;justify-content:flex-start;margin:20px 0 0}.dark-theme .graph-selection label{color:#fff;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-right:5px}.dark-theme .loader-popup-check{background:rgba(0,0,0,.8);height:100%;padding:20px;position:fixed;width:100%;z-index:9999}.dark-theme .loader-check-content{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #000;left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.dark-theme .loader-check-content img{-webkit-animation:imgRotate 1.5s linear infinite;animation:imgRotate 1.5s linear infinite;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@-webkit-keyframes imgRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .vehicle-delivery-verification-box{background:#1e1e2d;border-radius:10px;min-height:calc(100vh - 102px);padding:20px}.dark-theme .save-changes-report{align-items:center;display:flex;justify-content:flex-end;margin-bottom:15px;margin-top:20px}.dark-theme .save-changes-report button{background:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.75rem;padding:10px 20px}.dark-theme .set-country{align-items:center;display:flex}.dark-theme .set-country span{font-family:Facto;font-size:.8125rem;margin-right:10px;width:125px}.dark-theme .set-country select{border:1px solid #afafaf;font-size:.8125rem;padding:10px;width:calc(100% - 125px)}.dark-theme .select-reports{display:flex;flex-wrap:wrap}.dark-theme .select-reports .report-col{width:250px}@media(max-width:1024px){.dark-theme .select-reports .report-col{width:100%}}.dark-theme .select-reports .report-col ul{list-style:none}@media(max-width:1024px){.dark-theme .select-reports .report-col ul{display:flex}}.dark-theme .select-reports .report-col ul li{background-color:#2b2b3d;border:1px solid #8f8f8f;border-bottom:0;cursor:pointer;font-family:Facto;font-size:.75rem;padding:15px 10px;position:relative;transition:all .3s ease}.dark-theme .select-reports .report-col ul li:last-child{border-bottom:1px solid #8f8f8f}.dark-theme .select-reports .report-col ul li:hover{color:#fff}.dark-theme .select-reports .report-col ul li.report-active{background-color:#3e66b0;border-color:#3e66b0;color:#fff}.dark-theme .select-reports .report-col ul li.report-active:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAiCAMAAAAqN3oYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAL1QTFRFAAAAG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uh98l4gAAAD90Uk5TAMnwVhf6//VcBaT86w+Y/kIOUargCJ+5RxqxPTgRgpmhMHiVO4UpM9EbFM8lHtbMxxwk2i7iHR/C4wQVAbgoXjlfxwAAANhJREFUeJyVkscWgjAURCPKAIKiFBXFLnYRCyq2//8sk60bnVnm5GbeuydC/EhJK/+68pWKDsO0OKZqwzE5pFZ3YTQ4plm3oXlkj28jIJmwBWjkbFYbMDpkj897i3wXDtlT6/KulTfWdeQDQY9jQulNizlGuVYO+oPh3xnpkhmLCchMxcwhkUSI+eLvePL55YpZfx0Amy1D7CSRUh2LPZAdGOIoidOZIlIgv7BTLbnNFUF9L2U35zoyuTm1h3KVUa6uN9quJApqqjvtSjxsFPGTQkTyen+dfAAkvx8U/FoQCwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:11px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}@media(max-width:1024px){.dark-theme .select-reports .report-col ul li.report-active:before{display:none}}.dark-theme .select-reports .report-content{background-color:#2b2b3d;border:1px solid #8f8f8f;padding:20px 20px 0;width:calc(100% - 250px)}@media(max-width:1024px){.dark-theme .select-reports .report-content{width:100%}}.dark-theme .select-reports .report-content .report-vehicle-summary ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.dark-theme .select-reports .report-content .report-vehicle-summary ul li{background-color:#000;border:1px solid #8f8f8f;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.dark-theme .select-reports .report-content .report-vehicle-summary ul li input{position:absolute;right:10px;top:10px;z-index:1}.dark-theme .select-reports .report-content .report-vehicle-summary ul li:hover{box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}@media(max-width:1024px){.dark-theme .select-reports .report-content .report-vehicle-summary ul li{width:48%}}.dark-theme .select-reports .report-content .report-vehicle-summary ul li span{display:block;font-family:Facto;text-align:center}.dark-theme .select-reports .report-content .report-vehicle-summary ul li span:first-child{color:#787878;font-size:.8125rem}.dark-theme .select-reports .report-content .report-vehicle-summary ul li span:last-child{color:#fff;font-size:1.0625rem;margin-top:10px}.dark-theme .select-reports .report-content .flashing-details ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.dark-theme .select-reports .report-content .flashing-details ul li{border:1px solid;bottom:0;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.dark-theme .select-reports .report-content .flashing-details ul li.flash-not-updated{background-color:hsla(0,49%,60%,.612);border-color:#ca3333;position:relative}.dark-theme .select-reports .report-content .flashing-details ul li.flash-not-updated a{height:100%;left:0;position:absolute;top:0;width:100%}.dark-theme .select-reports .report-content .flashing-details ul li.flash-updated{background:rgba(95,214,142,.412);border-color:#2abf42!important}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending{align-items:center;border:2px solid;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success{background-color:#ecf9f2;border:2px solid #2abf42}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success svg{height:14px;width:14px}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success svg path{fill:#2abf42}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed{background-color:#f9f2f1;border:2px solid #ca3333}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed svg{height:11px;width:11px}.dark-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed svg path{fill:#ca3333}@media(max-width:1024px){.dark-theme .select-reports .report-content .flashing-details ul li{width:48%}}.dark-theme .select-reports .report-content .flashing-details ul li:hover{bottom:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}.dark-theme .select-reports .report-content .flashing-details ul li .ecu-chip{margin-bottom:20px;position:relative}.dark-theme .select-reports .report-content .flashing-details ul li .ecu-chip img{-webkit-filter:invert(1);filter:invert(1);height:25px;left:-4px;position:absolute;width:25px}.dark-theme .select-reports .report-content .flashing-details ul li .ecu-chip h4{color:#fff;font-size:.9375rem;padding-left:31px;position:relative;top:4.5px}.dark-theme .select-reports .report-content .flashing-details ul li span{color:#dedede;font-family:Facto;font-size:.75rem}.dark-theme .select-reports .report-content .flashing-details ul li span:first-child{border-right:2px solid #fff;margin-right:5px;padding-right:5px}.dark-theme .select-reports .report-content .diagnostic-report>span{display:block;font-size:.8125rem;margin-bottom:15px;text-align:right}.dark-theme .select-reports .report-content .diagnostic-report table{border-collapse:collapse;width:100%}.dark-theme .select-reports .report-content .diagnostic-report table td{font-size:.8125rem;padding:15px 10px}.dark-theme .select-reports .report-content .diagnostic-report table td.status-dtc-img{text-align:center;width:60px}.dark-theme .select-reports .report-content .diagnostic-report table td.status-dtc-img img{width:15px}.dark-theme .select-reports .report-content .diagnostic-report table thead{background-color:#000}.dark-theme .select-reports .report-content .diagnostic-report table thead td{color:#fff}.dark-theme .select-reports .report-content .diagnostic-report table tbody tr:nth-child(odd){background-color:#1e1e2d;color:#fff}.dark-theme .select-reports .report-content .diagnostic-report table tbody tr:nth-child(2n){background-color:#2b2b3d;color:#fff}.dark-theme .select-reports .report-content .transport-mode-content{align-items:flex-start;border:1px solid #eee;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;padding:7px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-title h2{color:#fff;font-size:1rem;margin-bottom:7px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-title p{color:#a6a6a6;font-size:.875rem;position:relative;top:4px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport{background-color:#c7c7c7;border-radius:5px;cursor:pointer;height:25px;overflow:hidden;position:relative;width:75px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span{align-items:center;color:#fff;display:flex;font-size:.75rem;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:all .3s ease;width:40px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span.tmode-disabled{background-color:#ca3333;left:35px}.dark-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span.tmode-enabled{background-color:#2abf42;left:0}.dark-theme .select-reports .report-content .checklist form{display:flex;flex-wrap:wrap;margin:0 -1%}.dark-theme .select-reports .report-content .checklist form .checklist-input{display:flex;margin:0 1% 20px;position:relative;width:31.3%}@media(max-width:1024px){.dark-theme .select-reports .report-content .checklist form .checklist-input{width:48%}}.dark-theme .select-reports .report-content .checklist form .checklist-input input{height:13px;position:relative;top:2px;width:13px}.dark-theme .select-reports .report-content .checklist form .checklist-input label{color:#fff;cursor:pointer;font-size:.8125rem;line-height:1.2;padding-left:5px}.dark-theme .select-reports .report-content .calibiration-details ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.dark-theme .select-reports .report-content .calibiration-details ul li{border:1px solid;bottom:0;color:#fff;font-family:Facto;font-size:.8125rem;line-height:1.3;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.dark-theme .select-reports .report-content .calibiration-details ul li:hover{bottom:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}.dark-theme .select-reports .report-content .calibiration-details ul li.no-edited-cali{background-color:hsla(0,49%,60%,.612);border-color:#ca3333}.dark-theme .select-reports .report-content .calibiration-details ul li.edited-cali{background:rgba(95,214,142,.412);border-color:#2abf42!important}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali{align-items:center;border:2px solid;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-success{background-color:#ecf9f2;border:2px solid #2abf42}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-success svg{height:14px;width:14px}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-failure{background-color:#f9f2f1;border:2px solid #ca3333}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-failure svg{height:11px;width:11px}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg{left:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg.no-edit-svg path{fill:#ca3333}.dark-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg.edit-svg path{fill:#2abf42}.dark-theme .check-all{border:1px solid #eee;border-radius:5px;display:flex;justify-content:flex-end;margin-bottom:15px;padding:10px}.dark-theme .check-all input{height:13px;width:13px}.dark-theme .check-all label{color:#fff;font-family:Facto;font-size:.8125rem;margin-left:4px}.dark-theme .transport-mode-popup{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.dark-theme .transport-mode-popup .transport-mode-content{background-color:#dcdcdc;border-radius:10px;max-width:600px;padding:20px;width:100%}.dark-theme .transport-mode-popup .transport-mode-content img{display:block;margin:0 auto 20px;max-width:60px}.dark-theme .transport-mode-popup .transport-mode-content h4{font-size:.9375rem;margin-bottom:15px;text-align:center}.dark-theme .transport-mode-popup .transport-mode-content .tmode-btns{display:flex;justify-content:center}.dark-theme .transport-mode-popup .transport-mode-content .tmode-btns button{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;margin:0 5px;padding:10px 20px}.dark-theme .transport-mode-popup .transport-mode-content .tmode-btns button:first-child{background-color:#ca3333}.dark-theme .transport-mode-popup .transport-mode-content .tmode-btns button:last-child{background-color:#27b700}.dark-theme .calib-component .calib-sec{background-color:#1e1e2d;border:#1e1e2d;border-radius:10px;min-height:calc(100vh - 102px);padding:20px 15px 20px 20px}.dark-theme .calibration-box{display:flex;flex-wrap:wrap;margin:0 -1%}.dark-theme .calibration-box .calibration-each-box{border:1px solid #565656;border-radius:10px;display:flex;flex-direction:column;margin:0 1% 15px;overflow:hidden;width:31.3%}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec{background-color:#2b2b3d;border-bottom:1px solid #ddd;display:flex;flex:1 1 auto;flex-direction:column;padding:10px}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec h3{color:#e6e6e6;font-family:facto-bold,sans-serif;font-size:1rem}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details span{color:#5a5a5a;display:block;font-size:.8125rem}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details span b{font-family:facto-bold,sans-serif;margin-right:5px}.dark-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details button{background-color:#3e66b0;border:0;border-radius:40px;color:#fff;font-size:.6875rem;padding:6px 14px}.dark-theme .calibration-box .calibration-each-box .calib-details-all{border-radius:5px;padding:10px}.dark-theme .calibration-box .calibration-each-box .calib-details-all .calibrate{align-items:center;border:1px solid #565656;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.dark-theme .calibration-box .calibration-each-box .calib-details-all .calibrate span{color:#e6e6e6;font-size:.8125rem}.dark-theme .calibration-box .calibration-each-box .calib-details-all .calibrate img{-webkit-filter:invert(1);filter:invert(1);opacity:.5;width:10px}.dark-theme .calibration-box .calibration-each-box .calib-details-all button{background-color:#3e66b0;border:0;border-radius:4px;color:#fff;font-size:.8125rem;padding:10px;width:100%}.dark-theme .select-bus-calib select{border:1px solid #ddd;border-radius:5px;padding:8px 10px 5px 5px;width:250px}.dark-theme .calibrate-results .calibrate-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.dark-theme .calibrate-results .calibrate-title ul{display:flex;list-style:none}.dark-theme .calibrate-results .calibrate-title ul li{color:#dcdcdc;cursor:pointer;font-family:Focto-Bold,sans-serif;font-size:1rem;font-weight:700;margin-right:15px;opacity:.5}.dark-theme .calibrate-results .calibrate-title ul li.calibrate-active{opacity:1}.dark-theme .calibrate-results .calibrate-title button{background-color:#eee;border:0;border-radius:15px;color:#474747;font-size:12px;padding:8px 20px}.dark-theme .calibrate-results .calibrate-result-box{display:flex;flex-wrap:wrap;margin:0 -1%}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each{background-color:hsla(0,0%,68%,.18);border-radius:5px;margin:0 1%;padding:20px 20px 70px;position:relative;width:48%}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction{background-color:rgba(109,225,113,.35)}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction ul{padding-left:20px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction ul li{font-size:.875rem;margin-bottom:10px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each h4{font-size:1rem;margin-bottom:15px;width:100%}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition h4{color:#fff}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul{list-style:none}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li{color:#fff;font-size:.875rem;margin-bottom:10px;padding-left:20px;position:relative}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-loader:after{-webkit-animation:rotateLoader 1.5s linear infinite;animation:rotateLoader 1.5s linear infinite;background-image:url(../../static/media/loader-im-green.3115f1545630fdc53601.png);background-repeat:no-repeat;background-size:contain;content:"";height:15px;left:0;position:absolute;width:15px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-success:before{background-color:#37af4a}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-success:after{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(1);filter:invert(1);height:10px;left:2.5px;position:absolute;top:3px;width:10px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li:before{background-color:#d9d9d9;border-radius:50%;content:"";height:15px;left:0;position:absolute;top:0;width:15px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons button:first-child{background-color:#3e66b0}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons button:last-child{background-color:#ca3333}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons.calib-disable{opacity:.5;pointer-events:none}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-current-box ul{padding-left:20px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-current-box ul li{font-size:.875rem;margin-bottom:10px}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .calib-buttons{bottom:20px;display:flex;justify-content:center;left:50%;padding:0 10px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.dark-theme .calibrate-results .calibrate-result-box .calibrate-result-each .calib-buttons button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;font-size:.875rem;margin:0 1%;padding:10px;width:48%}@-webkit-keyframes rotateLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .calibrate-popup{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.dark-theme .calibrate-popup .calibrate-content{background-color:#fff;border-radius:10px;max-width:400px;padding:40px 15px;width:100%}.dark-theme .calibrate-popup .calibrate-content img{display:block;margin:0 auto 20px;max-width:40px}.dark-theme .calibrate-popup .calibrate-content p{font-family:facto-bold,sans-serif;font-size:.9375rem;text-align:center}.dark-theme .calibrate-popup .calibrate-content button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:block;margin:10px auto 0;padding:8px 16px}.dark-theme .precondition-status{display:flex;flex-wrap:wrap}.dark-theme .precondition-status .calibration-progress{margin-top:30px;width:170px}.dark-theme .precondition-status .calibration-progress>div{position:relative}.dark-theme .precondition-status .calibration-progress>div .calib-status{align-items:center;background:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;flex-direction:column;height:90px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90px}.dark-theme .precondition-status .calibration-progress>div .calib-status span.percentage-calib{color:#3e66b0;font-family:facto-bold,sans-serif;font-size:26px}.dark-theme .precondition-status .calibration-progress>div .calib-status span.calib-progress{font-size:.625rem;margin-top:5px;text-align:center}.dark-theme .precondition-status .precondition{width:calc(100% - 170px)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav{background-color:#1e1e2d;border-radius:10px 0 0 10px;border-right:1px solid #000;width:200px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul{list-style:none}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li p,.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li p,.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .condition-dtc{border-radius:5px;justify-content:space-between;margin-bottom:15px;padding:10px 0 0 15px}.dark-theme .condition-dtc button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-right:15px;max-width:50%;min-width:60px;padding:10px}.dark-theme .condition-dtc button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .dtc-values,.dark-theme .sidebar-bus .dtc-codee{font-family:Facto}.dark-theme .dtc-values.active-dtc:after{background-color:#f5f5f5;height:100%;right:-21px}.dark-theme .bus-code-actuator{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:calc(100% - 200px)}.dark-theme .bus-code-actuator select{background-color:#1e1e2d;border:1px solid #ddd;border-radius:5px;color:#fff;margin:10px 0 0 15px;padding:8px 10px 5px 5px;width:60%}.dark-theme .bus-code-actuator .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;font-family:Facto-bold;margin:12px;padding:20px 0 20px 8px}.dark-theme .bus-code-actuator .description_div{padding:10px}.dark-theme .bus-code-actuator .description_div h4{padding:0!important}.dark-theme .bus-code-actuator .description_div ul{margin:10px 0;padding-left:10px}.dark-theme .bus-code-actuator .description_div ul li{font-size:15.5px;margin-left:10px}.dark-theme .bus-code-actuator .description_div .time_h4{display:inline-block}.dark-theme .bus-code-actuator .data-content,.dark-theme .bus-code-actuator .description_div{background-color:#1e1e2d;border:1px solid #3e66b0;border-radius:10px;color:#fff;margin:12px;max-width:100%;min-height:100px}.dark-theme .bus-code-actuator .data-content h4,.dark-theme .bus-code-actuator .description_div h4{padding:8px 0 0 8px}.dark-theme .bus-code-actuator .data-content .list-content,.dark-theme .bus-code-actuator .description_div .list-content{padding:15px 0 15px 40px}.dark-theme .bus-code-actuator .data-content::-webkit-scrollbar-track{background:#ddd}.dark-theme .bus-code-actuator .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code-actuator .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;transition:all .3s ease}.dark-theme .bus-code-actuator .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.dark-theme .bus-code-actuator .bus-code-list li.in-active-dtc-list span{background-color:#fbe43e;color:#8e6922}.dark-theme .bus-code-actuator .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.dark-theme .bus-code-actuator .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.dark-theme .routine-container{background-color:#1e1e2d;border-radius:10px}.dark-theme .routine-container .routine-contianer-sec{border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-y:auto}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav{background-color:#1e1e2d;border-radius:10px 0 0 10px;border-right:1px solid #000;width:200px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav ul{list-style:none}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li p,.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li p,.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .code{border-radius:5px;justify-content:space-between;margin-bottom:15px;padding:12px 0 0 12px}.dark-theme .code button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:5px;max-width:50%;min-width:60px;padding:10px}.dark-theme .dtc-identity{justify-content:flex-start}.dark-theme .dtc-identity li{align-items:center;display:flex;padding-right:20px}.dark-theme .dtc-identity li span:first-child{height:12px;margin-right:5px;width:12px}.dark-theme .dtc-identity li span:last-child{color:#fff;font-family:Facto;font-size:.6875rem;line-height:1;margin-left:5px}.dark-theme .sidebar-routine{width:200px}.dark-theme .sidebar-routine .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:6px;padding:8px}.dark-theme .sidebar-routine-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:8px;padding:0 10px}.dark-theme .routine-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px}.dark-theme .routine-values:first-child.active-dtc{margin:5px 0 15px}.dark-theme .routine-values.active-dtc{background-color:#3e66b0;color:#fff;margin:15px 0;position:relative}.dark-theme .routine-values.active-dtc:before{border:1px solid #ddd;border-radius:5px 0 0 5px;border-right:0;height:140%;left:-10px;width:200px}.dark-theme .routine-values.active-dtc:after,.dark-theme .routine-values.active-dtc:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dark-theme .routine-values.active-dtc:after{background-color:#1e1e2d;height:100%;height:140%;right:-11px;width:5px}.dark-theme .routine-manage{display:flex;width:100%}.dark-theme .bus-code-status{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:calc(100% - 200px)}.dark-theme .bus-code-status span{align-items:center;color:#fff;display:flex;font-family:Facto;font-size:.875rem;height:100%;justify-content:center;width:100%}.dark-theme .bus-code-status select{background:#1e1e2d;border:1px solid #ddd;border-radius:5px;color:#fff;margin:10px 0 0 15px;padding:8px 10px 5px 5px;width:60%}.dark-theme .bus-code-status .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#4682b4;margin:25px;padding:20px 0 20px 8px}.dark-theme .bus-code-status .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code-status .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.dark-theme .bus-code-status .bus-code-list li span:last-child{min-width:300px}.dark-theme .bus-code-status .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.dark-theme .bus-code-status .bus-code-list li.in-active-dtc-list span{background-color:#e9a625;color:#8e6922}.dark-theme .bus-code-status .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.dark-theme .bus-code-status .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.dark-theme .bus-code{border:1px solid #dcdcdc}.dark-theme .injector-list{margin:20px 0 15px 16px}.dark-theme .injector-list .description_main_div{align-items:flex-start;border:1px solid #ddd;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:10px;margin-right:10px;padding:10px}.dark-theme .injector-list .description_main_div .des_div{max-height:160px;min-height:160px;width:100%}.dark-theme .injector-list .description_main_div .des_div .des_content_div,.dark-theme .injector-list .description_main_div .des_div .des_info_div{display:flex;justify-content:space-between}.dark-theme .injector-list .description_main_div .des_div .des_content_div{height:130px}.dark-theme .injector-list .description_main_div .des_div .des_content_div ul{font-size:14px;padding-left:25px;width:65%}.dark-theme .injector-list .description_main_div .des_div .des_content_div ul li{margin:5px}.dark-theme .injector-list .description_main_div .des_div .des_info_div img{cursor:pointer;width:30px}.dark-theme .injector-list .description_main_div .img_div{text-align:center}.dark-theme .injector-list .description_main_div .img_div img{border-radius:5px;width:80%}.dark-theme .injector-list table{border-collapse:collapse;width:99%}.dark-theme .injector-list table td{color:#fff;font-size:.875rem;padding:6px 14px;width:30%}.dark-theme .injector-list table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.dark-theme .injector-list table input:disabled{color:#ddd;cursor:not-allowed}.dark-theme .injector-list table thead th{border:2px solid #fff;color:#000;padding:5px}.dark-theme .injector-list table thead tr{background-color:#3e66b0}.dark-theme .injector-list table thead tr td{color:#000}.dark-theme .injector-list table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .injector-list table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .vci-msg{display:flex;justify-content:center}.dark-theme .disconnect-points{margin-left:50px}.dark-theme .confirmation-modal-container{max-width:100%;padding:10px 20px;width:600px}.dark-theme .confirmation-modal-container .icon-mark,.dark-theme .confirmation-modal-container .info-icon{margin:0 auto 20px;max-width:80px}.dark-theme .confirmation-modal-container .confirmation-text,.dark-theme .confirmation-modal-container .main-text{font-family:facto-bold,sans-serif;font-size:.9375rem;text-align:center}.dark-theme .confirmation-modal-container .action-buttons{display:flex;justify-content:center;margin:25px 0 0}.dark-theme .confirmation-modal-container .action-buttons button{border:none;border-radius:5px;cursor:pointer;font-size:.9375rem;padding:10px 20px}.dark-theme .confirmation-modal-container .action-buttons button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .confirmation-modal-container .action-buttons .btn-cancel{background-color:#ff2a2a;color:#fff;margin-right:10px}.dark-theme .confirmation-modal-container .action-buttons .btn-okay{background-color:#27b700;color:#fff}.dark-theme .dtc-scan-container .dtc-container-flashing{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.dark-theme .flashing-container{border-radius:5px}.dark-theme .flashing-container .flash-tab-program ul{background-color:#2c2c42;display:flex;list-style:none}.dark-theme .flashing-container .flash-tab-program ul li{align-items:center;background-color:#2c2c42;cursor:pointer;display:flex;padding:17px 30pX;position:relative}.dark-theme .flashing-container .flash-tab-program ul li:before{content:"";height:2px;left:0;position:absolute;top:0;width:100%}.dark-theme .flashing-container .flash-tab-program ul li.active{background-color:#1e1e2d}.dark-theme .flashing-container .flash-tab-program ul li.active img{-webkit-filter:brightness(1);filter:brightness(1);opacity:1}.dark-theme .flashing-container .flash-tab-program ul li.active span{color:#fff}.dark-theme .flashing-container .flash-tab-program ul li img{height:20px;margin-right:5px;opacity:.6}.dark-theme .flashing-container .flash-tab-program ul li span{color:#726f6f;font-size:.875rem}.dark-theme .flashing-container .flash-section{background-color:#1e1e2d;border-radius:0 10px 10px 10px;padding:15px}.dark-theme .vehicle-level .download-all-btn{display:flex;justify-content:flex-end}.dark-theme .vehicle-level .download-all-btn button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;padding:8px 16px}.dark-theme .vehicle-level .download-all-btn button.disable-btn{opacity:.5;pointer-events:none}.dark-theme .vehicle-level .download-all-btn button.flash-vehicle img{margin-right:8px;width:20px}.dark-theme .vehicle-level .download-all-btn button img{-webkit-filter:invert(1);filter:invert(1);margin-right:10px;width:12px}.dark-theme .vehicle-level .download-all-btn button img.loader-download{-webkit-animation:loader-rotate 3s linear infinite;animation:loader-rotate 3s linear infinite;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.dark-theme .vehicle-level .downlo-vehicle-contianer{align-items:center;background:rgba(37,78,155,.071);border:1px solid #3e66b0;border-radius:5px;display:flex;margin:20px auto;max-width:800px;padding:20px;width:100%}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage{padding-right:20px;width:calc(100% - 120px)}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text{align-items:center;display:flex;margin-bottom:20px}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text .download-icon{align-items:center;background-color:#3e66b0;border-radius:50%;display:flex;height:45px;justify-content:center;padding:14px;width:45px}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text .download-icon img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text span{color:#3e66b0;font-size:1.125rem;margin-left:10px}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-progress{background-color:rgba(37,78,155,.38);height:4px;margin:10px 0;position:relative;width:100%}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-progress .download-percentage{background-color:#3e66b0;height:100%;left:0;position:absolute;top:0}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-percentage-text{color:#3e66b0;display:block;font-size:.8125rem;opacity:.6;text-align:right}.dark-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar span.download-file-name{color:#3e66b0;font-size:1.0625rem}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause{border-left:1px solid rgba(37,78,155,.329);padding:10px 0 10px 20px;width:120px}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause button{align-items:center;border:1px solid rgba(37,78,155,.329);border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;padding:20px;width:100%}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause button .btn-img-container{align-items:center;background:#3e66b0;border-radius:50%;display:flex;height:35px;justify-content:center;margin-bottom:5px;opacity:.7;padding:11px;width:35px}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause button .btn-img-container img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause button span{color:#3e66b0}.dark-theme .flash-files{overflow:auto;width:100%}.dark-theme .flash-files table{border-collapse:collapse;width:100%}.dark-theme .flash-files table th{background-color:#3e66b0}.dark-theme .flash-files table td,.dark-theme .flash-files table th{border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .flash-files table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;height:30px;justify-content:center;padding:8px 16px;width:150px}.dark-theme .flash-files table td button.button-flash{background-color:#3e66b0}.dark-theme .flash-files table td button.button-flash:disabled{cursor:not-allowed;opacity:.5}.dark-theme .flash-files table td button.button-reflash{background-color:#50b03e}.dark-theme .flash-files table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.dark-theme .flash-files table td button img.download-img{width:15px}.dark-theme .flash-files table td button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.dark-theme .flash-files table thead{text-align:center}.dark-theme .flash-files table thead tr{background-color:#3e66b0}.dark-theme .flash-files table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .flash-files table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .flash-table{padding:20px}.dark-theme .flash-table table{border-collapse:collapse;width:100%}.dark-theme .flash-table table th{background:#3e66b0}.dark-theme .flash-table table td,.dark-theme .flash-table table th{align-items:center;border:1px solid #fff;color:#fff;font-size:.875rem;padding:8px 16px}.dark-theme .flash-table table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#000;display:flex;height:30px;justify-content:center;min-width:150px;padding:8px 16px;width:100%}.dark-theme .flash-table table td button.button-flash{background-color:#3e66b0}.dark-theme .flash-table table td button.button-reflash{background-color:#50b03e}.dark-theme .flash-table table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.dark-theme .flash-table table td button img.download-img{width:15px}.dark-theme .flash-table table td button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.dark-theme .flash-table table thead{text-align:center}.dark-theme .flash-table table thead tr{background-color:#3e66b0}.dark-theme .flash-table table thead tr td{color:#000}.dark-theme .flash-table table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .flash-table table:nth-child(2n){background-color:#2b2b3d}@-webkit-keyframes loader-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dark-theme .ecu-level-flashing .download-btn{display:flex;justify-content:flex-end}.dark-theme .ecu-level-flashing .download-btn button{background-color:#3e66b0;border:0;border-radius:5px;color:#000;padding:8px 16px}.dark-theme .ecu-level-flashing .download-btn button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px;width:15px}.dark-theme .download-ecu-progess{background:#d9d9d9;border-radius:5px;height:30px;position:relative;width:150px}.dark-theme .download-ecu-progess .download-current-progress{background-color:#3e66b0;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.dark-theme .download-ecu-progess .flash-current-progress{background-color:#5aab3d;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.dark-theme .download-ecu-progess span{color:#000;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .cancel-popup,.dark-theme .vehicle-flashing-popup{align-items:center;background-color:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:999}.dark-theme .cancel-popup>.cancel-popup-content,.dark-theme .vehicle-flashing-popup>.cancel-popup-content{background-color:#000;border-radius:5px;padding:20px;position:relative;width:400px}.dark-theme .cancel-popup>.cancel-popup-content h3,.dark-theme .vehicle-flashing-popup>.cancel-popup-content h3{color:#3f3f3f;font-size:1.125rem;margin-bottom:15px;text-align:center}.dark-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn,.dark-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn{display:flex;justify-content:center}.dark-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button,.dark-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button{border:0;border-radius:5px;padding:8px 16px}.dark-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button:first-child,.dark-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button:first-child{background-color:#d1d1d1;margin-right:10px}.dark-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button:last-child,.dark-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button:last-child{background-color:#3e66b0;color:#000;margin-right:10px}.dark-theme .flashing-content{background-color:#000;border-radius:5px;max-width:800px;padding:15px;width:100%}.dark-theme .flashing-content .flashing-percentage{background-color:rgba(37,78,155,.188);border-radius:20px;height:25px;margin:10px 0;position:relative;width:100%}.dark-theme .flashing-content .flashing-percentage .flashing-progress-bar{background-color:#3e66b0;border-radius:20px;height:100%;left:0;position:absolute;top:0}.dark-theme .flashing-content .flashing-percentage-number{color:#3e66b0;display:block;font-size:.8125rem;opacity:.8;text-align:right}.dark-theme .flashing-content .falshing-file-name{color:#3e66b0;font-family:facto-bold,sans-serif;font-size:1rem}.dark-theme .flashing-content .flashing-sequence{display:flex;margin:20px -1% 0}.dark-theme .flashing-content .flashing-sequence>div{background-color:#000;box-shadow:0 0 1px rgba(0,0,0,.6);margin:0 1%;max-height:200px;min-height:200px;overflow-y:auto;width:48%}.dark-theme .flashing-content .flashing-sequence>div.flash-sequence ul li{font-size:.875rem;padding:5px 10px}.dark-theme .flashing-content .flashing-sequence>div.flash-sequence ul li:before{content:"-";margin-right:5px}.dark-theme .flashing-content .flashing-sequence>div.current-ecu ul li{font-size:.875rem;padding:5px 5px 5px 30px;position:relative}.dark-theme .flashing-content .flashing-sequence>div.current-ecu ul li:before{background-size:contain;content:"";height:15px;left:6px;position:absolute;top:5.5px;width:15px}.dark-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-success:before{background-image:url(data:image/png;base64,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)}.dark-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-running{background-color:rgba(58,223,91,.141)}.dark-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-running:before{-webkit-animation:loader-rotate 3s linear infinite;animation:loader-rotate 3s linear infinite;background-image:url(../../static/media/loader-im-green.3115f1545630fdc53601.png)}.dark-theme .bus-code-flashing{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:100%}.dark-theme .bus-code-flashing .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code-flashing .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.dark-theme .bus-code-flashing .bus-code-list li span:last-child{min-width:500px}.dark-theme .Measurement-header{background-color:#d9d9d9}.dark-theme .Measurement-header li{padding:10px}.dark-theme .Measurement-header .param-tab{border-top:2px solid #b0b0b0;display:flex;justify-content:center;padding:10px 60px 20px}.dark-theme .Measurement-header .param-tab-active{background-color:#f5f5f5;display:flex;justify-content:center;padding:10px 60px 20px}.dark-theme .flash-header{margin-top:20px}.dark-theme .flash-header table{border-collapse:collapse;margin-top:-22px;width:100%}.dark-theme .flash-header table td{color:#fff;font-size:.875rem;padding:8px 16px}.dark-theme .flash-header table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#000;display:flex;justify-content:center;min-width:150px;padding:8px 16px}.dark-theme .flash-header table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.dark-theme .flash-header table td button img.download-img{width:15px}.dark-theme .flash-header table td button img.flash-img{width:20px}.dark-theme .flash-header table thead tr{background-color:#3e66b0}.dark-theme .flash-header table thead tr td{border:2px solid #f5f5f5;color:#000}.dark-theme .flash-header table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .flash-header table:nth-child(2n){background-color:#2b2b3d}.dark-theme .upload-section{align-items:center;color:#fff;display:flex;font-size:.875rem;padding:8px 16px}.dark-theme .upload-section span{color:#fff;padding:10px}.dark-theme .upload-section label{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#000;display:flex;height:35px;justify-content:center;min-width:150px;padding:8px 16px;width:50%}.dark-theme .upload-section label img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.dark-theme .upload-section label img.download-img{width:15px}.dark-theme .upload-section label img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.dark-theme .upload-section button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#000;display:flex;height:35px;justify-content:center;min-width:150px;padding:8px 16px;width:50%}.dark-theme .upload-section button.flash-button{width:70%}.dark-theme .upload-section button.flash-button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .upload-section button.reflash-button{background-color:#5aab3d;width:70%}.dark-theme .upload-section button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.dark-theme .upload-section button img.download-img{width:15px}.dark-theme .upload-section button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.dark-theme .offline-section{width:70%}.dark-theme .ofline-ecu-progess{background:#d9d9d9;border-radius:5px;height:35px;position:relative;width:70%}.dark-theme .ofline-ecu-progess .flash-current-progress{background-color:#5aab3d;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.dark-theme .ofline-ecu-progess span{color:#000;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#4682b4;margin:25px;padding:20px 0 20px 8px}.dark-theme .caution-msg{background-color:#1e1e2d;border:1px solid #3e66b0;border-radius:5px;color:#fff;margin-bottom:12px;max-height:190px;max-width:100%;min-height:100px}.dark-theme .caution-msg h4{padding:8px 0 0 8px}.dark-theme .caution-msg .list-content{font-size:.875rem;padding:15px 0 15px 40px}.dark-theme .upload{margin:0 0 20px 20px}.dark-theme .upload p{color:#936a64;font-size:12px;margin:0;padding:5px}.dark-theme .campagin-available{text-align:center}.dark-theme .campagin-available span{color:#2abf42;font-size:14px}.dark-theme .dtc-scan-container{max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-x:hidden;overflow-y:auto}.dark-theme .dtc-scan-container .parameter-contianer-sec{min-height:calc(100vh - 184px);width:100%}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav{background-color:#1e1e2d;border-radius:10px 0 0 10px;border-right:1px solid #000;width:200px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul{list-style:none}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list{background-color:#fff;border-radius:10px;padding:20px;width:100%}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .parameter-contianer button{margin:8px}.dark-theme .bus-code-parameter{min-height:calc(100vh - 286px)}.dark-theme .Measurement-header .param-tab-active,.dark-theme .Measurement-header li{color:#fff}.dark-theme .Parameter-search .search-input{background-color:#fff;border:1px solid #b7b4b4;border-radius:10px;color:#000;height:25px;padding:0 30px 0 10px}.dark-theme .Parameter-card img{cursor:pointer;margin-left:5px;width:15px}.dark-theme .Status-Table{margin:0 10px;padding-top:17px}.dark-theme .Status-Table .table-live-Status{border-collapse:collapse;margin:20px 0;width:100%}.dark-theme .Status-Table .table-live-Status thead{border-bottom:1px solid #d9d9d9;text-align:justify}.dark-theme .Status-Table .table-live-Status thead th{color:#fff;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px 16px}.dark-theme .Status-Table .table-live-Status td{color:#fff;font-size:.8125rem;padding:12px 14px}.dark-theme .Status-Table .table-live-Status input{accent-color:green}.dark-theme .Edit-Head{border:1px solid #ddd;border-radius:5px;margin:12px;min-height:calc(70vh - 280px)}.dark-theme .Edit-Head .Edit-Header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:11px}.dark-theme .Edit-Head .Edit-Header img{cursor:pointer}.dark-theme .Edit-Head .Edit-Header span{color:#fff;font-weight:bolder}.dark-theme .Edit-Table{border-collapse:collapse;width:100%}.dark-theme .Edit-Table th{border-bottom:1px solid #ddd;color:#fff;padding:8px}.dark-theme .Edit-Table td,.dark-theme .Edit-Table th{font-family:Facto;font-size:.8125rem;text-align:justify}.dark-theme .Edit-Table td{color:#000;padding:6px 7px}.dark-theme .Edit-Table input[type=checkbox]{accent-color:green;position:relative;top:2px}.dark-theme .Edit-Table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .Write-Ecu input{border:1px solid #b7b4b4;border-radius:2px;height:34px;margin-left:10px;padding:0 10px;width:30%}.dark-theme .buttentin-main{border:1px solid #ddd;border-radius:5px;min-height:472px}.dark-theme .bullentin_header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px}.dark-theme .bullentin_header span{color:#1b6fee}.dark-theme .bullentin_header small img{width:12px}.dark-theme .bullentin_body{padding:8px}.dark-theme .search_bar_div{position:relative}.dark-theme .search_bar_div p{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;font-size:.8125rem;max-height:100px;overflow:auto;padding:10px;position:absolute;z-index:inherit}.dark-theme .search_bar_div div{margin-bottom:6px}.dark-theme .search_bar_div input{border:1px solid #ddd;border-radius:5px;height:25px;padding:15px;width:40%}.dark-theme .search_bar_div svg{color:#726868;position:relative;right:20px;top:2px}.dark-theme .table_div{margin-bottom:30px;margin-top:8px;text-align:center;width:100%}.dark-theme .table_div a{color:#1b6fee;text-decoration:underline}.dark-theme .table_div thead{background-color:#3e66b0}.dark-theme .table_div th{color:#fff;font-family:Facto;font-size:.8125rem;padding:10px;text-align:start}.dark-theme .table_div tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .table_div td{color:#fff;font-family:Facto;font-size:14px;padding:6px 7px;text-align:start}.dark-theme .bullentin_body .bullentin_sub_header{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;margin-bottom:5px;padding:6px 0}.dark-theme .bullentin_body .bullentin_sub_header button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.dark-theme .bullentin_body .bullentin_sub_header span{color:#fff}.dark-theme .bullentin_body .bullentin_sub_header div span{background-color:#d9d9d9;border-radius:6px;padding:7px}.dark-theme .bullentin_body .bullentin_sub_header div a{text-decoration:none}.dark-theme .bullentin_body .bullentin_sub_header div a button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.dark-theme .bullentin_body .pdf_con_d_grid{display:grid;height:360px;overflow-y:auto;place-items:center}.dark-theme .download_span{background-color:#d9d9d9;border-radius:6px;color:#000!important;margin-right:10px;padding:7px}.dark-theme .card_main_div{display:flex;flex-wrap:wrap;justify-content:start}.dark-theme .card_main_div a{text-decoration:none}.dark-theme .card_main_div .ecu_card{background:#bec5c5;border-radius:8px;color:#000;font-size:.8125rem;height:100%;margin-right:8px;padding:10px;text-align:center;width:100px}.dark-theme .card_main_div .ecu_card img{margin-bottom:10px}.dark-theme .no_data_found{color:#fff;margin-top:100px;text-align:center;width:100%}.dark-theme .react-pdf__message{color:#fff}.dark-theme .service_history_top_div{border:1px solid #ddd;border-radius:8px;margin-bottom:15px}.dark-theme .service_history_top_div li{list-style-type:none}.dark-theme .service_history_top_div .v_h_paragraph{border-bottom:1px solid #ddd;color:#fff;font-weight:700;padding:15px}.dark-theme .service_history_top_div .v_h_details ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px}.dark-theme .service_history_top_div .v_h_details ul li{display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding:0 10px;width:50%}.dark-theme .service_history_top_div .v_h_details ul li span:first-child{border-right:1px solid hsla(0,0%,87%,.867);color:#fff;font-weight:bolder;width:60%}.dark-theme .service_history_top_div .v_h_details ul li span:last-child{color:#fff;margin-left:10px;width:40%}.dark-theme .service_history_bottom_div{border:1px solid #ddd;border-radius:8px;min-height:295px}.dark-theme .service_history_bottom_div .s_h_sub_header{border-bottom:1px solid #ddd;color:#fff;display:flex;justify-content:space-between}.dark-theme .service_history_bottom_div .s_h_sub_header .s_h_left_div{font-weight:700;padding:15px;width:50%}.dark-theme .service_history_bottom_div .s_h_sub_header .s_h_right_div{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:space-around;width:50%}.dark-theme .service_history_bottom_div .v_h_card_div{overflow-y:auto}.dark-theme .service_history_bottom_div .v_h_card_div .service_history_render_div{align-items:center;display:flex}.dark-theme .service_history_bottom_div .v_h_card_div ul{border:1px solid #ddd;border-radius:8px;margin:15px;min-width:46%;padding:10px}.dark-theme .service_history_bottom_div .v_h_card_div ul li{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px}.dark-theme .service_history_bottom_div .v_h_card_div ul li a{text-decoration:underline;width:42%}.dark-theme .service_history_bottom_div .v_h_card_div ul li a span{border:none!important;color:#5151b8!important}.dark-theme .service_history_bottom_div .v_h_card_div ul li span:first-child{border-right:1px solid hsla(0,0%,87%,.867);color:#fff;font-weight:bolder;width:60%}.dark-theme .service_history_bottom_div .v_h_card_div ul li span:last-child{color:#fff;margin-left:10px;width:40%}.dark-theme .s_h_body{border:1px solid #ddd;border-radius:8px;height:100%}.dark-theme .s_h_body .v_h_header_div{align-items:center;border-bottom:1px solid #ddd;color:#fff;display:flex;justify-content:space-between;padding:15px}.dark-theme .s_h_body .v_h_header_div .download_span{cursor:pointer}.dark-theme .s_h_body .v_h_header_div div:last-child a button{background-color:#3e66b0;border:none;border-radius:8px;color:#000;font-size:.8125rem;padding:10px;width:140px}.dark-theme .s_h_body .v_h_details_div ul{margin:15px}.dark-theme .s_h_body .v_h_details_div ul li{align-items:center;border:1px solid #ddd;border-radius:6px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding:10px}.dark-theme .s_h_body .v_h_details_div ul li .action_by_tech p{margin:8px 0}.dark-theme .s_h_body .v_h_details_div ul span{color:#fff;width:30%}.dark-theme .s_h_body .v_h_details_div ul span:last-child{border-left:1px solid #ddd;color:#fff;padding-left:10px;width:70%}.dark-theme .calendarWrap{display:inline;position:relative}.dark-theme .calendarWrap .calendarElement{font-size:12px;left:-200px;position:absolute;top:40px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}.dark-theme .inner-Homepage{background-attachment:fixed;background-image:url(../../static/media/main-background.547ad0f30bb8dda52520.png);background-repeat:no-repeat;background-size:cover;height:100vh;padding:20px}.dark-theme .Home-logo-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.dark-theme .Home-logo-container img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);width:155px}.dark-theme .Home-logo-container span{color:#fff;font-size:14px;padding:19px}.dark-theme .Home-component{align-items:center;background-image:url(../../static/media/back.4455b823767c3b0b1365.png);background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-wrap:wrap;justify-content:center;min-height:85vh;padding-left:0;position:relative;width:100%}.dark-theme .Home-header{bottom:40px;position:absolute;width:100%}.dark-theme .Home-header ul{display:flex;list-style:none}.dark-theme .Home-header ul li{align-items:center;display:flex;justify-content:center;padding:18px 0 18px 38px;position:relative;width:25%}.dark-theme .Home-header ul li.Network-Solution{background-color:#3e66b0}.dark-theme .Home-header ul li.Network-Solution a{text-decoration:none}.dark-theme .Home-header ul li.Network-Solution:hover img{opacity:.09}.dark-theme .Home-header ul li.Network-Solution:hover span{opacity:1}.dark-theme .Home-header ul li.Network-Solution:hover:after{background-color:#1f468e}@media(max-width:1250px){.dark-theme .Home-header ul li{padding:18px 0}}.dark-theme .Home-header ul li:before{background-color:#ddd;-webkit-clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);content:"";display:block;height:196%;position:absolute;right:25%;top:-148%;width:40%}@media(max-width:1250px){.dark-theme .Home-header ul li:before{right:79px;top:-102px;width:50%}}.dark-theme .Home-header ul li:after{background-color:#fff;-webkit-clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);content:"";display:block;height:165%;position:absolute;right:27%;top:-132%;transition:all .3s ease;width:35%;z-index:1}@media(max-width:1250px){.dark-theme .Home-header ul li:after{right:88px;top:-92px;width:43%}}.dark-theme .Home-header ul li img{height:69px;position:absolute;right:35%;top:-68px;z-index:999}@media(max-width:1250px){.dark-theme .Home-header ul li img{right:112px}}.dark-theme .Home-header ul li span:after,.dark-theme .Home-header ul li span:before{display:none}.dark-theme .Home-header ul li span{color:#fff;opacity:0;position:absolute;right:125px;top:-41px;z-index:9999}.dark-theme .Home-header ul li h3{color:#fff;font-size:.75rem;margin-top:20px;text-align:center}.dark-theme .Home-header .Engineering-solution{background-color:#3e66b0}.dark-theme .Home-header .Aftersale,.dark-theme .Home-header .Manufacturing{background-color:#1f468e}.dark-theme .title{left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .title h3,.dark-theme .title h4{color:#fff;font-size:20px}.dark-theme .title h4{text-align:center}.dark-theme .Home-copy{bottom:-26px;position:absolute;text-align:center;width:45%}.dark-theme .close_div{display:flex;justify-content:end;padding-bottom:20px}.dark-theme .close_div img{cursor:pointer}.dark-theme .data_para{font-size:14px;margin-bottom:15px}.dark-theme .date_div{align-items:center;display:flex;justify-content:space-between;position:relative}.dark-theme .date_div label{font-size:13px;font-weight:900}.dark-theme .date_div label .inputBox{background:#f1f1f1;border:none;border-radius:4px;outline:none;padding:6px}.dark-theme .date_div .calendarElement{left:10%;position:absolute;top:37px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}.dark-theme .date_div .filterBtn{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.dark-theme .vehicle_info_sec{display:grid;min-height:calc(100vh - 132px);place-items:center}.dark-theme .vehicle_info_sec .v_info_details{background-color:#2b2b3d;border:1px solid hsla(0,0%,100%,.18);border-radius:10px;display:grid;padding:20px;place-items:center;position:relative;width:440px}.dark-theme .vehicle_info_sec .v_info_details span:first-child{color:#fff;margin:20px 0 10px}.dark-theme .vehicle_info_sec .v_info_details .title_span{color:#fff}.dark-theme .vehicle_info_sec .v_info_details input{border:1px solid #ddd;border-radius:3px;height:25px;margin-right:15px;margin-top:10px;padding:15px;text-align:center;width:80%}.dark-theme .vehicle_info_sec .v_info_details .button_div_flex{display:flex}.dark-theme .vehicle_info_sec .v_info_details button{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;margin-right:10px;margin-top:20px;max-width:210px;padding:10px 15px;transition:all .3s}.dark-theme .infodata img{width:100%}.dark-theme .react-pdf__Page__textContent{display:none}.dark-theme .react-pdf__Page__annotations{height:0;width:0}.dark-theme .infodata-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;float:right;font-size:.8125rem;margin-bottom:8px;padding:10px;width:140px}.dark-theme .solution_offering_main_div{border-radius:10px;display:grid;max-height:calc(100vh - 132px);min-height:calc(100vh - 168px);overflow-y:auto;place-items:center}.dark-theme .solution_offering_main_div .tools_div{display:grid;place-items:center;width:67%}@media(max-width:1024px){.dark-theme .solution_offering_main_div .tools_div{width:53%}}@media(max-width:900px){.dark-theme .solution_offering_main_div .tools_div{width:41%}}.dark-theme .solution_offering_main_div .tools_div .card_body{display:flex;flex-wrap:wrap;justify-content:start;margin:0 0 50px;position:relative;text-align:center}.dark-theme .solution_offering_main_div .tools_div .card_body a{text-decoration:none}.dark-theme .solution_offering_main_div .tools_div .card_body .card{background:#2b2b3d;border:1px solid #8f8f8f;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:180px;margin:10px;padding:20px;transition:all .3s;width:200px}@media(max-width:1024px){.dark-theme .solution_offering_main_div .tools_div .card_body .card{font-size:14px;height:170px;width:150px}}.dark-theme .solution_offering_main_div .tools_div .card_body .card img{height:80px;margin:auto}@media(max-width:1024px){.dark-theme .solution_offering_main_div .tools_div .card_body .card img{height:70px}}.dark-theme .solution_offering_main_div .tools_div .card_body .card span{color:#fff;margin-top:15px}.dark-theme .solution_offering_main_div .tools_div .card_body .card:hover{border:1px solid #000;box-shadow:0 0 5px 2px #565656}.dark-theme .ReactModal__Content--after-open{background-color:#2b2b3d!important}.dark-theme .ReactModal__Content--after-open .logout-confirmation-modal-container{color:#fff}.dark-theme .ReactModal__Content--after-open .custom_class{padding:0;width:400px}.dark-theme .ReactModal__Content--after-open .custom_class .btn-cancel,.dark-theme .ReactModal__Content--after-open .custom_class .btn-okay{width:65px}.dark-theme .confirmation-modal-container{color:#fff}.dark-theme .brand_div{border-radius:8px;min-height:40px;padding:10px}.dark-theme .brand_div a{text-decoration:none}.dark-theme .brand_div span{border-right:2px solid #fff;color:#fff;margin-right:5px;padding-right:5px}.dark-theme .brand_div span:nth-child(4){border-right:none}.dark-theme .backBtn{background:#fff;border:none;border-radius:6px;color:#000;float:right;padding:4px 10px;text-align:center;width:40px}.dark-theme .tools_div .wiringDiag_span{color:#fff;font-size:20px}.dark-theme .TP_header_div{align-items:center;display:flex;justify-content:center;padding:20px}.dark-theme .TP_header_div a{text-decoration:none}.dark-theme .TP_header_div span{color:#fff;font-size:23px;font-weight:bolder}.dark-theme .active_list{background-color:#3e66b0!important;color:#fff!important}.dark-theme .TP_path_div{align-items:center;display:flex;justify-content:space-between;padding:10px}.dark-theme .TP_path_div a{text-decoration:none}.dark-theme .TP_path_div .path_body span{color:#fff;font-size:20px;font-weight:bolder}.dark-theme .TP_path_div .vehicle_details{align-items:center;background:#1e1e2d;border-radius:6px;display:flex;justify-content:space-between;padding:4px 10px}.dark-theme .TP_path_div .vehicle_details span{border-right:2px solid #505050;color:#fff;margin:0 5px;padding-right:5px}.dark-theme .TP_path_div .vehicle_details a .backBtn{background:none}.dark-theme .TP_wiringDiag_main_div{border-radius:10px}.dark-theme .TP_wiringDiag_main_div .TP_body{display:flex;justify-content:space-between;max-height:calc(100vh - 184px);min-height:calc(100vh - 184px)}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu{background:#1e1e2d;border:1px solid #505050;border-radius:10px;display:flex;flex-direction:column;overflow-y:auto;width:20%}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .header_span{border-bottom:1px solid #ddd;color:#1b6fee;padding:15px}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div{display:flex;justify-content:space-evenly}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span{color:#fff;font-size:14px;padding:15px;text-align:center;width:50%}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span.active_tab{border-bottom:2px solid #1b6fee}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span:first-child{border-right:1px solid #505050}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div{padding:5px;position:relative}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div input{border:none;border-radius:5px;box-shadow:0 0 8px #cbcbef;height:38px;padding:15px;width:100%}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div input[type=search]::-webkit-search-cancel-button{display:none}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div img{cursor:pointer;left:80%;position:absolute;top:36%;width:12px}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div .search_icon{left:88%;position:absolute;top:32%}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p{align-items:center;border-bottom:1px solid #ddd;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:12px;transition:all .3s ease}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p img{-webkit-filter:invert(100%);filter:invert(100%);width:10px}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p.Active_Sidebar{background-color:#3e66b0;color:#fff;font-size:16px;font-weight:bolder}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p.Active_Sidebar img{filter:invert(100%);-webkit-filter:invert(100%);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p:hover{box-shadow:0 0 3px rgba(33,97,218,.961)}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul li{background:#fff;border:1px solid #fff;cursor:pointer;font-size:14px;padding:12px 12px 12px 30px;transition:all .3s ease}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul li:hover{background-color:rgba(67,122,224,.357)}.dark-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connector_ul li{background:#1e1e2d;border-bottom:1px solid #505050;color:#fff;height:45px;padding:12px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div{background:#1e1e2d;border:1px solid #505050;border-radius:10px;overflow-y:hidden;width:79%}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .info_div{display:grid;height:100%;place-items:center;text-align:center}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .info_div div{background-color:#c5c5c5;border-radius:10px;padding:15px;width:50%}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div{display:flex;justify-content:space-evenly}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid{border:1px solid #ddd;border-radius:6px;display:grid;margin:0 22px;max-height:430px;min-height:430px;overflow-y:auto;place-items:center;position:relative;width:58%}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div{border-radius:15px 4px 4px 2px;cursor:pointer;display:flex;flex-direction:column;position:absolute;right:15%;top:10px;transition:all .5s ease;width:36px;z-index:999}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .option_sub_ul{list-style:none;opacity:0;position:absolute;visibility:hidden;z-index:1}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .option_sub_ul li{background:#4588ff;border-radius:5px;color:#060606;cursor:pointer;font-size:14px;font-weight:900;margin-bottom:4px;padding:8px;width:190px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span{border-radius:15px 4px 4px 2px;padding:0 4px;text-align:center;width:36px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span img{border-radius:50%;box-shadow:0 0 5px #cbc2c2;transition:all .3s ease;width:29px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span img:hover{box-shadow:0 0 8px #1d1c1c}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus .option_sub_ul{opacity:1;visibility:visible}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus{-webkit-clip-path:circle(300% at 0 0);clip-path:circle(300% at 0 0);width:115px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus .info_span{opacity:0}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .expand_option_div{left:10px;position:absolute;top:0;z-index:1}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .expand_option_div img{cursor:pointer;margin:5px;width:24px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .middle_Image_div{max-width:25%;position:relative;width:25%}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .middle_Image_div .react-pdf__Page__canvas{height:100%!important;margin:0 auto;width:95%!important}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div{margin:0 12px;max-height:400px;overflow:auto;width:20%}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .header_connectors{align-items:center;background:#0077c6;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:5px;padding:5px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .header_connectors .header_name{color:#fff;font-size:14px;font-weight:bolder}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .closeImg{border-radius:5px;box-shadow:0 0 3px beige;cursor:pointer;-webkit-filter:brightness(5);filter:brightness(5)}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass{width:100%!important}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass .connectors_div span{font-size:13px;padding:11px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass .connectors_div ul p{font-size:13px;padding:11px 5px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div embed{height:433px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .main_img{max-width:160%!important}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div{align-items:center;display:flex;padding:8px 10px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .sub_header_span{color:#fff}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div{align-items:center;display:flex;justify-content:end}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span{background:transparent;background-color:#d9d9d9;border-radius:50%;box-shadow:0 0 5px #cbc2c2;display:grid;height:32px;margin-left:10px;place-items:center;transition:.2s ease-in;width:32px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(3){border-radius:6px;cursor:pointer;display:flex;font-size:14px;justify-content:start;margin-right:10px;padding:7px;width:150px}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:first-child:hover,.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(2):hover,.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(4):hover{box-shadow:0 0 8px #1d1c1c}.dark-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .closeImg{cursor:pointer}.dark-theme .TP_tech_bulletin_main_div{background-color:#1e1e2d;border-radius:10px;min-height:calc(100vh - 135px);padding:15px}.dark-theme .TP_tech_bulletin_main_div .TP_header{display:flex;justify-content:space-between;padding:10px}.dark-theme .TP_tech_bulletin_main_div .TP_header span{color:#1b6fee}.dark-theme .TP_tech_bulletin_main_div .TP_body{border:1px solid #505050;margin:0 10px;min-height:calc(100vh - 212px)}.dark-theme .TP_tech_bulletin_main_div .TP_body .TP_table_body{padding:10px}.dark-theme .TP_tech_bulletin_main_div .TP_body a{color:#1b6fee}.dark-theme .TB_bullentin_sub_header{align-items:center;border-bottom:2px solid #505050;display:flex;justify-content:space-between;padding:10px}.dark-theme .TB_bullentin_sub_header a{text-decoration:none}.dark-theme .TB_bullentin_sub_header span{color:#fff}.dark-theme .TB_bullentin_sub_header button{background:#3e66b0;border:none;border-radius:6px;color:#fff;padding:8px;width:140px}.dark-theme .TP_body .pdf_con_d_grid{display:grid;height:350px;max-height:calc(100vh - 270px);min-height:calc(100vh - 270px);overflow-y:auto;place-items:center}.dark-theme .dtc-Prognostics{background-color:#f5f5f5;border-radius:5px;padding:10px}.dark-theme .Prognostics-main{border:1px solid #ddd;border-radius:5px;min-height:calc(100vh - 192px)}.dark-theme .Prognostics_header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px}.dark-theme .Prognostics_body{padding:8px}.dark-theme .prognostic_header_para{color:#fff;font-size:larger;font-weight:bolder;padding:10px;text-align:center}.dark-theme a{text-decoration:none}.dark-theme .prognostics_body{background:#1e1e2d;border-radius:10px;min-height:calc(100vh - 172px);padding:15px}.dark-theme .prognostics_body .dashboard_header{color:#1b6fee;display:flex;justify-content:space-between}.dark-theme .prognostics_body .dashboard_header img{cursor:pointer}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details{border:1px solid #505050;border-radius:8px;display:flex;height:140px;margin:10px 0}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details div:first-child{text-align:center;width:20%}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details div:first-child span{color:#fff;display:block;font-size:15px;font-weight:bolder}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details ul{align-items:center;border-left:2px solid #505050;display:grid;grid-template-columns:auto auto auto;margin:5px;padding-left:15px;width:80%}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li{border-bottom:2px solid #505050;list-style-type:none;padding-bottom:6px;width:90%}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li span:first-child{color:#fff;font-weight:700;margin-right:10px}.dark-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li span:last-child{color:#fff}.dark-theme .prog_card_main_div{align-items:center;display:flex;flex-wrap:wrap;justify-content:start;max-height:calc(100vh - 300px);overflow:auto}.dark-theme .prog_card_main_div .card{background-color:#2b2b3d;border:1px solid #505050;border-radius:10px;color:#fff;cursor:pointer;display:grid;height:140px;margin:5px;padding:10px;place-items:center;transition:all .3s ease;width:151px}.dark-theme .prog_card_main_div .card img,.dark-theme .prog_card_main_div .card svg{-webkit-filter:invert(100%);filter:invert(100%);transition:all .3s ease}.dark-theme .prog_card_main_div .card span{text-align:center}.dark-theme .prog_card_main_div .card:hover{box-shadow:0 0 3px #fff}.dark-theme .prog_card_main_div .card:hover img,.dark-theme .prog_card_main_div .card:hover svg{-webkit-transform:scale(1.05);transform:scale(1.05)}.dark-theme .dtc-scan-container{background-color:#1e1e2d;border-radius:10px}.dark-theme .dtc-scan-container .dtc-contianer-sec{display:flex;min-height:calc(100vh - 184px)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav{background-color:#1e1e2d;border-radius:10px 0 0 10px;border-right:1px solid #000;width:200px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul{list-style:none}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list{background-color:#1e1e2d;border-radius:10px;padding:20px;width:100%}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-identity{display:flex;justify-content:flex-end;list-style:none;margin-top:10px}.dark-theme .sidebar-bus1{border-right:1px solid #ddd;height:372px;width:200px}.dark-theme .sidebar-bus1 .select_all{background-color:#f47d1f;border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:7px;padding:10px 21px 10px 10px;width:88%}.dark-theme .sidebar-bus1 .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:6px;padding:8px}.dark-theme .sidebar-bus-list-dtc{border-radius:5px;height:295px;justify-content:flex-start;list-style:none;margin-top:4px;overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.dark-theme .sidebar-bus-list-dtc label li{display:flex;justify-content:space-between;margin-bottom:-10px}.dark-theme .sidebar-bus-list-dtc label li input{margin-right:10px}.dark-theme .sidebar-bus-list-dtc .fault_ecus_orange{background-color:#f47d1f;border-radius:5px;color:#fff;padding:10px}.dark-theme .sidebar-bus-list-dtc .fault_ecus_green{background-color:#41ad48;border-radius:5px;color:#fff;padding:10px}.dark-theme .dtc-values1{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px;transition:all .2s linear}.dark-theme .dtc-values1:first-child.active-dtc{margin:5px 0 15px}.dark-theme .dtc-values1.active-dtc1{position:relative}.dark-theme .dtc-values1.active-dtc1:before{border-radius:5px 0 0 5px;border-right:0;height:140%;left:-10px;width:210px}.dark-theme .dtc-values1.active-dtc1:after,.dark-theme .dtc-values1.active-dtc1:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dark-theme .dtc-values1.active-dtc1:after{background-color:#1e1e2d;height:100%;height:140%;right:-20px;width:5px}.dark-theme .bus-code-list{max-height:100%;overflow-y:auto}.dark-theme .bus-code-list div ul p{border-radius:5px;color:#fff;margin-bottom:10px;padding:10px}.dark-theme .fault-manage-DTC{display:flex;min-height:calc(100vh - 331px);width:100%}.dark-theme .bus-code-gudided{border:1px solid #ddd;height:352px;margin:10px 0;overflow-x:hidden;overflow-y:auto;width:100%}.dark-theme .bus-code-gudided .no-dtc-txt{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.dark-theme .bus-code-gudided .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code-gudided .bus-code-list li span{display:inline-block;padding:10px 15px;transition:all .3s ease}.dark-theme .bus-code-gudided .bus-code-list li span:last-child{max-width:525px;min-width:640px;position:relative}.dark-theme .bus-code-gudided .bus-code-list li span:last-child small{cursor:pointer;float:right;position:absolute;right:5px;top:5px}.dark-theme .bus-code-gudided .bus-code-list li span:last-child img{cursor:pointer;float:right;margin-left:10px;width:15px}@media(max-width:1024px){.dark-theme .bus-code-gudided .bus-code-list li span:last-child{max-width:490px;min-width:440px}}.dark-theme .bus-code-gudided .bus-code-list li.active-dtc-list span{background-color:#eb262d;color:#fff}.dark-theme .bus-code-gudided .bus-code-list li.in-active-dtc-list span{background-color:#c7c8ca;color:#8e6922}.dark-theme .bus-code-gudided .bus-code-list li.pending-dtc-value span{background-color:#fecd04;color:#777}.dark-theme .bus-code-gudided .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.dark-theme .bus-code-gudided .bus-code{border:1px solid #dcdcdc;max-height:400px}.dark-theme .bus-code-gudided .rescan-completed{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#3c763d}.dark-theme .bus-code-gudided .rescan-completed,.dark-theme .bus-code-gudided .rescan-warning{-webkit-animation:popup .3s ease-in-out;animation:popup .3s ease-in-out;font-size:.75rem;letter-spacing:1px;margin-top:3px;min-width:200px;padding:7px;text-align:center}.dark-theme .bus-code-gudided .rescan-warning{background-color:#fcf8e3;border:1px solid #faebcc;border-radius:10px;color:#8a6d3b}.dark-theme .bus-code-gudided .mini-loader-rescan{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;margin-left:20px;padding:0;width:12px}.dark-theme .bus-code-gudided .rescan-width{width:200px}.dark-theme .dtc_code_name{color:#fff;font-size:15px;margin:10px 0}.dark-theme .dtc-code{align-items:center;display:flex}.dark-theme .dtc-code .instruction-container{align-items:center;display:flex;margin-right:10px}.dark-theme .dtc-code .instruction-container>img{margin-left:10px;width:20px}.dark-theme .dtc-code img{bottom:-3px;cursor:pointer;position:relative;width:25px}.dark-theme .dtc-code .dtc-code-ecu{align-items:center;display:flex}.dark-theme .dtc-code .dtc-code-ecu>span{background-color:#eb262d;border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;margin-right:10px;max-height:40px;min-height:40px;min-width:100px;padding:10px 15px;position:relative;transition:all .3s ease}.dark-theme .dtc-code .dtc-code-ecu>span:last-child{align-items:center;display:flex;justify-content:space-between;max-width:596px;min-width:596px}.dark-theme .dtc-code .dtc-code-ecu>span .right_span img{margin-left:6px;width:19px}.dark-theme .dtc-code .dtc-code-ecu>span .plus_icon_span{align-items:baseline;display:flex;height:22px;justify-content:space-between;margin-right:10px;width:86px}.dark-theme .dtc-code .dtc-code-ecu>span .plus_icon_span img{-webkit-filter:invert(1);filter:invert(1);width:17px}.dark-theme .dtc-code1{border-radius:10px;list-style:none}.dark-theme .dtc-code1 .common_div.active_class{background-color:#eb262d}.dark-theme .dtc-code1 .common_div.inactive_class{background-color:#c7c8ca}.dark-theme .dtc-code1 .common_div.pending_class{background-color:#fecd04}.dark-theme .dtc-code1 .common_div{align-items:center;border-radius:5px;color:#fff;display:flex;font-size:.8125rem;justify-content:space-between;margin:10px 0 0;min-width:100px;padding:7px 15px;position:relative;transition:all .3s ease;width:90%}.dark-theme .dtc-code1 .common_div:before{border-bottom:2px solid #ddd;content:"";height:50%;left:-4%;position:absolute;top:0;width:30px}.dark-theme .dtc-code1 .common_div:after{border-left:2px solid #ddd;content:"";height:130%;left:-4%;position:absolute;top:-72%;width:30px}.dark-theme .dtc-code1 .icons_span img{margin-left:6px;width:19px}.dark-theme .bubble{border:3px solid #ddd;border-radius:5px;color:#ddd;color:#000;font-size:.8125rem;height:80px;left:50%;margin-top:6px;padding:5px;position:relative;top:-13px;width:280px}.dark-theme .bubble:after,.dark-theme .bubble:before{border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;border-top:0;content:" ";height:0;overflow:hidden;position:absolute;right:40px;top:-15px;width:0;z-index:2}.dark-theme .toggle-icon{align-items:center;background:#ddd;border-radius:40px;display:flex;height:35px;justify-content:space-between;padding:0 5px;position:relative;width:80px}.dark-theme .toggle-icon img{width:20px}.dark-theme .toggle-icon:before{background:#eee;border-radius:50%;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHuSURBVHgBnZTNbcJAEIVt8B1KIB3QQaCCkApig5C4ARUAFQA3DoChgkAFQAfQgenAZyQg37PWkUVsfjLSan88+/bNvBnb1pPmum7Jtu3v6/W6WiwWgzSf3AtAfi6XqzG0b/8bDIAh02g2mx0vl8uYfQXA8q2fbWWzKebz+YIAPM/74KgvZoTZh+X+fD4vY1/CDjOZKSwu+rBYae/7/loA8XceGAsAnzYPbuKw7TQgkx8XFh3WcThF2FQ57yXOLM4+BcrDlmP9zc8XziuFB/AgGYaxbgqBsRim5qxerw95KQBU6gViBctgPp93lT/OXYYeKOPXUT7ZdzIFALDHVALAM3ufC30JEJ81Go0vwFylRJE4WWBcGFgPDAAp+qvqU3Umg9VWrO75OPc+kp93JqlbAig6Uzu9BGbqTFW/Z94BdkCt8HQ6FdiPOF+rqFWLrCNhIvYqOKmWCEcqScmofQx4j4uqrYCxIOlHNb0UhOkoUpJ7jvoM5Kp1x3CsqBxM7UXdAYhABVLEpca6IgFC64Fx0VPyKQ+x2bCO8ug4zpJ1VdUvZrYcRDUF4HBT+ZG1Wq3SZDIJtDY/gA75HEyn060txUB9YxQAKCZCK7MXWCgFafZd/M3cUeXvk/WY2QGxNZtNtYxKpGbAZXv9126Z/wA7/BGfh6feYAAAAABJRU5ErkJggg==);font-size:23px;height:30px;left:45px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px}.dark-theme .dtc-data{display:grid;grid-template-columns:auto auto auto}.dark-theme .sub-bubble{border:3px solid #ddd;border-radius:5px;color:#ddd;color:#000;font-size:.8125rem;height:80px;left:56%;margin-top:6px;padding:5px;position:relative;top:10px;width:280px}.dark-theme .sub-bubble:after,.dark-theme .sub-bubble:before{border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;border-top:0;content:" ";height:0;overflow:hidden;position:absolute;right:160px;top:-15px;width:0;z-index:2}.dark-theme .instruct-content{position:relative}.dark-theme .instruct-content .instruction-each{background:#fff;border-radius:10px;bottom:-144px;box-shadow:0 0 8px #187ef5;max-height:150px;max-width:310px;overflow:auto;overflow-x:hidden;padding:10px;position:absolute;right:-13px;width:auto;z-index:1}.dark-theme .instruct-content .instruction-each:before{border-bottom:8px solid red;border-left:6px solid transparent;border-right:6px solid transparent;color:red;content:"";height:18%;position:absolute;right:19px;top:-27px;z-index:9999}.dark-theme .instruct-content .instruction-each p{color:#000;font-size:.8125rem;width:300px}.dark-theme .instruct-content .instruction-each button{background-color:rgba(109,154,1,.788);border:none;border-radius:8px;color:#fff;font-size:11px;margin:6px;padding:5px;width:69px}.dark-theme .instruct-content .instruction-each button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .instruct-content .instruction-each button:last-child{background-color:#6e6e6e}.dark-theme .dtc-secondary{display:flex;flex-wrap:wrap;margin-bottom:10px;max-width:705px;min-width:705px;position:relative}.dark-theme .dtc-secondary .dtc_sub_div{grid-gap:8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr))}.dark-theme .dtc-secondary .dtc_sub_div .sec_div{background:#ddd;border-radius:5px;margin:5px;padding:10px;width:220px}.dark-theme .dtc-secondary>div,.dark-theme .dtc-secondary>div li{width:100%}.dark-theme .instruct-content-1{position:relative}.dark-theme .instruct-content-1 .instruction-each-1{background:#fff;border-radius:10px;bottom:-50px;max-height:150px;padding:10px;position:absolute;right:-11px;z-index:1}.dark-theme .instruct-content-1 .instruction-each-1:before{border-bottom:8px solid red;border-left:6px solid transparent;border-right:6px solid transparent;color:red;content:"";height:18%;position:absolute;right:19px;top:-14px;z-index:9999}.dark-theme .instruct-content-1 .instruction-each-1 p{font-size:.8125rem;width:220px}.dark-theme .solution-heading{margin-bottom:5px;text-align:center}.dark-theme .solution-heading p{background-color:#ddd;border-radius:6px;font-weight:bolder;padding:2px;width:103%!important}.dark-theme .solution{font-size:11px;text-align:center}.dark-theme .solution p:first-child{color:#3e66b0;font-size:.8125rem;margin-bottom:5px}.dark-theme .solution button:nth-child(2n){background-color:rgba(202,51,51,.678)}.dark-theme .solution button:last-child{background-color:#6e6e6e}.dark-theme textarea{border:1px solid #ddd;border-radius:5px;height:37px;padding:3px;width:282px}.dark-theme .progress_bar_div{border-radius:20px;margin-left:10px;width:85%}.dark-theme .progress_bar_div .Eol-Flashing{display:flex}.dark-theme .progress_bar_div .Eol-Flashing p{background-color:#2abf42;border-radius:5px;color:#fff;margin:5px 0 0 10px;padding:2px;width:30%}.dark-theme .progress_bar_div p{background-color:#2abf42;border-radius:5px;color:#fff;margin-top:5px;padding:2px;width:30%}.dark-theme .outer_progress_bar{background-color:#ddd;border-radius:20px;height:11px;margin-top:10px;width:100%}.dark-theme .outer_progress_bar .inner_progress_bar{background-color:#2abf42;border:2px solid #505050;border-radius:20px;height:8px;margin-top:6px;padding:3px;text-align:center}.dark-theme .Flashing-setup{align-items:center;border:1px solid #505050;display:flex;height:137px;padding:10px;-webkit-transform:translate(28%,50%);transform:translate(28%,50%);width:60%}.dark-theme .Flashing-setup span{color:#fff;margin-right:15px}.dark-theme .Flashing-setup .Ecu-flashing{width:90%}.dark-theme .Flashing-setup .Ecu-flashing .progress_text{color:#fff}.dark-theme .Flashing-setup .Ecu-flashing .welcome_message{-webkit-animation:fade_animation 1.5s linear;-webkit-animation-delay:2s;animation-delay:2s;color:#187ef5}@-webkit-keyframes fade_animation{0%{-webkit-transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-30px)}}.dark-theme .Flashing-setup .Ecu-flashing .animation_fade{-webkit-animation:zoomIn_animation .3s linear}@-webkit-keyframes zoomIn_animation{0%{opacity:0;-webkit-transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0)}}.dark-theme .Graph-main{width:100%}.dark-theme .Graph-gudidied{width:100%}.dark-theme .Graph-gudidied,.dark-theme .solution-data{border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 4px 4px #6a5d5d;padding:10px}.dark-theme .solution-data{margin:11% auto;width:88%}.dark-theme .solution-data span{font-size:12px;text-align:center}.dark-theme .solution-button{text-align:center}.dark-theme .solution-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin:8px;padding:10px;width:140px}.dark-theme .no_data_found2{background-color:#ddd;border-radius:5px;font-size:14px;margin:10px;padding:10px}.dark-theme .page-wrapper-Graph{display:flex;flex-wrap:nowrap}.dark-theme .page-wrapper-Graph .body-wrapper-Graph{max-width:100%;padding-left:20px;transition:all .3s ease;width:100%}.dark-theme .dtc-command{background-color:#eee;position:relative}.dark-theme .dtc-command,.dark-theme .dtc-graph-container{border-radius:10px;max-height:calc(100vh - 86px);min-height:calc(100vh - 86px)}.dark-theme .dtc-graph-container{background-color:#fff;overflow:auto}.dark-theme .dtc-graph-container marquee{background:#3e66b0;border-radius:2px;color:#fff;margin:0 90px;padding-top:6px;text-align:center}.dark-theme .dtc-graph-container .parameter-contianer-sec{min-height:calc(100vh - 184px);width:100%}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav{background-color:#1e1e2d;border-radius:10px 0 0 10px;border-right:1px solid #000;width:200px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul{list-style:none}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list{background-color:#fff;border-radius:10px;padding:20px;width:100%}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.dark-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.dark-theme .parameter-contianer{border-radius:5px;margin-bottom:15px;max-width:200%;padding:15px}.dark-theme .parameter-contianer button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:8px;padding:10px;width:140px}.dark-theme .parameter-contianer button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .sidebar-bus{width:200px}.dark-theme .sidebar-bus .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto,sans-serif;font-size:.875rem;margin-bottom:6px;padding:8px}.dark-theme .sidebar-bus-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:8px;padding:0 10px}.dark-theme .dtc-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto,sans-serif;font-size:.875rem;margin-bottom:10px;padding:10px;transition:all .2s}.dark-theme .dtc-values:first-child.active-dtc{margin:5px 0 15px}.dark-theme .dtc-values.active-dtc{background-color:#3e66b0;color:#fff;margin:15px 0;position:relative}.dark-theme .dtc-values.active-dtc:before{border:1px solid #ddd;border-radius:5px 0 0 5px;border-right:0;left:-10px;width:200px}.dark-theme .dtc-values.active-dtc:after,.dark-theme .dtc-values.active-dtc:before{content:"";height:140%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dark-theme .dtc-values.active-dtc:after{background-color:#1e1e2d;right:-11px;width:5px}.dark-theme .bus-code-list{border-radius:5px;display:flex;flex-wrap:wrap-reverse;list-style-type:none;padding:10px}.dark-theme .fault-manage{display:flex;width:100%}.dark-theme .bus-display{display:none}.dark-theme .bus-code-parameter{border:1px solid #dcdcdc;min-height:calc(100vh - 280px);width:calc(100% - 200px)}.dark-theme .bus-code-parameter .bus-code-list li{margin-bottom:10px}.dark-theme .bus-code-parameter .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.dark-theme .bus-code-parameter .bus-code-list li span:last-child{min-width:300px}.dark-theme .bus-code-parameter .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.dark-theme .bus-code-parameter .bus-code-list li.in-active-dtc-list span{background-color:#e9a625;color:#8e6922}.dark-theme .bus-code-parameter .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.dark-theme .bus-code-parameter .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.dark-theme .Measurement-header{background-color:#2c2c42;display:flex;list-style:none}.dark-theme .Measurement-header li{cursor:pointer;margin-right:26px;padding:16px 25px!important}.dark-theme .Measurement-header .param-tab-active{background-color:#1e1e2d;font-family:Facto-bold,sans-serif;font-size:.875rem;padding:10px 37px}.dark-theme .Parameter-tab{margin-top:8px}.dark-theme .Parameter-tab span{color:#fff}.dark-theme .Parameter-tab span:first-child{border-right:1px solid #b7b4b4;margin-right:23px;padding-right:20px}.dark-theme .Parameter{border-bottom:1px solid #b7b4b4;display:flex;font-family:Facto,sans-serif;font-size:.875rem;justify-content:space-between;margin:26px 13px 13px;padding-bottom:8px}.dark-theme .Parameter-search{position:relative}.dark-theme .Parameter-search p{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;font-size:.8125rem;max-height:100px;overflow:auto;padding:10px;position:absolute;z-index:inherit}.dark-theme .Parameter-search div{margin-bottom:6px}.dark-theme .Parameter-search input{background-color:#1e1e2d;border:1px solid #b7b4b4;border-radius:10px;color:#fff;height:25px;padding:0 30px 0 10px}.dark-theme .Parameter-search svg{color:#726868;position:absolute;right:8px;top:5px}.dark-theme .Parameter-box{display:grid;font-size:.875rem;grid-template-columns:auto auto auto;padding:0 11px 25px 3px}.dark-theme .Parameter-card{align-items:flex-start;display:flex;margin:10px}.dark-theme .Parameter-card input[type=checkbox]{accent-color:green;position:relative;top:2px}.dark-theme label{color:#fff;cursor:pointer;margin-left:5px}.dark-theme .Table-Section{padding:17px 10px}.dark-theme .Table-Section .Parameter-Table{margin:0 10px;padding-top:17px}.dark-theme .Table-Section .Parameter-Table thead{border-bottom:1px solid #d9d9d9}.dark-theme .table-live-Status{border-collapse:collapse;margin:20px 0;width:100%}.dark-theme .table-live-Status thead{text-align:justify}.dark-theme .table-live-Status thead th{color:#fff;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px 16px}.dark-theme .table-live-Status td{color:#fff;font-size:.8125rem;padding:12px 14px}.dark-theme .pagination-main{display:flex;justify-content:center;text-align:-webkit-center}.dark-theme .pagination{align-items:center;cursor:pointer;display:flex;list-style-type:none}.dark-theme ul.pagination{font-size:13px;margin:20px 0;padding-bottom:4px}.dark-theme ul.pagination li{margin:0 10px}.dark-theme ul.pagination li a{color:#fff}.dark-theme .selected{position:relative}.dark-theme .selected a{color:#fff;font-weight:bolder;position:relative}.dark-theme .disabled a{color:#000}.dark-theme .serach-notfound{align-items:center;color:#fff;display:flex;font-family:Facto,sans-serif;font-size:.875rem;height:50%;justify-content:center;width:100%}.dark-theme .button-pagination{margin-top:20px;text-align:end}.dark-theme .button-pagination button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:8px;padding:10px;width:140px}.dark-theme .apexcharts-text tspan{fill:#fff;font-family:inherit}.dark-theme .table-button{margin-top:20px;text-align:end}.dark-theme .second-main{display:flex;margin-top:1px}.dark-theme .Graph-contianer-sec{display:flex}.dark-theme .Graph-contianer-sec img{border-radius:5px;height:200px;margin:10px;width:49%}.dark-theme .second-Graph{display:flex;overflow:auto}.dark-theme .second-Graph img{border-radius:5px;margin:10px;width:100%}.dark-theme .Graph-container{border-radius:5px;max-height:calc(100vh - 172px);min-height:calc(100vh - 144px);padding:15px}.dark-theme .Graph-container a{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:8px;text-align:center;text-decoration:none;width:130px}.dark-theme .Graph-container h3{color:#330bf6}.dark-theme .Graph-container .header_div{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;padding-bottom:6px}.dark-theme .Graph-Header{align-items:center;color:#fff;display:flex;justify-content:flex-end;margin:5px}.dark-theme .Graph-body{margin-top:20px}.dark-theme tspan{font-size:12px!important}.dark-theme .dtc-Graph-legend{align-items:center;display:flex;list-style-type:none;padding-right:20px}.dark-theme .dtc-Graph-legend .dtc-Graph-future span:first-child{background-color:#eb262d;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .dtc-Graph-legend .dtc-Graph-past span:first-child{background-color:#ddd;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .Graph-logout{display:flex}.dark-theme .Graph-logout a{text-decoration:none}.dark-theme .Graph-logout .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.dark-theme .Graph-logout .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.dark-theme .Graph-logout .user-icon .drop_down_option li{background:none;width:100%}.dark-theme .Graph-logout .user-icon .drop_down_option li .icon{margin-right:10px}@media(min-width:1400px){.dark-theme .Graph-logout .user-icon{height:25px;width:25px}}.dark-theme .Graph-logout .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.dark-theme .Graph-logout .user-icon>img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);object-fit:cover}.dark-theme .Graph-logout .user-icon ul{background:#232334;box-shadow:0 -5px 10px rgba(0,0,0,.2);list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.dark-theme .Graph-logout .user-icon ul:before{border-bottom:8px solid #000;border-left:6px solid transparent;border-right:6px solid transparent;content:"";position:absolute;right:19px;top:-8px}.dark-theme .Graph-logout .user-icon ul a{text-decoration:none}.dark-theme .Graph-logout .user-icon ul li{align-items:center;background:#202030;border-top:1px solid #d7d7d7;display:flex;padding:15px 10px;transition:all .3s ease}.dark-theme .Graph-logout .user-icon ul li:hover{background-color:#7a7a7a;box-shadow:0 0 5px rgba(0,0,0,.2)}.dark-theme .Graph-logout .user-icon ul li img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);margin-right:7px;width:20px}.dark-theme .Graph-logout .user-icon ul li span{color:#fff;font-size:.875rem}.dark-theme .main-Header{align-items:center;display:flex;justify-content:space-between}.dark-theme .Graph-sidebar{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);max-height:calc(100vh - 172px);min-height:calc(100vh - 266px);overflow-y:auto;transition:all .3s ease;width:275px;z-index:999}.dark-theme .Graph-sidebar h5{margin-bottom:7px;padding:7px;text-align:center}.dark-theme .Graph-sidebar h6{font-size:13px;padding:5px}.dark-theme .Graph-status{border-bottom:1px solid #ddd;display:flex;justify-content:space-evenly;justify-items:center;margin-bottom:1px;padding-bottom:10px}.dark-theme .Graph-status p{font-size:12px;padding-top:6px;text-align:center}.dark-theme .Graph-status img{height:35px;margin-left:42px;width:35px}.dark-theme .Graph-status .active .Current{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:2px;padding:5px 10px;text-align:center}.dark-theme .Graph-status .active .Current p{color:red}.dark-theme .Graph-status .active .Temperature{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:2px;padding:5px;text-align:center}.dark-theme .Graph-status .active .Temperature p{color:red}.dark-theme .Graph-status .Voltage{color:green}.dark-theme .Graph-status-img{display:flex;justify-content:space-around;margin-bottom:10px}.dark-theme .Graph-status-img img{height:35px;width:35px}.dark-theme .Vechile-details{border-bottom:1px solid #eee;padding:15px 10px}.dark-theme .Vechile-details ul li{display:flex;justify-content:space-between;justify-items:center;padding:4px 0}.dark-theme .Vechile-details ul span{color:#857e7e;font-size:12px;font-weight:bolder}.dark-theme .table-details{border:1px solid #ddd;border-collapse:collapse;margin:4px 0;width:100%}.dark-theme .table-details td,.dark-theme .table-details th{border:1px solid #ddd;font-size:12px}.dark-theme .table-details td{padding:5px;text-align:center}.dark-theme .Graph-battery{border-bottom:1px solid #eee;text-align:center}.dark-theme .Dashboard span{background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;font-size:12px;margin-right:10px;padding:5px 10px}.dark-theme .Graph-card{display:flex}.dark-theme .Graph-card .Graph-card-details{border:1px solid #ddd;border-radius:5px;margin:10px;padding:8px;width:100%}.dark-theme .Graph-card .Graph-card-details h5{font-family:facto-bold;margin-bottom:5px;text-align:center}.dark-theme .Graph-card .Graph-card-details span{font-size:12px}.dark-theme .Graph-card .Graph-card-details img{width:50px}.dark-theme .Graph-card .Graph-card-details h6{font-family:facto-bold;text-align:center}.dark-theme .Graph-card .Graph-card-details .Graph-img{display:flex;overflow:auto}.dark-theme .Graph-card .Graph-card-details .Graph-img img{cursor:pointer;width:100%}.dark-theme .Graph-AI{align-items:center;display:flex}.dark-theme .Graph-AI p{font-size:12px;margin:15px}.dark-theme .typing-text{-webkit-animation:typing 1s steps(40);animation:typing 1s steps(40);display:inline-block;overflow:hidden}@-webkit-keyframes typing{0%{width:0}to{width:100%}}.dark-theme .recharts-label{text-anchor:middle!important;-webkit-transform:rotate(-90,17,102.5)!important;transform:rotate(-90,17,102.5)!important}.dark-theme .Preduction p{color:#3e66b0;font-weight:700}.dark-theme .table-main{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);margin-top:6px;max-height:calc(100vh - 172px);min-height:calc(100vh - 510px);overflow-y:auto;padding:8px;transition:all .3s ease;width:275px}.dark-theme .table-main h5{text-align:center}.dark-theme .ReactModalPortal button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin:8px;padding:10px;width:140px}.dark-theme .slideshow{height:400px;overflow:hidden;position:relative;width:100%}.dark-theme .slideshow__slide{-webkit-animation:slide-in 1s ease-in-out;animation:slide-in 1s ease-in-out;background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.dark-theme .slideshow__button{background-color:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:8px 16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:background-color .2s ease-in-out}.dark-theme .slideshow__button:hover{background-color:rgba(0,0,0,.7)}.dark-theme .loader{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .loader span:first-child{margin-bottom:1.8px}.dark-theme .dot{-webkit-animation:dot-pulse 1.2s ease-in-out infinite;animation:dot-pulse 1.2s ease-in-out infinite;background-color:#3e66b0;border-radius:50%;height:4px;margin:11px 0 4px 4px;width:4px}.dark-theme .dot:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.dark-theme .dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.dark-theme .dot:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes dot-pulse{0%{opacity:.7;-webkit-transform:scale(.8);transform:scale(.8)}50%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:.7;-webkit-transform:scale(.8);transform:scale(.8)}}.dark-theme .recharts-wrapper{margin-top:25px;width:100%!important}.dark-theme .recharts-wrapper .recharts-surface{width:100%}.dark-theme .recharts-legend-item{display:flex!important}.dark-theme .footer{background:#1e1e2d;bottom:10px;color:#fff;font-size:14px;padding:10px;position:absolute;text-align:center;width:100%}.dark-theme .soh-sidebar{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);max-height:calc(100vh - 172px);min-height:calc(100vh - 84px);overflow-y:auto;transition:all .3s ease;width:297px}.dark-theme .soh-sidebar h5{margin:10px}.dark-theme .Graph-soh{border:1px solid #ddd;border-radius:5px;height:54vh;margin:-5px 10px 10px;padding:auto}.dark-theme .Graph-soh .recharts-legend-wrapper{bottom:-50px!important;left:40%!important;top:none!important}.dark-theme .Graph-soh .recharts-legend-wrapper .recharts-default-legend{display:flex!important}.dark-theme .Graph-soh .recharts-legend-wrapper .recharts-legend-item-text{font-size:14px}.dark-theme .chatbot_message_common_div{background:#1e1e2d;box-shadow:0 0 8px gray}.dark-theme .chatbot_message_common_div .chatbot_header{background:#3e66b0;border-radius:8px 8px 0 0;padding:0 10px}.dark-theme .chatbot_message_common_div .chatbot_header,.dark-theme .chatbot_message_common_div .chatbot_header .header_left{align-items:center;display:flex;justify-content:space-between}.dark-theme .chatbot_message_common_div .chatbot_header .header_left .header_img_div{background:#fff;border-radius:50%;display:grid;height:45px;margin:5px 0;padding:2px;place-items:center;position:relative;width:45px}.dark-theme .chatbot_message_common_div .chatbot_header .header_left .header_img_div .user_status_dot{background:green;border:1px solid #fff;border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.dark-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div{color:#fff;display:flex;flex-direction:column;letter-spacing:1px;margin-left:8px}.dark-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div span:first-child{font-size:14px}.dark-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div span:last-child{font-size:11px}.dark-theme .chatbot_message_common_div .chatbot_header .header_right svg{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:20px;transition:all .3s ease;width:20px}.dark-theme .chatbot_message_common_div .chatbot_header .header_right svg:not(:last-child){margin-right:10px}.dark-theme .chatbot_message_common_div .chatbot_header .header_right svg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box{max-height:362px;min-height:362px;overflow:auto;padding:2px 0}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left{align-items:center;display:flex;justify-content:start;margin:15px 5px;position:relative;width:85%}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left .render_img_div{border-radius:50%;display:grid;left:0;place-items:center;position:absolute;top:-12px}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left .render_img_div img{width:16px}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left span{background-image:linear-gradient(45deg,rgba(163,200,207,.851),rgba(133,255,244,.8));border-radius:6px;font-size:14px;margin-left:7px;padding:5px}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right{align-items:center;display:flex;justify-content:end;margin:15px 5px;position:relative}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right .render_img_div{border-radius:50%;display:grid;place-items:center;position:absolute;right:0;top:-12px}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right .render_img_div img{width:16px}.dark-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right span{background-image:linear-gradient(45deg,rgba(148,177,153,.78),#93ffbe);border-radius:6px;font-size:14px;margin-right:7px;min-width:40px;padding:5px}.dark-theme .chatbot_message_common_div .chatbot_bottom{align-items:center;border-top:2px solid #ddd;display:flex;justify-content:space-between}.dark-theme .chatbot_message_common_div .chatbot_bottom input{border:none;border-radius:5px 0 0 5px;margin:0 0 3px 3px;padding:8px;width:85%}.dark-theme .chatbot_message_common_div .chatbot_bottom button{background:transparent;border:none;border-left:1px solid #505050;height:36px;width:15%}.dark-theme .chatbot_message_common_div .chatbot_bottom button svg{-webkit-filter:brightness(0) invert(50%);filter:brightness(0) invert(50%);height:95%;transition:all .5s ease;width:30px}.dark-theme .chatbot_message_common_div .chatbot_bottom button:hover svg{-webkit-transform:translateX(4px);transform:translateX(4px)}.dark-theme .chatbot_message_div_expand{left:60%;top:22%;width:70%}.dark-theme .chatbot_message_div_expand,.dark-theme .chatbot_message_div_mini{border-radius:10px;height:457px;position:absolute;-webkit-transform:translate(-50%,30%);transform:translate(-50%,30%);transition:all .3s ease;z-index:999}.dark-theme .chatbot_message_div_mini{left:87%;top:28%;width:24%}.dark-theme .vehicle_selction_header{color:#fff;font-size:22px;font-weight:bolder}.dark-theme .vehicle_selction_body{background-color:#1e1e2d;border:1px solid #505050;border-radius:10px;margin-bottom:15px;margin-top:8px;max-height:480px;overflow-y:auto;padding:15px;width:430px}.dark-theme .vehicle_selction_body .cross_div{align-items:center;display:flex;justify-content:end}.dark-theme .vehicle_selction_body .cross_div img{cursor:pointer}.dark-theme .vehicle_selction_body .v_selection_img_div{text-align:center}.dark-theme .vehicle_selction_body .v_selection_img_div img{width:90%}.dark-theme .vehicle_selction_body .select_fields_div .VIN_div label{color:#fff;font-size:15px;margin-bottom:8px}.dark-theme .vehicle_selction_body .select_fields_div .VIN_div input{background-color:#404040;border:1px solid #505050;border-radius:6px;color:#fff;padding:8px;width:60%}.dark-theme .vehicle_selction_body .select_fields_div .para_or{color:#fff;font-size:18px;margin-bottom:10px;text-align:center}.dark-theme .vehicle_selction_body .select_fields_div div{align-items:center;display:flex;flex-direction:column;margin-bottom:10px}.dark-theme .vehicle_selction_body .select_fields_div select{background-color:#404040;border:1px solid #505050;border-radius:6px;color:#fff;padding:8px;width:60%}.dark-theme .vehicle_selction_body .select_fields_div select option{font-size:13px}.dark-theme .vehicle_selction_body .select_fields_div select.error_select_tag{border:1px solid red;color:#fa5c19}.dark-theme .vehicle_selction_body .select_fields_div button{background:#3e66b0;border:none;border-radius:6px;color:#fff;margin:7px;padding:8px;width:140px}.dark-theme .owner_pdf{min-height:auto;text-align:center;width:100%}.dark-theme .guided-diagnostic-wrap{background-color:#fff;border:1px solid transparent;border-radius:10px;display:flex;justify-content:space-between;max-height:calc(100vh - 184px);min-height:calc(100vh - 184px);overflow:auto;padding:20px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel{width:20%}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box h6{color:#8a8a8a;font-size:16px;font-weight:600}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-heading{border:1px solid #dbdbdb;border-radius:5px;height:30px;margin-top:5px;width:100%}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-heading .dropdown-heading-value span{font-size:13px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-content{padding-top:0}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-content label{background:transparent;color:#8a8a8a}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box:not(:first-child){margin-top:20px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent{align-items:center;-webkit-column-gap:5px;column-gap:5px;display:flex;flex-wrap:wrap;margin-top:5px;row-gap:5px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container{align-items:center;border:1px solid #d5d5d5;border-radius:5px;display:flex;justify-content:space-between;padding:5px;width:33.33%}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container span{color:#cecece;font-size:14px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container .selected-ecu-close{border:1px solid #e0e0e0;cursor:pointer;height:10px;width:10px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container .selected-ecu-close img{display:block;-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);height:8px;padding:1px;width:8px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons{align-items:center;display:flex;margin-top:30px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn{border:1px solid transparent;border-radius:5px;color:#fff;font-size:12px;padding:8px 15px;width:50%}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn.trouble-shoot-btn{background-color:#3e66b0}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn.clear-btn{background-color:#d4d4d4}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn:not(:first-child){margin-left:5px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap{display:flex;justify-content:space-between;margin-top:20px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .guided-dtc-title{color:#8a8a8a;font-size:16px;font-weight:600}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap{margin-left:10px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-select{border:1px solid #e0e0e0;border-radius:5px;color:#8a8a8a;cursor:pointer;font-size:12px;padding:8px 10px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options{border:1px solid #e0e0e0;border-radius:5px;padding:3px;visibility:hidden}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap{height:0;overflow:hidden;position:relative}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap .individual-option-wrap{align-items:center;display:flex;justify-content:space-between;margin:5px 0}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap .individual-option-wrap label{color:#8a8a8a;font-size:14px}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.opened{visibility:visible}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.opened .dtc-options-wrap{transition:all .7s cubic-bezier(0,1,0,1)}.dark-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.closed .dtc-options-wrap{height:0;transition:all .7s cubic-bezier(0,1,0,1)}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel{width:80%}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;float:right;font-size:.8125rem;margin-left:5px;max-width:50%;min-width:60px;padding:10px}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel span{color:#8a8a8a}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap{display:flex;flex-wrap:wrap;margin:0 -1%;row-gap:20px}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card{border:1px solid #e2e2e2;border-radius:5px;margin:0 1%;padding:10px;width:33.33%}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-header h6{color:#878787;font-size:16px;font-weight:600}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-content{margin:10px 0}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-content p{color:#868686;font-size:14px}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-btn{text-align:right}.dark-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-btn button{background-color:transparent;border:0;color:#c8c8c8;cursor:pointer;font-size:12px}.dark-theme .guided-diagnostic-wrap .vetical-line{border-left:2px solid #e3e3e3;margin:0 20px}.dark-theme .guided-popup-wrap .guided-popup-header{align-items:center;display:flex;justify-content:space-between}.dark-theme .guided-popup-wrap .guided-popup-header h6{color:#878787;font-size:16px;font-weight:600}.dark-theme .guided-popup-wrap .guided-popup-header .guidedd-popup-close{border:1px solid #c2c2c2;height:20px;width:20px}.dark-theme .guided-popup-wrap .guided-popup-header .guidedd-popup-close img{cursor:pointer;-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);height:10px;width:10px}.dark-theme .guided-popup-wrap .guided-popup-content{max-height:450px;max-width:500px}.dark-theme .guided-popup-wrap .guided-popup-content p{color:#404040;font-size:14px;margin:10px 0;text-align:left}.dark-theme .header_div{align-items:center;color:#fff;display:flex;justify-content:space-between}.dark-theme .header_div img{cursor:pointer}.dark-theme .wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden}.dark-theme .wrapper .circle-out{background-color:#fff;border:30px solid #ededed;border-bottom:0;border-top-left-radius:380px;border-top-right-radius:380px;height:150px;position:relative;width:300px}.dark-theme .wrapper .circle-out .circle{background-color:#fff;border:30px solid #4559a5;border-bottom:0;border-top-left-radius:380px;border-top-right-radius:380px;bottom:0;height:150px;left:-30px;position:absolute;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-origin:bottom;transform-origin:bottom;transition:all 1s ease;width:300px;z-index:1}.dark-theme .wrapper .circle-out .text{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.dark-theme .wrapper .circle-out .text span{color:#062fc9;font-size:20px;font-weight:800;margin-top:10px}.dark-theme .date_rout_div .options_div{padding:10px}.dark-theme .date_rout_div .options_div span{background:#3e66b0;border-radius:6px;color:#fff;font-size:15px;margin-right:10px;padding:8px 12px}.dark-theme .date_rout_div .date_div{align-items:center;display:flex;justify-content:space-between;margin:20px}.dark-theme .date_rout_div .date_div label input{background:#f1f1f1;border:none;border-radius:4px;outline:none;padding:6px}.dark-theme .rout_div{margin:20px}.dark-theme .rout_div select{background:#dfdfdf;border:none;border-radius:2px;margin-left:10px;outline:none;padding:5px;width:70%}.dark-theme .btn_div{margin-top:15px}.dark-theme .btn_div button{padding:12px 0;width:170px}.dark-theme .main_graph_div{min-height:250px}.dark-theme .main_graph_div .graph_body{align-items:center;display:flex;justify-content:start}.dark-theme .main_graph_div .graph_body .graph_event{border:1px solid #ddd;border-radius:6px;margin:10px;padding:10px}.dark-theme .main_graph_div .graph_body .graph_event span{float:left}.light-theme .inner-component{background-image:url(../../static/media/main-background.547ad0f30bb8dda52520.png);height:100vh}.light-theme .parameter-section{background-color:#f5f5f5;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);padding:20px 20px 10px}.light-theme .parameter-section a{color:#fff;text-decoration:none}.light-theme .parameter-section ul{display:flex;flex-wrap:wrap;font-size:11.5px;list-style:none;margin:0 -1%}@media(max-width:1024px){.light-theme .parameter-section ul{display:block;list-style:none}}.light-theme .parameter-section ul a li{display:flex;flex:1 1 auto;flex-direction:column}.light-theme .parameter-section ul a .param-circle{position:relative}.light-theme .parameter-section ul a .param-circle .param-value{background-color:#f5f5f5;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.4);font-size:.8125rem;height:60px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60px}.light-theme .parameter-section ul a .param-circle .param-value,.light-theme .parameter-section ul a h4{align-items:center;color:#000;display:flex;font-family:facto-bold,sans-serif;justify-content:center;text-align:center}.light-theme .parameter-section ul a h4{flex:1 1 auto;flex-direction:column;font-size:.875rem;margin-bottom:10px}.light-theme .parameter-section ul a h3{color:#000;font-size:1rem;margin-bottom:10px;text-align:center}.light-theme .parameter-section ul a .min-max{display:flex}.light-theme .parameter-section ul a .min-max .each-val{width:50%}.light-theme .parameter-section ul a .min-max .each-val:first-child{border-right:1px dashed #ddd}.light-theme .parameter-section ul a .min-max .each-val span{color:#000;display:block;font-size:.75rem;text-align:center}.light-theme .parameter-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.light-theme .parameter-title h3{color:#000;font-size:1rem}.light-theme .parameter-title .parameters-details img{-webkit-filter:invert(1);filter:invert(1);margin-right:10px}.light-theme .parameter-title .parameters-details span{border:1px solid #ddd;border-radius:15px;color:#000;font-family:facto-bold,sans-serif;font-size:.75rem;padding:8px 16px}.light-theme .dtc-section{background-color:#f5f5f5;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.4);margin-top:20px;max-height:245px;overflow:auto;padding:20px 20px 10px}.light-theme .dtc-section ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.light-theme .dtc-section ul a{border:1px solid #e1e1e1;border-radius:10px;margin:0 1% 15px;text-decoration:none;width:23%}.light-theme .dtc-section ul a .dtc-value .dtc-each{display:flex}.light-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each{background-image:linear-gradient(180deg,#f2f2f2,transparent);border-bottom:1.5px dashed #e1e1e1;border-top-right-radius:8px;padding:15px;width:50%}.light-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each span{color:#000;display:block;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.light-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each:first-child{border-radius:10px 0 0 0;border-right:1.5px dashed #e1e1e1}.light-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each .dtc-icon{background-color:#e23535;border-radius:50%;height:50px;margin:0 auto 15px;padding:10px;width:50px}.light-theme .dtc-section ul a .dtc-value .dtc-each .dtc-sec-each .dtc-icon img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-section ul a .dtc-value .dtc-desc{align-items:center;display:flex;min-height:57px;padding:10px}.light-theme .dtc-section ul a .dtc-value .dtc-desc p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:.8125rem;line-height:1.4;overflow:hidden}.light-theme .body_wrapper{display:flex;max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-y:auto;padding:0}.light-theme .body_wrapper button{font-family:Facto}.light-theme .body_wrapper .car_section{border:2px solid #ddd;margin:15px;min-height:470px;overflow:auto;padding:5px;position:relative;width:117%}.light-theme .body_wrapper .car_section .progress_btn{align-items:baseline;display:flex;justify-content:start;min-height:115px}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div{border-radius:20px;margin-left:10px;width:85%}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div .percentage_div{color:none;display:flex;justify-content:space-between}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div .percentage_div span{font-size:.8125rem}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div .outer_progress_bar{background-color:#ddd;border-radius:20px;height:20px;margin-top:10px;width:100%}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div .outer_progress_bar .inner_progress_bar{background-color:#6082cd;border:2px solid #ddd;border-radius:20px;height:20px}.light-theme .body_wrapper .car_section .progress_btn .progress_bar_div button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;float:right;letter-spacing:1px;margin-top:5px;padding:10px;width:150px}.light-theme .body_wrapper .car_section .scanEcuBtn{border:4px solid #ddd;border-radius:50%;transition:all .3s}.light-theme .body_wrapper .car_section .scanEcuBtn,.light-theme .body_wrapper .car_section .scanEcuBtn_disabled{background-image:radial-gradient(#b1bfec,#083589);color:#fff;font-size:13px;height:80px;letter-spacing:1px;margin:5px;text-align:center;width:80px}.light-theme .body_wrapper .car_section .scanEcuBtn_disabled{border:4px solid #e74c3c;border-radius:50%;cursor:not-allowed}.light-theme .body_wrapper .car_section .scanEcuBtn:hover{box-shadow:0 0 10px 1px #083589;color:#000;font-weight:700;-webkit-transform:scale(.98);transform:scale(.98)}.light-theme .body_wrapper .car_section .car2d_div{display:flex}@media(max-width:1024px){.light-theme .body_wrapper .car_section .car2d_div{display:flex;flex-wrap:wrap}}.light-theme .body_wrapper .car_section .car2d_div .car_img_div{height:100%;position:relative;width:88%}.light-theme .body_wrapper .car_section .car2d_div .car_img_div img{width:100%}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_dot{border:1px solid #7f7f7f;border-radius:50%;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAlwAAAJcB1AYsggAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEeSURBVDiNjdIxSgNBFMbx36YICQrxAGJAEERICltvkCZlSo/hFXIHiWAhXkBBRNNKSJVoKWJlY2UsjDZjsbOybLKJD4aB9+b938z3jRCCEAJsoo8RPvGIAXayM8tW1nyIFwRMcIEH/OADvVJAnPyCd3QKxTammKNVBujHyZ2SA03MMCwDjDBZ+U5O8Y16sVbBAZ6sjmdUsV0sVPCK3TWAo7i/LSsOpGq3S66/iS+MyzTYkVo1RbNQ3MKVVOTuqn/Qk1o1i4Kd4DreLMR1jn1UFwAR0sJQqnbWNEY3Nme5G9QWADlQHXvYyOX2c4CAW9HSUu8L0GqcnIfcof4vQITU4uQ85LKyxv+/CCHMox73uXQjybz8byRJUscZGjj+Bb09aZWly+7YAAAAAElFTkSuQmCC),auto;height:15px;margin:5px;position:absolute;text-align:center;transition:all .2s;width:15px;z-index:1}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_green{background-color:#41ad48}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_yellow{background-color:#f47d1f}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_bg_grey{background-color:#ca3333}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .coordinates_dot:hover{border:2px solid #9f9f9f;box-shadow:0 0 5px 1px #000;-webkit-transform:scale(1.3);transform:scale(1.3)}.light-theme .body_wrapper .car_section .car2d_div .ecu_details_main{display:block}@media(max-width:1024px){.light-theme .body_wrapper .car_section .car2d_div .ecu_details_main{display:flex;justify-content:space-evenly;width:100%}}.light-theme .body_wrapper .car_section .car2d_div .ecu_details{padding:7px;width:34%}@media(max-width:1024px){.light-theme .body_wrapper .car_section .car2d_div .ecu_details{display:flex;width:100%}}.light-theme .body_wrapper .car_section .car2d_div .ecu_details strong{color:#000}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img{border:1px solid #ddd;height:160px;margin-bottom:10px;text-align:center}@media(max-width:1024px){.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img{border:none;width:41%}}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_details_img img{color:#000;height:100%}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name{color:none;font-size:11.5px;margin:5px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name p{margin:5px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name li{list-style-type:disclosure-closed;margin:4px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name strong{color:#000}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name1{color:none;font-size:11.5px;margin:5px 35px 5px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name_default{color:none;font-size:11.5px;list-style-type:disclosure-closed;margin:5px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .ecu_name1_default{color:none;font-size:11.5px;list-style-type:disclosure-closed;margin:5px 35px 5px 0}.light-theme .body_wrapper .car_section .car2d_div .ecu_details button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;letter-spacing:1px;margin-top:15px;padding:10px;width:100%}.light-theme .body_wrapper .car_section .car2d_div .ecu_details .btn_disabled{cursor:not-allowed;opacity:.5}.light-theme .body_wrapper .car_section .indicaters{bottom:0;color:none;display:flex;position:absolute}.light-theme .body_wrapper .car_section .indicaters .common_indicaters{align-items:center;display:flex;margin:10px;padding:5px}.light-theme .body_wrapper .car_section .indicaters .common_indicaters .common_dots{border:1px solid #757575;border-radius:50%;height:15px;margin-right:8px;width:15px}.light-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_green{background-color:#41ad48}.light-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_yellow{background-color:#f47d1f}.light-theme .body_wrapper .car_section .indicaters .common_indicaters .dot_grey{background-color:#ca3333}.light-theme .body_wrapper .car_section .indicaters .common_indicaters span{font-size:13px}.light-theme .body_wrapper .ecu_section{display:flex;width:50%}.light-theme .body_wrapper .ecu_section .ecu_health_status{width:50%}.light-theme .body_wrapper .ecu_section .ecu_health_status .para_heading{border-bottom:1px solid #c3c3c3;color:none;font-size:13px;font-weight:900;padding:10px 0}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con{max-height:430px;overflow-y:auto;padding:0 5px 0 0}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_div{border-radius:10px;color:#fff;cursor:pointer;margin-top:10px;padding:8px}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange{background-color:#f47d1f}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_inactive{background:#dfd3d5}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_inactive p{color:#3d3d3d}.light-theme .body_wrapper .ecu_section .quick_access_link{background-color:#ddd;min-height:calc(100vh - 232px);overflow:auto;width:50%}.light-theme .body_wrapper .ecu_section .quick_access_link .para_heading{border-bottom:1px solid #c3c3c3;color:none;font-size:13px;font-weight:900;padding:10px 5px}.light-theme .body_wrapper .ecu_section .quick_access_link .card_div{padding:4px 5px 0}.light-theme .body_wrapper .ecu_section .quick_access_link .card_div .card{align-items:center;background-color:#bfbfbf;border-radius:10px;display:flex;flex-direction:column;margin:3px;padding:9px;text-align:center}.light-theme .body_wrapper .ecu_section .quick_access_link .card_div .card span{color:#000;font-size:13px;margin:10px 0}.light-theme .body_wrapper .ecu_section .quick_access_link .img_div{width:98%}.light-theme .vin_details{background:#f5f5f5;border-radius:10px;min-height:calc(100vh - 132px);padding:20px;width:100%}.light-theme .vin_details a{text-decoration:none}.light-theme .vin_details div button{background-color:#1b6fee;border:none;border-radius:10px;color:#fff;letter-spacing:1px;margin-top:5px;padding:10px;width:150px}.light-theme .vin_details div table{border:1px solid;font-size:13px;margin-top:10px}.light-theme .vin_details div table td,.light-theme .vin_details div table th{border:1px solid;padding:5px}.light-theme .vin_details .vehicle_info_sec{border:1px solid #dcdcdc;border-radius:8px;display:grid;height:450px;place-items:center}.light-theme .vin_details .vehicle_info_sec .v_info_details{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;height:140px;justify-content:center;padding:20px;text-align:center;width:390px}.light-theme .vin_details .vehicle_info_sec .v_info_details input{border:1px solid #ddd;border-radius:2px;height:25px;margin-right:15px;padding:15px;width:100%}.light-theme .vin_details .vehicle_info_sec .v_info_details button{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:flex;justify-content:center;margin-top:20px;max-width:210px;padding:10px 15px;transition:all .3s}.light-theme .vin_details .vin_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.light-theme .vin_details .vin_header p{color:#1b6fee}.light-theme .vin_details .vin_header small{border-radius:2px;padding:2px}.light-theme .vin_details .vin_header small img{width:20px}.light-theme .vin_details .vin_body{border:1px solid #ddd;border-radius:8px;height:476px;padding:15px}.light-theme .vin_details .vin_body .vin_search_div{margin-bottom:15px;position:relative}.light-theme .vin_details .vin_body .vin_search_div input{border:1px solid #ddd;border-radius:2px;height:25px;margin-right:15px;padding:15px;width:40%}.light-theme .vin_details .vin_body .vin_search_div .search_icon{left:38%;position:absolute;top:37%}.light-theme .vin_details .vin_body .v_h_details_info_page{height:338px;overflow-y:auto;padding:15px}.light-theme .vin_details .vin_body .v_h_details_info_page ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.light-theme .vin_details .vin_body .v_h_details_info_page ul li{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;max-height:40px;padding:12px;width:49%}.light-theme .vin_details .vin_body .v_h_details_info_page ul li span:first-child{border-right:1px solid #ddd;color:#000;font-weight:bolder;width:40%}.light-theme .vin_details .vin_body .v_h_details_info_page ul li span:last-child{color:#484848;float:left;margin-left:10px;margin-right:45px;width:60%}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div{background-color:hsla(0,0%,100%,.73);border-radius:8px;margin-top:20px;padding:10px}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div p{color:#000;font-weight:bolder;letter-spacing:1px;margin-left:10px}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div{align-items:center;border-radius:8px;display:flex;overflow-y:auto}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul{border:1px solid #ddd;border-radius:8px;margin:10px;min-width:44%;padding:10px}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li{align-items:center;border:none;display:flex;font-size:14px;justify-content:space-between;margin-bottom:0;width:100%}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li span:first-child{border-right:1px solid #ddd;color:#000;font-weight:bolder;width:60%}.light-theme .vin_details .vin_body .v_h_details_info_page .ecu_specifications_div .ecu_specifications_body_div ul li span:last-child{color:#484848;float:left;margin-left:10px;margin-right:45px;width:40%}.light-theme .input_error{color:#f95353;font-size:15px;margin-top:5px}.light-theme .header{align-items:center;background:#f5f5f5;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 20px;position:relative;width:100%;z-index:9}.light-theme .header.hardware-header .header-vin-details{order:2;width:50%}.light-theme .header.hardware-header .logo-sec{order:1;padding:15px 0;width:50%}.light-theme .header .header-vin-details{padding:5px;width:100%}.light-theme .header .header-vin-details ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;list-style:none}.light-theme .header .header-vin-details ul li{margin-right:20px}.light-theme .header .header-vin-details ul li:last-child{margin-right:0;width:100%}.light-theme .header .header-vin-details ul li span{color:#343434;font-family:facto-bold,sans-serif;font-size:.8125rem;text-transform:uppercase}.light-theme .header .header-vin-details ul li.header-vin-list{align-items:center;display:flex}.light-theme .header .header-vin-details ul li.header-vin-list span{margin-left:7px}.light-theme .header .header-vin-details ul li.header-vin-list.connectivity-success span{color:#2abf42}.light-theme .header .header-vin-details ul li.header-vin-list.connectivity-success svg path{fill:#2abf42}.light-theme .header .header-vin-details ul li.header-vin-list.connectivity-failed span{color:#ca3333}.light-theme .header .header-vin-details ul li.header-vin-list.connectivity-failed svg path{fill:#ca3333}.light-theme .header:before{background:#000;bottom:0;height:2px;left:0;position:absolute;width:100%}.light-theme .header .logo-sec{display:flex;justify-content:space-between;overflow:auto;width:100%}.light-theme .header .logo-sec .logo-sec-img{cursor:pointer;padding-left:25px;width:175px}.light-theme .header .logo-sec .logo-sec-img img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0)}.light-theme .header .logo-sec .cursor_not_allowed{cursor:not-allowed}.light-theme .header .logo-sec .ecu-sec-header ul{display:flex;list-style:none}.light-theme .header .logo-sec .ecu-sec-header ul li{align-items:center;display:flex;padding:8px 0 8px 38px;position:relative;width:180px}.light-theme .header .logo-sec .ecu-sec-header ul li section{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus{background-color:#3e66b0}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .selected-ecu-box{color:#3e66b0}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{background-color:#f5f5f5;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}@media(max-width:1024px){.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{left:-7px;top:-1px}}@media(max-width:1100px){.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus:before{left:-7px;top:-1px}}.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus{background-color:#e3b200}.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .selected-ecu-box{color:#e3b200}.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus:before{background-color:#ca3333;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus{background-color:#3e66b0}.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .selected-ecu-box{color:#ca3333}.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status{background-color:#1f468e;color:#fff}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li.engine-details{background-color:#3e66b0;color:#fff}.light-theme .header .logo-sec .ecu-sec-header ul li.engine-details:before{background-color:#1f468e;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-6px;position:absolute;top:0;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li .engine-rpm{display:flex;flex-direction:column;position:absolute;right:34px}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details:before{background-color:#3e66b0;-webkit-clip-path:polygon(100% 0,15% 0,15% 99%);clip-path:polygon(100% 0,15% 0,15% 99%);content:"";height:100%;left:-7px;position:absolute;top:0;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus{background-color:#ca3333}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus{display:flex}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .selected-ecu-box,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .selected-ecu-box,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .selected-ecu-box{align-items:center;background-color:#fff;border-radius:3px;display:flex;font-family:facto-bold,sans-serif;font-size:16px;height:40px;justify-content:center;padding:5px;width:40px}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box{margin-left:15px;padding-left:10px}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box h4,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box h4,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box h4{color:#fff;font-size:.875rem}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box h5,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box h5,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box h5{color:#fff;margin-bottom:12px;margin-top:-15px}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box span,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box span,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box span{color:#fff;font-size:.625rem;height:20px;text-align:center;width:20px}.light-theme .header .logo-sec .ecu-sec-header ul li.detected-ecus .ecu-details-box img,.light-theme .header .logo-sec .ecu-sec-header ul li.health-ecus .ecu-details-box img,.light-theme .header .logo-sec .ecu-sec-header ul li.not-detected-ecus .ecu-details-box img{margin-left:15px}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status h5{color:#fff;margin-top:-5px;padding-bottom:7px}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details{align-items:center;display:flex;justify-content:center}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details .km-run{background-color:#3a3b3c;border-radius:5px;margin-top:1px;padding:9px}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details .km-run span{color:#fff;font-family:digital,sans-serif;font-size:1.5625rem}.light-theme .header .logo-sec .ecu-sec-header ul li.vehicle-status .engine-details h5{color:#fff;margin-top:10px;padding-left:5px}.light-theme .header .logo-sec .ecu-sec-header ul li.engine-details h5{color:#fff;margin-top:-7px;padding-bottom:2px}.light-theme .header .logo-sec .ecu-sec-header ul li.engine-details .engine-settings{background-color:#3a3b3c;border-radius:5px;display:inline-block;margin-top:5px;padding:9px;position:relative}.light-theme .header .logo-sec .ecu-sec-header ul li.engine-details .engine-settings span{color:#fff;font-family:digital,sans-serif;font-size:1.5625rem}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details{background-color:#1f468e;border-radius:0 0 10px 0;padding-right:20px}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details h5{color:#fff;text-align:center}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details span{color:#fff;display:block;font-size:.625rem;margin-bottom:4px;margin-top:4px;text-align:center;width:100%}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage{overflow:hidden;position:relative}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage:before{background:#fff;border-radius:0 5px 5px 0;content:"";height:10px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5.5px}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width{border-radius:4px 0 0 4px;height:86%;left:2px;position:absolute;top:2px}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-green{background-color:#2abf42}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-yellow{background-color:#ffc207}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-width.battery-red{background-color:#ca3333}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage span{color:#292929;font-size:16px;font-weight:700}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage img{width:80px}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-common{position:absolute;top:0;width:100%}.light-theme .header .logo-sec .ecu-sec-header ul li.battery-details .battery-percentage .battery-common span{color:#fff;display:block;text-align:center}.light-theme .header h1{color:#000;font-family:Facto-bold,sans-serif;font-size:2.5rem;left:50%;line-height:.5;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(max-width:767px){.light-theme .header h1{display:none}}.light-theme .header h1 span{display:inline-block;font-size:.8125rem;margin-top:20px}.light-theme .login-button-wrapper{display:flex;justify-content:center}.light-theme .ecu_con{position:relative}.light-theme .ecu_con .sp1{left:-10px;top:-6px}.light-theme .ecu_con .sp1,.light-theme .ecu_con .sp2{background-color:#2abf42;border-radius:50%;padding:3px;position:absolute}.light-theme .ecu_con .sp2{right:-8px;top:-5px}.light-theme .ecu_con .sp3{background-color:#2abf42;border-radius:50%;bottom:-8px;left:-10px;padding:3px;position:absolute}.light-theme .ecu_con .sp4{bottom:-9px;position:absolute;right:-8px}.light-theme .ecu_con .sp_red{background-color:#ca3333;border-radius:50%;padding:3px}.light-theme .ecu_con .sp_yellow{background-color:#ffc207;border-radius:50%;padding:3px}.light-theme .ecu_con .sp_green{background-color:#2abf42;border-radius:50%;padding:3px}.light-theme .mini-loader-header{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:15px;margin-left:20px;padding:0;width:15px}.light-theme .list-header{align-items:center;margin-bottom:15px;padding:0 8px 0 12px}.light-theme .list-header span{color:#000;font-family:facto-bold;font-size:20px;opacity:1;white-space:nowrap}.light-theme .list-header ul{cursor:pointer;list-style:none}.light-theme .list-header ul li{background-color:#000;height:2px;margin-bottom:3px;margin-right:3px;width:14px}.light-theme .list-header ul li:last-child{margin-bottom:0}.light-theme .connectivity{align-items:center;border-radius:20px;cursor:pointer;display:flex;right:0;top:0}.light-theme .connectivity .driver_scoring_div{border-radius:50%;box-shadow:0 0 3px #b19494;margin-right:10px}.light-theme .connectivity .driver_scoring_div img{width:25px}.light-theme .connectivity .chatbot_div{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.light-theme .connectivity .chatbot_div svg{height:25px;width:25px}.light-theme .connectivity div.connect-check{align-items:center;background-color:#fff;border-radius:50%;box-shadow:inset .2em .2em .2em 0 rgba(0,0,0,.5),inset -.2em -.2em .2em 0 hsla(0,0%,100%,.5),5px 5px 16px rgba(0,0,0,.4);display:flex;height:30px;justify-content:center;margin:0 5px;padding:0;position:relative;width:30px}.light-theme .connectivity div.connect-check:before{background:#1b6fee;border-radius:3px;bottom:-18px;color:#fff;content:attr(data-attribute);display:none;font-size:8px;left:50%;padding:3px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(min-width:1400px){.light-theme .connectivity div.connect-check{height:40px;width:40px}}.light-theme .connectivity div.connect-check.offline{background-color:#e74c3c}.light-theme .connectivity div.connect-check.offline>svg path{fill:#fff;stroke:#fff}.light-theme .connectivity div.connect-check.offline>svg circle,.light-theme .connectivity div.connect-check.offline>svg line,.light-theme .connectivity div.connect-check.offline>svg rect{stroke:#fff}.light-theme .connectivity div.connect-check.online{background-color:#24a159}.light-theme .connectivity div.connect-check.online>svg path{fill:#fff;stroke:#fff}.light-theme .connectivity div.connect-check.online>svg circle,.light-theme .connectivity div.connect-check.online>svg line,.light-theme .connectivity div.connect-check.online>svg rect{stroke:#fff}.light-theme .connectivity div.connect-check svg{height:20px;width:20px}.light-theme .connectivity div.connect-check svg path{fill:#000}.light-theme .connectivity div.connect-check ul{background:#fff;border-radius:5px;bottom:-35px;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;left:50%;list-style:none;opacity:0;padding:5px 0;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease;z-index:1}.light-theme .connectivity div.connect-check ul:before{border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:0;left:50%;position:absolute;top:-5px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.light-theme .connectivity div.connect-check ul li{margin:0 5px;opacity:.2;width:20px}.light-theme .connectivity div.connect-check ul li svg{height:16px;width:16px}.light-theme .connectivity div.connect-check ul li.connect-active{opacity:1}.light-theme .connectivity div.connect-check ul li.connect-active svg path{fill:#06f}.light-theme .connectivity div.connect-check:hover ul{opacity:1}.light-theme .connectivity .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.light-theme .connectivity .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.light-theme .connectivity .user-icon .drop_down_option li{background:none;transition:all .3s ease;width:100%}.light-theme .connectivity .user-icon .drop_down_option li .icon{align-items:center;background:#fff;border-radius:50%;display:flex;height:45px;justify-content:center;padding:0 7px;width:45px}.light-theme .connectivity .user-icon .drop_down_option li span{margin-left:10px}@media(min-width:1400px){.light-theme .connectivity .user-icon{height:25px;width:25px}}.light-theme .connectivity .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.light-theme .connectivity .user-icon>img{object-fit:cover}.light-theme .connectivity .user-icon ul{background:#fff;box-shadow:0 -5px 10px rgba(0,0,0,.2);list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.light-theme .connectivity .user-icon ul:before{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";position:absolute;right:19px;top:-8px}.light-theme .connectivity .user-icon ul a{text-decoration:none}.light-theme .connectivity .user-icon ul li{align-items:center;background:#f5f5f5;border-top:1px solid #d7d7d7;display:flex;padding:15px 10px;transition:all .3s ease}.light-theme .connectivity .user-icon ul li:hover{background-color:#f0f0f0;box-shadow:0 0 5px rgba(0,0,0,.2)}.light-theme .connectivity .user-icon ul li img{-webkit-filter:invert(0);filter:invert(0);margin-right:7px;width:20px}.light-theme .connectivity .user-icon ul li span{color:#000;font-size:.875rem}.light-theme .toggle-icon-sec{align-items:center;background:#464646;border-radius:40px;display:flex;height:25px;justify-content:space-between;padding:0 5px;position:relative;width:55px}@media(min-width:1400px){.light-theme .toggle-icon-sec{height:30px;width:60px}}.light-theme .toggle-icon-sec:before{background:#eee;border-radius:50%;content:"";height:20px;left:3px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:20px}@media(min-width:1400px){.light-theme .toggle-icon-sec:before{height:25px;width:25px}}.light-theme .toggle-icon-sec>div{display:flex;height:16px;width:16px}.light-theme .toggle-icon-sec svg{background:#464646;height:100%;width:100%}.light-theme .toggle-icon-sec svg path,.light-theme .toggle-icon-sec svg rect{fill:#ffc207;stroke:#ffc207}.light-theme .toggle-theme{height:25px;margin-right:10px}.light-theme .globe-svg path{fill:transparent!important}.light-theme .user-details-manage{align-items:center;display:flex;padding:20px 15px}.light-theme .user-details-manage img{background:#fff;border:1px solid #dcdcdc;border-radius:50%;height:50px;padding:1px;width:50px}.light-theme .user-details-manage .user-profile-details{padding-left:15px;width:calc(100% - 50px)}.light-theme .user-details-manage .user-profile-details span{display:block}.light-theme .user-details-manage .user-profile-details span:first-child{color:#000;font-family:Facto-bold,sans-serif;font-size:1rem;margin-bottom:5px;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.light-theme .user-details-manage .user-profile-details span:last-child{color:#a1a1a1;font-size:.875rem;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.light-theme .user-details-manage .user-profile-details a{color:#000;display:block}.light-theme .user-details-manage .user-profile-details a:first-child{font-family:Facto-bold,sans-serif;font-size:1rem;margin-bottom:5px;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.light-theme .user-details-manage .user-profile-details a:last-child{color:#a1a1a1;font-size:.875rem;max-width:23ch;overflow:hidden;text-overflow:ellipsis}.light-theme .header-vin{color:#000;display:inline-block;font-size:.8125rem;margin-right:10px}.light-theme .header-vin b{background:#3e66b0;font-family:Facto-bold,sans-serif}.light-theme .connect-vin-number{align-items:flex-end;background:#3e66b0;display:flex;flex-direction:column}.light-theme .connect-vin-number span:first-child{margin-bottom:7px}.light-theme .home_icon_div{background:#fff;border-radius:50%;height:26px;margin-right:12px;padding:2px;width:26px}.light-theme .cursor_not_allowed{cursor:not-allowed}.light-theme .hardware-interface{background:#d9d9d9;border:4px double #000;padding:20px}.light-theme .hardware-interface form{display:flex;flex-wrap:wrap}.light-theme .hardware-interface form span.form-label{width:180px}@media(max-width:1024px){.light-theme .hardware-interface form span.form-label{margin-bottom:10px;width:100%}}.light-theme .hardware-interface form .connection-methods{width:calc(100% - 180px)}@media(max-width:1024px){.light-theme .hardware-interface form .connection-methods{width:100%}}.light-theme .hardware-interface form .connection-methods h2{background:#d9d9d9;background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;font-size:.8125rem;padding:7px 30px 7px 5px;position:relative}.light-theme .hardware-interface form .connection-methods h2 img{position:absolute;right:5px;top:2px;width:25px}.light-theme .hardware-interface form .connection-methods ul{background:linear-gradient(0deg,#979797,#fefefe);border:1px solid #000;list-style:none;padding:10px}.light-theme .hardware-interface form .connection-methods ul li{align-items:center;display:flex;margin-bottom:5px}.light-theme .hardware-interface form .connection-methods ul li:last-child{margin-bottom:0}.light-theme .hardware-interface form .connection-methods ul li label{font-size:.8125rem;margin-left:5px}.light-theme .hardware-interface form .submit-button{background:#ff7042;border:1px solid #000;margin-top:20px;padding:2px;width:100%}.light-theme .hardware-interface form .submit-button input{background:linear-gradient(0deg,#974024,#ec683e);border:1px solid #000;color:#fff;cursor:pointer;font-size:.75rem;padding:8px 10px;width:100%}.light-theme .vci-expand{font-size:.8125rem;margin-top:20px}@media(max-width:767px){.light-theme .vci-expand{text-align:center}}.light-theme .conncection-content{background:none;padding:0 20px;width:46%}@media(max-width:1024px){.light-theme .conncection-content{margin:0 auto 30px;max-width:500px;order:1;padding:0;width:100%}}.light-theme .interface-component{align-items:center;background-color:none;display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px;min-height:calc(100vh - 142px);padding:30px 30px 10px;position:relative;width:100%}@media(max-width:1024px){.light-theme .interface-component{padding:20px 20px 0}.light-theme .interface-component .copyrights-section{order:3}}.light-theme .interface-component .login-component-image-sec{padding:0 20px;width:54%}@media(max-width:1024px){.light-theme .interface-component .login-component-image-sec{margin:0 auto;max-width:600px;order:2;padding:0;width:100%}}.light-theme .interface-component .login-component-image-sec img{background-color:#626262;width:100%}.light-theme .hardware-inteface-popup{background:rgba(0,0,0,.8);height:100%;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.light-theme .hardware-inteface-popup .hardware-interface-content{background:#fff;border-radius:10px;left:51%;margin:-20px 0 0 -33px;max-height:90vh;max-width:456px;min-height:200px;overflow-y:auto;padding:20px;position:relative;top:59%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .hardware-inteface-popup .hardware-interface-content .popup-loader{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:99}.light-theme .hardware-inteface-popup .hardware-interface-content .popup-loader svg{-webkit-animation:loaderRotate 1s linear infinite;animation:loaderRotate 1s linear infinite;-webkit-filter:invert(0);filter:invert(0);height:50px;width:50px}.light-theme .hardware-inteface-popup .hardware-interface-content .popup-loader p{margin-bottom:0!important;margin-top:15px}.light-theme .hardware-inteface-popup .error-message{align-items:center;background:#f44;display:flex;padding:10px}.light-theme .hardware-inteface-popup .error-message svg{margin-right:10px}.light-theme .hardware-inteface-popup .error-message svg path{fill:#fff}.light-theme .hardware-inteface-popup .error-message h4{color:#fff;font-size:.8125rem}.light-theme .hardware-inteface-popup p{color:#000;font-size:.75rem;margin-bottom:20px;margin-top:20px}.light-theme .hardware-inteface-popup ul li{align-items:center;display:flex;margin-bottom:10px}.light-theme .hardware-inteface-popup ul li img{-webkit-filter:invert(0);filter:invert(0);margin-right:15px;width:19px}.light-theme .hardware-inteface-popup ul li span{color:#000;font-size:.75rem}.light-theme .hardware-inteface-popup .button-hardware{display:flex;justify-content:center;margin-top:30px}.light-theme .hardware-inteface-popup .button-hardware a,.light-theme .hardware-inteface-popup .button-hardware button{border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.75rem;padding:10px 20px;text-decoration:none}.light-theme .hardware-inteface-popup .button-hardware a:first-child,.light-theme .hardware-inteface-popup .button-hardware button:first-child{background:#e26935;margin-right:10px}.light-theme .hardware-inteface-popup .button-hardware a:last-child,.light-theme .hardware-inteface-popup .button-hardware button:last-child{background:#4b4b4b}@keyframes loaderRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .success-connection{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:245px}.light-theme .success-connection svg{margin-bottom:20px}.light-theme .success-connection h4{color:#000;font-size:.9375rem;font-weight:600}.light-theme .hardware-vin-popup{align-items:center;background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.light-theme .hardware-vin-popup .hardware-vin-popup-content{background-color:#f1f1f1;border-radius:5px;max-height:90vh;max-width:500px;width:100%}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title{align-items:center;background-color:#fff;border-radius:5px 5px 0 0;display:flex;justify-content:space-between;padding:10px}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title h2{font-size:.9375rem}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon{align-items:center;background-color:#e26935;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;padding:6px;transition:all .3s ease;width:20px}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .hardware-vin-popup .hardware-vin-popup-content ul{height:calc(90vh - 60px);list-style:none;margin:10px;max-height:300px;overflow-y:auto}.light-theme .hardware-vin-popup .hardware-vin-popup-content ul h3{background-color:#fff;border-bottom:1px solid #ececec;color:#000;cursor:pointer;display:block;font-size:.8125rem;padding:10px;text-decoration:none;transition:all .3s ease}.light-theme .hardware-vin-popup .hardware-vin-popup-content ul h3:hover{background:#eef5ff}.light-theme .work-order-popup{padding-right:5px}.light-theme .work-order-popup li{background-color:#fff;border:1px solid #ddd;margin-bottom:10px}.light-theme .work-order-popup li:hover{background:#eef5ff}.light-theme .work-order-popup li span{margin-right:5px}.light-theme .work-order-popup li h3{background:transparent!important;border-bottom:0!important}.light-theme .work-order-popup-content{align-items:center;background:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;padding:20px;position:fixed;width:100%;z-index:9999}.light-theme .work-order-popup-content .popup-loader-work-order{align-items:center;background:#fff;border-radius:5px;display:flex;flex-direction:column;height:200px;justify-content:center;padding:20px;position:absolute;width:500px;z-index:99}.light-theme .work-order-popup-content .popup-loader-work-order svg{-webkit-animation:loaderRotate 1s linear infinite;animation:loaderRotate 1s linear infinite;-webkit-filter:invert(0);filter:invert(0);height:50px;width:50px}.light-theme .work-order-popup-content .popup-loader-work-order p{color:#000;margin-bottom:0!important;margin-top:15px}.light-theme .vci-connection h3{color:#000}.light-theme .config-component{background:#fff;margin:20px;padding:20px;position:relative}.light-theme .config-title{align-items:center;display:flex;justify-content:space-between;margin:20px}.light-theme .config-title h2{color:#000;font-size:1.0625rem}.light-theme .config-title button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;display:flex;padding:10px 16px}.light-theme .config-title button:disabled{cursor:not-allowed;opacity:.5}.light-theme .config-title button img{-webkit-filter:invert(1);filter:invert(1);margin-right:7px;width:16px}.light-theme .config-title button span{color:#fff;font-size:.875rem}.light-theme .config-each-title{align-items:center;background-color:#3e66b0;display:flex;justify-content:center;margin-bottom:15px;padding:15px 10px;width:100%}.light-theme .config-each-title h3{color:#fff;font-size:1rem;margin:0 1%;width:31.3%}.light-theme .config-each-title h3 img{margin-right:20px;width:20px}.light-theme .config-each-title span{color:#fff;display:block;font-family:Fisker-bold,sans-serif;font-size:.9375rem;font-weight:700;margin:0 1%;text-align:center;width:31.3%}.light-theme .config-container ul{list-style:none}.light-theme .config-container ul li{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;display:flex;margin-bottom:15px;padding:10px}.light-theme .config-container ul li:last-child{margin-bottom:0}.light-theme .config-container ul li.config-failed .config-result{background-color:#e23535}.light-theme .config-container ul li h4{color:#000;font-size:.875rem;margin:0 1%;width:31.3%}.light-theme .config-container ul li .config-result{align-items:center;border-radius:5px;display:flex;height:25px;justify-content:center;margin:0 1%;width:31.3%}.light-theme .config-container ul li .config-result img{width:15px}.light-theme .ecu-level,.light-theme .vehicle-level{margin:10px}.light-theme .loader-fullpage-container{align-items:center;background-color:hsla(0,0%,100%,.5);background:none;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100000}.light-theme .loader-fullpage-container .loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background:none;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;height:50px;margin:5px 0;width:50px}@keyframes loader-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .card-view-ecu{cursor:pointer;flex-wrap:wrap;margin:40px 1% 20px}.light-theme .card-view-ecu>div{flex-wrap:wrap;position:relative}.light-theme .card-view-ecu .ecu-each-card{border-radius:10px}.light-theme .card-view-ecu .ecu-each-card .success-mark{align-items:center;background:#20844a;border-radius:50%;box-shadow:inset .2em .2em .2em 0 rgba(0,0,0,.5),inset -.2em -.2em .2em 0 hsla(0,0%,100%,.5),5px 5px 16px hsla(0,0%,100%,.4);display:flex;height:30px;justify-content:center;left:0;padding:6px;position:relative;width:30px}.light-theme .card-view-ecu .ecu-each-card .success-mark svg path{fill:#fff}.light-theme .card-view-ecu .ecu-each-card h4{color:#000;font-size:.75rem;line-height:1.6;padding-left:10px;padding-right:10px;width:calc(100% - 105px)}.light-theme .card-view-ecu .ecu-each-card:before{height:100%;left:0;position:absolute;top:0;width:5px}.light-theme .card-view-ecu .ecu-each-card.ecu-pass{background-color:rgba(132,255,184,.6)}.light-theme .card-view-ecu .ecu-each-card.ecu-pass:before{background-color:#52be80}.light-theme .card-view-ecu .ecu-each-card.ecu-failure{background-color:hsla(5,100%,85%,.6);top:-18px}.light-theme .card-view-ecu .ecu-each-card.ecu-failure:before{background-color:#ec7063}.light-theme .card-view-ecu .ecu-each-card .popup-ecu-content:before{left:inherit;right:-7px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.light-theme .popup-check{display:none;position:absolute;right:-360px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:350px;z-index:1}.light-theme .popup-check.ecu-popup-active aside{opacity:1!important;-webkit-transform:rotateY(0deg)!important;transform:rotateY(0deg)!important}.light-theme .popup-check.ecu-popup-active section{opacity:0!important;-webkit-transform:rotateY(180deg)!important;transform:rotateY(180deg)!important}.light-theme .popup-check .popup-ecu-content section{background-color:#fff;border-radius:0 0 10px 10px;padding:20px;position:relative}.light-theme .popup-check .popup-ecu-content section h4{color:#e26935;font-size:1.0625rem;font-weight:800;margin-bottom:10px}.light-theme .popup-check .popup-ecu-content section p{font-size:.8125rem;line-height:1.6;margin-bottom:15px}.light-theme .popup-check .popup-ecu-content section ul{list-style:none}.light-theme .popup-check .popup-ecu-content section ul li{margin-bottom:10px;padding-left:25px;position:relative}.light-theme .popup-check .popup-ecu-content section ul li:before{background-size:contain;content:"";height:18px;left:0;position:absolute;top:1px;width:18px}.light-theme .popup-check .popup-ecu-content section ul li span{font-size:1.0625rem}.light-theme .popup-check .popup-ecu-content section ul li span:first-child{color:#222;font-size:.8125rem;font-weight:700;margin-right:10px}.light-theme .popup-check .popup-ecu-content section ul li span:last-child{color:#000;font-size:.8125rem}.light-theme .popup-check .popup-ecu-content aside{background-color:#fff;background:#fff;border-radius:0 0 10px 10px;left:0;opacity:0;padding:35px 20px 20px;position:absolute;top:1px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.light-theme .popup-check .popup-ecu-content aside .settings-image{margin:0 auto 20px;max-width:150px;position:relative}.light-theme .popup-check .popup-ecu-content aside .settings-image img:nth-child(2){-webkit-animation:settings-rotate-right 3s linear infinite;animation:settings-rotate-right 3s linear infinite;position:absolute;right:-20px;top:-20px;width:60px}.light-theme .popup-check .popup-ecu-content aside .settings-image img:nth-child(3){-webkit-animation:settings-rotate-left 3s linear infinite;animation:settings-rotate-left 3s linear infinite;left:20px;position:absolute;top:25px;width:25px}.light-theme .popup-check .popup-ecu-content aside .software-version h5{font-size:15px;text-align:center;width:100%}.light-theme .popup-check .popup-ecu-content aside .software-version h5:first-child{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:10px}.light-theme .popup-check .popup-ecu-content aside .software-version a{background:#e26935;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:.9375rem;margin-top:15px;padding:15px 30px;text-decoration:none}.light-theme .popup-check .popup-ecu-content .rotate-icon{align-items:center;background:#e26935;border-radius:10px 10px 0 0;display:flex;height:40px;justify-content:flex-end;width:100%}.light-theme .popup-check .popup-ecu-content .rotate-icon .rotate-img{margin-right:15px;width:20px}.light-theme .popup-check .popup-ecu-content .rotate-icon .rotate-img img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .status-view{bottom:10px;display:flex;justify-content:flex-end;position:absolute;right:10px;width:100%}.light-theme .status-view img{width:25px}.light-theme .status-view button{background:none;border:none}.light-theme .status-view div{border-radius:50%;display:flex;height:35px;padding:8px;width:35px}.light-theme .status-view div:first-child{margin-right:5px}.light-theme .status-success{background:#08873d}.light-theme .status-failure,.light-theme .status-success{box-shadow:inset .2em .2em .2em 0 rgba(0,0,0,.5),inset -.2em -.2em .2em 0 hsla(0,0%,100%,.5),5px 5px 16px hsla(0,0%,100%,.4)}.light-theme .status-failure{background:#e74c3c}.light-theme .ecu-each-card{margin:0 1% 35px;padding:10px 40px 10px 10px;position:relative;width:48%}.light-theme .ecu-each-card:active .popup-check,.light-theme .ecu-each-card:focus .popup-check{display:block}.light-theme .ecu-each-card>div{align-items:center;width:100%}.light-theme .ect-strap{display:none!important}.light-theme .software-version-check{display:flex;margin-bottom:20px}.light-theme .software-version-check span{display:inline-block;font-size:1rem;font-weight:700}.light-theme .software-version-check span:first-child{border-right:1px solid #ddd;margin-right:15px;padding-right:15px}.light-theme #root.sidebar-active .ecu-each-card{width:31.3%}@keyframes settings-rotate-right{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes settings-rotate-left{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.light-theme .popup-ecu-content{border-radius:10px;box-shadow:5px 5px 25px rgba(0,0,0,.3)}.light-theme .para{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);font-family:facto;font-size:.8125rem;padding:10px;position:relative;width:385px}.light-theme .para:before{background-color:#fff;content:"";height:10px;left:-5px;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:10px}.light-theme .login-loader-wrapper{align-items:center;border:1px solid #dcdcdc;display:flex;height:40px;justify-content:center;margin-top:35px;width:275px}@media(max-width:1024px){.light-theme .login-loader-wrapper{width:212px}}.light-theme .login-loader-wrapper .loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;border-color:#dcdcdc transparent;border-radius:50%;border-style:solid;border-width:2px;height:25px;margin:5px 0;width:25px}.light-theme .login-component{align-items:center;background-image:url(../../static/media/back.4455b823767c3b0b1365.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;min-height:100vh;padding-left:0;position:relative;width:100%}.light-theme .login-component:after{background:#3e66b0;content:"";height:100vh;left:50%;position:fixed;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:60px}@media(max-width:1024px){.light-theme .login-component{padding-left:0}}.light-theme .login-component .login-component-image-sec{margin-top:55px;padding:0 20px;position:relative;width:60%}@media(max-width:1024px){.light-theme .login-component .login-component-image-sec{margin-top:0;width:50%}}@media(max-width:767px){.light-theme .login-component .login-component-image-sec{margin-top:65px;width:100%}}.light-theme .login-component .login-component-image-sec .fisker-logo{left:90px;position:absolute;top:-55px}@media(max-width:767px){.light-theme .login-component .login-component-image-sec .fisker-logo{left:50px;top:-40px;width:70px}}.light-theme .login-component .login-component-image-sec .main-image{width:100%}.light-theme .login-component .login-box-section{box-shadow:3px 3px 15px rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:center;margin:30px auto 0;max-width:100%;padding:20px;position:relative;width:600px}@media(max-width:1024px){.light-theme .login-component .login-box-section{width:80%}}@media(max-width:767px){.light-theme .login-component .login-box-section{padding:20px;width:90%}}.light-theme .login-component .login-box-section .loginbox{padding:20px}.light-theme .login-component .login-box-section .loginbox h2{color:#000;font-family:facto-bold;font-size:1.375rem;font-weight:600;margin-bottom:10px;text-align:left}.light-theme .login-component .login-box-section .loginbox h3{color:#000;font-size:1rem;line-height:1.6;margin-bottom:20px}.light-theme .login-component .login-box-section .loginbox form .form-fields{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:20px}.light-theme .login-component .login-box-section .loginbox form .form-fields label{color:#000;display:block;font-size:.8125rem;width:100%}@media(max-width:550px){.light-theme .login-component .login-box-section .loginbox form .form-fields label{margin-bottom:5px;width:100%}}@media(min-width:1400px){.light-theme .login-component .login-box-section .loginbox form .form-fields label{font-size:.8125rem}}.light-theme .login-component .login-box-section .loginbox form .form-fields div{padding:2px;width:100%}@media(max-width:550px){.light-theme .login-component .login-box-section .loginbox form .form-fields div{width:100%}}.light-theme .login-component .login-box-section .loginbox form .form-fields input{background-color:transparent;border:0;border-bottom:1px solid #000;color:#000;font-size:.8125rem;padding:10px 10px 10px 0;width:100%}.light-theme .login-component .login-box-section .loginbox form .submit-button{align-items:center;display:flex;justify-content:space-between;margin-top:10px;padding:2px;width:100%}.light-theme .login-component .login-box-section .loginbox form .submit-button input{background-color:transparent;border:2px solid #000;color:#000;cursor:pointer;font-size:.625rem;font-weight:600;padding:8px 30px;transition:all .3s ease}.light-theme .login-component .login-box-section .loginbox form .submit-button input:hover{background-color:#000;color:#fff}.light-theme .login-component .login-box-section .loginbox form .submit-button a:last-child{border-bottom:2px solid #000;color:#000;font-size:.75rem;font-weight:600;padding-bottom:5px;text-decoration:none}.light-theme .logo-vertical{align-items:center;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:40px}.light-theme .logo-vertical img{height:114px;margin:15px 0;width:8px}@media(max-width:1024px){.light-theme .logo-vertical{display:none}.light-theme .login-container-box{align-items:center;flex-direction:column;padding-top:60px}}.light-theme .login-container-box .img-section{padding:20px;position:relative;width:calc(100% - 460px)}@media(max-width:1024px){.light-theme .login-container-box .img-section{max-width:470px;order:2;width:100%}}.light-theme .login-container-box .img-section img{width:100%}@media(max-width:1024px){.light-theme .login-container-box .login-box{margin-left:0;order:1}}.light-theme .login-container-box .login-box h2{font-size:1.25rem;margin-bottom:10px;text-align:center}.light-theme .login-container-box .login-box a{align-items:center;border:1px solid #3e66b0;border-radius:20px;color:#000;display:flex;font-family:Facto-Bold;margin-top:15px;padding:10px;text-decoration:none;transition:all .3s ease}.light-theme .login-container-box .login-box a img{margin-right:10px;width:15px}.light-theme .login-container-box .login-box a span{font-size:.75rem}.light-theme .login-container-box .login-box a:hover{background-color:#fff;border-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.light-theme .login-component-section{height:300px;margin:0 auto;position:relative;width:300px;z-index:1}.light-theme .login-component-section .login-box-img{padding-top:30px;position:relative}.light-theme .login-component-section:before{background-color:#3e66b0;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:100%}.light-theme .ms-login{font-family:facto;font-size:.8125rem;padding:5px 5px 5px 10px}.light-theme .login-img{margin:7px auto 10px;width:150px}.light-theme .wel{font-family:facto}.light-theme .tool{color:#fff;font-family:facto-bold;margin-left:110px;padding-bottom:15px}.light-theme .side{position:fixed;right:30px;top:30px}.light-theme .sign{display:flex;flex-direction:column;margin-top:10px}.light-theme .sign button{border:0;border-radius:20px;box-shadow:0 3px 9px rgba(0,0,0,.45);margin-bottom:15px;padding:8px 35px}.light-theme .sign button img{width:15px}.light-theme .moto{position:fixed;right:15px;top:15px}.light-theme .map{bottom:0;left:50%;opacity:.5;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:180px}.light-theme .copyrights-section{align-items:center;background:none;bottom:40px;display:flex;justify-content:center;position:absolute;right:20px;width:100%;z-index:1}@media(max-width:767px){.light-theme .copyrights-section{bottom:0;justify-content:center;padding-bottom:20px;position:relative;right:0;width:100%}}.light-theme .copyrights-section img{background:none;-webkit-filter:brightness(.5);filter:brightness(.5);height:auto;margin-right:10px;width:100px}.light-theme .copyrights-section span{background:none;color:#000;color:#fff;font-size:.75rem;margin-left:65px}.light-theme .service-session-list{background:#f5f5f5;border-radius:10px;padding:20px 5px}.light-theme .slick-list,.light-theme .slick-slide>div{margin:0 5px}.light-theme .slick-track{margin:0 -5px!important}.light-theme .slick-next,.light-theme .slick-prev{align-items:center;background:#3e66b0!important;border-radius:50%;box-shadow:0 0 30px rgba(0,0,0,.3);height:25px!important;justify-content:center;top:51.5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px!important;z-index:1}.light-theme .slick-next:before,.light-theme .slick-prev:before{background-repeat:no-repeat;background-size:contain;content:""!important;height:15px;left:50%;opacity:1!important;position:absolute;top:53%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:15px}.light-theme .slick-prev{left:-3px!important}.light-theme .slick-prev:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAG6CAMAAABJHw5GAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAP1wAAD9cB1jNePwAAAspQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////17LOWQAAAO50Uk5TABAzV3p+b2FSQzQlBRlupsns//O3dQITZr7977BsDwdetvvxiBdN3PeVICejDoz68FPo/tAmCFwUx2oV0vhAL+bYdO4Rih6h1SuC2S2Fq9H2AR01KSPntVDrpEH8GrQ/8nyc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)}.light-theme .slick-next{right:-3px!important}.light-theme .slick-next:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAG6CAMAAABJHw5GAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAP1wAAD9cB1jNePwAAAspQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////17LOWQAAAO50Uk5TAAIXL0dgeH9nTzcfCBVfq+b8/+/Fey16xv3jmU4LA9z4mBtQ1feME0DH8g0et+tiPeqWBfrAl+DB9VTd/nDMtT8BylZtDF60Ebj7d53DEDEyKyUZ9pVj+WYOnzzYcQbZrRTa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)}.light-theme .slick-disabled{opacity:.5}.light-theme .service-session-card{background:#fff;border:2px solid #dfdfdf;border-radius:10px;margin:0 5px 20px;padding:10px}.light-theme .service-session-card .session-user{align-items:center;display:flex;margin-bottom:20px}.light-theme .service-session-card .session-user .user-icon{background-color:#fff;border:1px solid #ddd;border-radius:15%;height:40px;overflow:hidden;padding:10px;position:relative;width:40px}.light-theme .service-session-card .session-user .user-icon img{display:block;height:90%;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.light-theme .service-session-card .session-user .vechicle-model{width:calc(100% - 40px)}.light-theme .service-session-card .session-user .vechicle-model span{color:#000;display:block;font-size:.875rem;font-weight:700;margin-left:15px}.light-theme .service-session-card .session-user .vechicle-model span:last-child{color:#a0a0a0;font-size:.75rem;margin-top:5px}.light-theme .service-session-card .service-details-date{align-items:center;border-bottom:2px solid #eaeaea;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;padding-bottom:20px}.light-theme .service-session-card .service-details-date span.service-state{border-radius:5px;display:block;font-size:.6875rem;padding:10px;text-align:center;width:95px}.light-theme .service-session-card .service-details-date span.service-state.state-completed{background-color:rgba(39,174,96,.2);color:#28d671}.light-theme .service-session-card .service-details-date span.service-state.state-pending{background-color:rgba(245,176,65,.15);color:#f5b041}.light-theme .service-session-card .service-details-date span.service-date{color:#757575;font-size:.6875rem;font-weight:700}.light-theme .service-session-card h5{align-items:center;display:flex;justify-content:flex-end}.light-theme .service-session-card h5 span:first-child{color:#757575;font-size:.75rem;font-weight:700;margin-right:5px}.light-theme .service-session-card h5 span:last-child{color:#000;font-size:.75rem}.light-theme .service-session-card .session-id{align-items:center;color:#000;display:flex;font-size:.8125rem;height:30px;justify-content:space-between;margin-bottom:20px}.light-theme .service-session-card .session-id button{background-color:#ca3333;border:0;border-radius:5px;color:#fff;font-size:.625rem;padding:8px 16px}.light-theme .service-session-details{margin-bottom:20px;padding:0 15px}.light-theme .service-session-details .service-session-details-vin-active span:first-child{border-right:1.5px solid #ddd;margin-right:5px;padding-right:5px}.light-theme .service-session-details .active-service-session-details{background-color:#ecf9f2;border:2px solid #20844a;border-radius:10px;padding:15px}.light-theme .service-session-details .active-service-session-details .service-session-id-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.light-theme .service-session-details .active-service-session-details .service-session-id-details span{color:#000;font-family:facto-bold;font-size:.8125rem}.light-theme .service-session-details .active-service-session-details .service-session-id-details button{background-color:#ca3333;border:0;border-radius:5px;color:#fff;font-size:.8125rem;padding:8px 16px;transition:all .3s ease}.light-theme .service-session-details .active-service-session-details .service-session-id-details button:hover{box-shadow:0 0 10px rgba(0,0,0,.4)}.light-theme .service-session-details .active-service-session-details .service-session-id-details button:active{display:block}.light-theme .service-session-details .active-service-session-details .vehicle-content{display:flex}.light-theme .service-session-details .active-service-session-details .vehicle-content .current-car-img{background-color:#fff;border:1px solid #ddd;border-radius:15%;height:40px;overflow:hidden;padding:10px;position:relative;width:40px}.light-theme .service-session-details .active-service-session-details .vehicle-content .current-car-img img{display:block;height:90%;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.light-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content{padding-left:10px}.light-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span{color:#000;display:block}.light-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span:first-child{font-family:facto-bold;font-size:.875rem}.light-theme .service-session-details .active-service-session-details .vehicle-content .vehicle-model-content span:last-child{font-size:.75rem;margin-top:5px}.light-theme .service-session-details h3{color:#000;font-size:1rem;margin-bottom:10px}.light-theme .service-session .slick-dots{display:none!important}.light-theme .existing-service h3{color:#000;font-size:1rem;margin-bottom:10px;margin-top:10px;padding:0 15px}.light-theme .service-time{display:flex;height:35px;justify-content:space-between;margin-top:10px;width:100%}.light-theme .service-time .start-time:last-child span:last-child{text-align:right}.light-theme .service-time .service-pending{align-items:center;background-color:#e8e8e8;border-radius:10px;box-shadow:0 0 3x rgba(0,0,0,.4);display:flex;height:15px;justify-content:center;overflow:hidden;position:relative;width:100%}.light-theme .service-time .service-pending .service-pending-percentage{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-color:#f5b041;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:20px 20px;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:60%}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.light-theme .service-time .service-pending span{font-family:facto-bold;font-size:.625rem;margin-bottom:0!important;position:relative}.light-theme .service-time span{color:#000;display:block;font-size:.8125rem}.light-theme .service-time span:first-child{color:#444;font-family:facto-bold;margin-bottom:5px}.light-theme .vehicle-img{display:flex;justify-content:space-between}.light-theme .vehicle-img .service-active-content{display:flex}.light-theme .vehicle-img .service-active-content>div{margin-left:15px}.light-theme .vehicle-img .service-active-content>div span{color:#000;display:block;font-size:.875rem;text-align:center;text-align:right}.light-theme .vehicle-img .service-active-content>div span:first-child{font-family:facto-bold}.light-theme .vehicle-img .service-active-content>div span:last-child{margin-top:5px}.light-theme .timer-session{font-size:1rem!important}.light-theme .stack-integration{background:#fff;margin:20px;padding:15px}.light-theme .stack-integration .page-title{margin:0 0 20px;text-align:center}.light-theme .stack-integration-col{display:flex;flex-wrap:wrap;margin:0 -1%}.light-theme .stack-integration-col .stack-integration-box{background:#f4f4f4;border-radius:10px;margin:0 1%;padding:20px;width:31.3%}.light-theme .stack-integration-col .stack-integration-box h2{font-size:1.0625rem;text-align:center}.light-theme .stack-integration-col .stack-integration-box ul{list-style:none}.light-theme .stack-integration-col .stack-integration-box ul li{margin-bottom:15px}.light-theme .stack-integration-col .stack-integration-box ul li:last-child{margin-bottom:0}.light-theme .stack-integration-col .stack-integration-box ul li>span{font-size:.875rem}.light-theme .stack-integration-col .stack-integration-box ul li .stack-value{background-color:#000;margin-top:5px;padding:5px 10px 7px}.light-theme .stack-integration-col .stack-integration-box ul li .stack-value span{color:#60ff35;font-size:.75rem}.light-theme .stack-table-dtc{background:#f4f4f4;border-radius:10px;margin:0 1%;padding:20px;width:64.7%}.light-theme .stack-table-dtc h2{font-size:1.125rem;text-align:center}.light-theme .stack-table-dtc table{border-collapse:collapse;width:100%}.light-theme .stack-table-dtc table thead{background-color:#000}.light-theme .stack-table-dtc table thead td{color:#fff}.light-theme .stack-table-dtc table td{font-size:.875rem;padding:15px}.light-theme .stack-table-dtc table tbody tr:nth-child(odd){background-color:#eef5ff}.light-theme .stack-table-dtc table tbody tr:nth-child(2n){background-color:#fff}.light-theme .stack-table-dtc .param-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:block;height:20px;margin:20px auto 0;padding:0;width:20px}.light-theme .vehicle-info-primary-stack{display:flex;flex-wrap:wrap;list-style:none;margin:0 auto 30px;max-width:1000px}.light-theme .vehicle-info-primary-stack li{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);margin:0 0 20px;padding:10px;position:relative;width:100%}.light-theme .vehicle-info-primary-stack li img{height:25px;left:10px;position:absolute;top:10px;width:25px}.light-theme .vehicle-info-primary-stack li span{display:block;font-size:.8125rem;padding-left:35px}.light-theme .vehicle-info-primary-stack li span.info-title{color:#5f5f5f;font-family:Facto-bold,sans-serif;font-size:.6875rem;margin-bottom:5px}.light-theme .vehicle-info-primary-stack li span .param-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;height:20px;margin:10px 0 0;padding:0;width:20px}.light-theme .dtc-clear{display:flex;justify-content:flex-end}.light-theme .dtc-clear button{align-items:center;background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:.8125rem;margin-left:8px;padding:8px 16px}.light-theme .dtc-clear button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px;width:18px}.light-theme .dtc-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.light-theme .details-section{align-items:flex-start;background-color:#fff;display:flex;flex-wrap:wrap;min-height:calc(100vh - 61px);padding:10px}.light-theme .details-section .select-values-col{display:flex;flex-wrap:wrap;width:30%}@media(max-width:1024px){.light-theme .details-section .select-values-col{margin-bottom:20px;width:100%}}.light-theme .details-section .select-values-col .select-col{background:linear-gradient(90deg,hsla(207,8%,77%,.7),#e5e8e9 50%,hsla(207,8%,77%,.7));box-shadow:0 0 20px rgba(0,0,0,.4);margin:0 10px;width:calc(50% - 20px)}@media(max-width:550px){.light-theme .details-section .select-values-col .select-col{margin:0 0 15px;width:100%}.light-theme .details-section .select-values-col .select-col:last-child{margin-bottom:0}}.light-theme .details-section .select-values-col .select-col h3{background:linear-gradient(90deg,#e96f3b,#ef956d 50%,#e96f3b);color:#fff;font-size:1rem;padding:10px;text-align:center}.light-theme .details-section .select-values-col .select-col h3 span{border-bottom:2px solid #fff;display:inline-block;padding-bottom:2px}.light-theme .details-section .select-values-col .select-col ul{list-style:none;padding:10px}.light-theme .details-section .select-values-col .select-col ul li{background:linear-gradient(45deg,#484848,#7e7e7e);border:1px solid #34497d;border-radius:10px 0;color:#fff;font-size:.875rem;margin-bottom:10px;padding:10px}@media(max-width:1100px){.light-theme .details-section .select-values-col .select-col ul li{font-size:.8125rem}}.light-theme .details-section .select-values-col .select-col ul li.select-active{background:linear-gradient(45deg,#233668,#4363b3)}.light-theme .information-values-col{width:70%}@media(max-width:1024px){.light-theme .information-values-col{width:100%}}.light-theme .information-values-col .info-tab{display:flex;flex-direction:column;margin-bottom:15px}.light-theme .information-values-col .info-tab .infotab-title{background:linear-gradient(45deg,#ffa38c,#ffe3dd);border:4px double #000;border-bottom:0;font-size:.75rem;height:30px;padding:5px 10px}.light-theme .information-values-col .ecu-info{background-color:#d9d9d9;border:4px double #000;display:flex;flex-wrap:wrap;padding:10px 0}.light-theme .information-values-col .ecu-info .ecu-col{display:flex;flex-wrap:wrap;margin:0 10px;width:calc(50% - 20px)}@media(max-width:767px){.light-theme .information-values-col .ecu-info .ecu-col{margin:0;padding:0 10px;width:100%}}.light-theme .information-values-col .ecu-info .ecu-col ul{list-style:none;width:100%}.light-theme .information-values-col .ecu-info .ecu-col ul li .ecu-title{display:inline-block;font-size:.8125rem;margin-bottom:5px;width:230px}@media(max-width:1024px){.light-theme .information-values-col .ecu-info .ecu-col ul li .ecu-title{width:190px}}.light-theme .information-values-col .ecu-info .ecu-col ul li .ecu-value{display:inline-block;font-size:.8125rem;margin-bottom:5px;width:calc(100% - 230px)}.light-theme .information-values-col .ecu-info .ecu-latest-update{margin-top:10px}.light-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-title{background:linear-gradient(1turn,#093a6b,#145ca4);border:4px double #000;border-bottom:0;color:#fff;padding:8px;text-align:center}.light-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-title h2{font-size:.8125rem;font-weight:300}.light-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-value{background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;color:#fff;padding:8px;text-align:center}.light-theme .information-values-col .ecu-info .ecu-latest-update .ecu-latest-update-value h3{color:#626262;font-size:.75rem;font-weight:300}.light-theme .info-tab-col{display:flex;flex-wrap:wrap;margin:0 -10px}@media(max-width:550px){.light-theme .info-tab-col{margin:0}}.light-theme .info-tab-col .info-tab{margin:0 10px;width:calc(50% - 20px)}@media(max-width:550px){.light-theme .info-tab-col .info-tab{margin:0 0 15px;width:100%}.light-theme .info-tab-col .info-tab:last-child{margin-bottom:0}}.light-theme .info-tab-col .flashing-sequence{align-items:center;background-color:#d9d9d9;border:4px double #000;display:flex;flex:1 1;padding:10px}.light-theme .info-tab-col .flashing-sequence ul{list-style:none;padding:0 10px}.light-theme .info-tab-col .flashing-sequence ul li{font-size:.8125rem}.light-theme .flashing-bar{display:flex;position:relative;width:100%}.light-theme .flashing-bar .bar-middle{background:linear-gradient(0deg,#848484,#a5a5a5 50%,#848484);height:40px;position:relative;width:100%}.light-theme .flashing-bar .bar-middle .bar-progress-meter{background:linear-gradient(180deg,#dc7e1a 10%,#fbeede 30%,#ecac64 70%);display:inline-block;height:100%;position:absolute;width:60%}.light-theme .flashing-bar .bar-start{height:42px;left:-5px;position:absolute;z-index:1}.light-theme .flashing-bar .bar-start img{height:100%}.light-theme .flashing-bar .bar-end{height:42px;position:absolute;right:0}.light-theme .flashing-bar .bar-end img{height:100%}.light-theme .deatils-bottom-nav{background:linear-gradient(180deg,#974024,#ec683e);border:1px solid #000;min-height:61px;padding:2px}.light-theme .deatils-bottom-nav ul{border:1px solid #000;display:flex;flex-wrap:wrap;list-style:none;padding:5px}.light-theme .deatils-bottom-nav ul li{align-items:center;background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;color:#000;display:flex;font-size:.8125rem;justify-content:center;margin:0 5px;padding:10px;text-align:center;width:calc(16.66% - 10px)}@media(max-width:1100px){.light-theme .deatils-bottom-nav ul li{font-size:.6875rem}}@media(max-width:767px){.light-theme .deatils-bottom-nav ul li{margin-bottom:5px;width:calc(33.33% - 10px)}}@media(max-width:550px){.light-theme .deatils-bottom-nav ul li{width:calc(50% - 10px)}}.light-theme .deatils-bottom-nav ul li.deatails-active{background:linear-gradient(1turn,#093a6b,#145ca4);color:#fff}.light-theme .payload-tab{background-color:#d9d9d9;border:4px double #000;padding:10px 0;width:100%}.light-theme .payload-tab .payload-tab-each .payload-each{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:10px}.light-theme .payload-tab .payload-tab-each .payload-each label{font-size:.8125rem;margin:0 10px;width:240px}@media(max-width:767px){.light-theme .payload-tab .payload-tab-each .payload-each label{margin-bottom:5px;width:100%}}.light-theme .payload-tab .payload-tab-each .payload-each .package-input{display:flex;margin:0 10px;width:calc(100% - 280px)}@media(max-width:767px){.light-theme .payload-tab .payload-tab-each .payload-each .package-input{width:100%}}.light-theme .payload-tab .payload-tab-each .payload-each .package-input input{background:linear-gradient(0deg,#979797,#fefefe);border:4px double #000;padding:10px;width:calc(100% - 200px)}.light-theme .payload-tab .payload-tab-each .payload-each .package-input button{background:linear-gradient(1turn,#093a6b,#145ca4);border:4px double #000;color:#fff;cursor:pointer;padding:10px;width:200px}.light-theme .payload-tab .payload-tab-each .start-flashing{display:flex;justify-content:flex-end;padding:0 10px}.light-theme .payload-tab .payload-tab-each .start-flashing button{background:linear-gradient(0deg,#974024,#ec683e);border:4px double #000;color:#fff;cursor:pointer;font-size:.75rem;padding:8px 10px;width:calc(100% - 260px)}@media(max-width:767px){.light-theme .payload-tab .payload-tab-each .start-flashing button{width:100%}}.light-theme .vin-connection h4{background:#fff;color:#000;font-size:1rem;margin-bottom:20px;text-align:center}.light-theme .vin-connection form{background:#fff;display:flex;flex-direction:column;flex-wrap:wrap}.light-theme .vin-connection form div{color:#ca3333;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px;text-align:center}.light-theme .vin-connection form label{color:#fff;display:block;margin-bottom:15px;text-align:center;width:100%}.light-theme .vin-connection form input{background:transparent;border:0;border-bottom:2px solid #000;color:#000;font-size:.75rem;margin:0 auto 15px;max-width:300px;padding:10px 10px 10px 0;text-align:center;width:100%}.light-theme .vin-connection form input::-webkit-input-placeholder{color:#000}.light-theme .vin-connection form input::placeholder{color:#000}.light-theme .vin-connection form a,.light-theme .vin-connection form button{background:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:inline-block;font-family:facto-bold;font-size:.75rem;left:50%;padding:10px 20px;position:relative;text-align:center;text-decoration:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease;width:300px}.light-theme .vin-connection form a:hover,.light-theme .vin-connection form button:hover{background:#3e66b0;color:#fff}.light-theme .connection-change{background:none;color:#000;color:#fff;cursor:pointer;display:block;font-family:Facto-bold;font-size:.8125rem;text-align:center;text-decoration:underline;width:100%}.light-theme .vci-connection h4{color:#000;font-size:1.125rem;text-align:center}.light-theme .vci-connection img{display:none;left:50%;max-width:120px;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.light-theme .vci-model-box{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#fff;border:1px solid hsla(0,0%,100%,.18);border-radius:30px;border-radius:10px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);max-width:100%;padding:34px;position:relative;width:90%}.light-theme .vci-model-box .connection-change{color:#000;padding:20px}.light-theme .vin-connection.vci-model-box{background:#fff;max-width:100%}.light-theme .usb-detection{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.light-theme .usb-detection svg{height:28px;width:28px}.light-theme .usb-detection path{fill:#000;stroke:#000}.light-theme .usb-detection circle,.light-theme .usb-detection line,.light-theme .usb-detection rect{stroke:#000}.light-theme .search-detection{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.light-theme .search-detection img{height:28px;width:28px}.light-theme .search-detection path{fill:#000;stroke:#000}.light-theme .search-detection circle,.light-theme .search-detection line,.light-theme .search-detection rect{stroke:#000}.light-theme .establish-conneciton{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:flex;justify-content:center;margin:20px auto 0;max-width:210px;padding:10px 15px;transition:all .3s}.light-theme .establish-conneciton:disabled{cursor:not-allowed;opacity:.5}.light-theme .establish-conneciton svg{height:16px;margin-right:10px;width:16px}.light-theme .establish-conneciton svg path{fill:#fff;stroke:#fff}.light-theme .establish-conneciton span{background:none;font-size:.8125rem}.light-theme .vin-connection{border-radius:10px;padding:30px}.light-theme .vci-detected .vci-detector-loader{align-items:center;color:#000;display:flex;justify-content:center}.light-theme .vci-detected .vci-detector-loader span.mini-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;padding:0;width:20px}.light-theme .vci-detected .vci-detector-loader .vci-error-text{color:red}.light-theme .select-empty{margin:0 auto;max-width:500px}.light-theme .select-empty img{display:block;margin:0 auto}.light-theme .select-empty h4{color:#6e6e6e;font-size:.9375rem;margin:20px 0}.light-theme .dropdown-container{border:0}.light-theme .dropdown-container:focus-within{border-color:transparent;box-shadow:0 0 0 0}.light-theme .actuator-testing .multi-select-container{border:0}.light-theme .multi-select-container{border:1px solid #ddd;border-radius:5px!important;padding:3px -1px}.light-theme .multi-select-container .dropdown-container{background-color:transparent;border:0!important}.light-theme .multi-select-container .dropdown-container:focus-within{border:0!important;box-shadow:0 0 0!important}.light-theme .multi-select-container .dropdown-heading-value span{color:#000;font-size:.8125rem}.light-theme .vci-details{color:#000}.light-theme .vci-details span{display:block;font-size:.875rem;margin:7px 0;text-align:center}.light-theme .vci-details span.interface-name{border-top:1px solid #ddd;margin-top:20px;padding-top:20px}.light-theme .vci-details span b{font-family:Facto-bold,sans-serif}.light-theme .side-bar{background:#f5f5f5;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);transition:all .3s ease;width:255px;z-index:999}@media(max-width:1100px){.light-theme .side-bar{height:100vh;overflow:inherit;position:fixed;top:10px;width:230px!important}.light-theme .side-bar:before{background:rgba(0,0,0,.502);content:"";height:100vh;position:fixed;width:100%}.light-theme .side-bar.sidebar-collapsed ul li{justify-content:flex-start}.light-theme .side-bar.sidebar-collapsed ul li a{align-items:center;cursor:pointer;display:flex;margin-bottom:5px;padding:4px 10px;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.light-theme .side-bar.sidebar-collapsed ul li a span{display:inline-block;font-size:.75rem;opacity:1;visibility:visible;white-space:nowrap;width:calc(100% - 26px)}}.light-theme .side-bar>ul{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;flex-direction:column;height:100%;list-style:none;overflow-x:hidden;overflow-y:auto;padding:20px 0 0;position:relative}@media(max-width:1100px){.light-theme .side-bar>ul{overflow-x:hidden;width:100%}}.light-theme .side-bar>ul .Active_Sidebar{background-color:#3e66b0}.light-theme .side-bar>ul .Active_Sidebar img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.light-theme .side-bar>ul .Active_Sidebar span{color:#fff}.light-theme .side-bar>ul .cursor_not_allowed{cursor:not-allowed}.light-theme .side-bar>ul li{width:100%}.light-theme .side-bar>ul li:last-child a{margin-bottom:0}.light-theme .side-bar>ul li.vehicle-info-side a{padding:7px}.light-theme .side-bar>ul li a{align-items:center;color:#000;cursor:pointer;display:flex;padding:8px 10px;position:relative;text-decoration:none;transition:all .3s ease}.light-theme .side-bar>ul li a span{color:#000;display:inline-block;font-size:.75rem;transition:visibility 0s,opacity .6s linear;white-space:nowrap;width:calc(100% - 26px)}.light-theme .side-bar>ul li a img,.light-theme .side-bar>ul li a svg{-webkit-filter:brightness(0) invert(0);filter:brightness(0) invert(0);height:35px;margin-left:5px;margin-right:10px;opacity:1;transition:all .3s ease;width:35px}@media(max-width:1100px){.light-theme .side-bar>ul li a img,.light-theme .side-bar>ul li a svg{height:32px;width:32px}}.light-theme .side-bar>ul li a.vehicle-info-side a{padding:6px}.light-theme .side-bar>ul li a:hover{background:rgba(62,102,176,.22)}.light-theme .side-bar>ul li a:hover img,.light-theme .side-bar>ul li a:hover svg:hover{fill:red}.light-theme .side-bar>ul li a.active{background:#3e66b0}.light-theme .side-bar>ul li a.active span{color:#fff}.light-theme .side-bar>ul li .cursor_not_allowed{cursor:not-allowed}.light-theme .side-bar .side-bar-arrow{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3);cursor:pointer;display:flex;height:25px;justify-content:center;padding:5px;position:absolute;right:-15px;transition:all .3s ease;width:25px;z-index:1}@media(max-width:1100px){.light-theme .side-bar .side-bar-arrow{display:none}}.light-theme .side-bar .side-bar-arrow:hover{background-color:#e26935}.light-theme .side-bar .side-bar-arrow:hover svg path{fill:#fff}.light-theme .side-bar .side-bar-arrow svg path{fill:#424242}.light-theme .side-bar.sidebar-collapsed .list-head{padding:0 10px}.light-theme .side-bar.sidebar-collapsed .side-bar-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.light-theme .sidebar-active .side-bar{width:50px}.light-theme .sidebar-active .side-bar li{align-items:center;display:flex;justify-content:center}.light-theme .sidebar-active .side-bar img{height:35px;margin-left:0;margin-right:0;width:35px}.light-theme .sidebar-active .side-bar span{opacity:0;overflow:hidden;visibility:hidden;width:0}.light-theme .sidebar-active .side-bar a{height:50px;width:45px}.light-theme .sidebar-active .side-bar a:before{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.4);color:#000;content:attr(data-content);font-size:.6875rem;font-weight:600;left:47px;padding:12px 10px;transition:visibility 0s,opacity .3s linear;width:-webkit-max-content;width:max-content}.light-theme .sidebar-active .side-bar a:after,.light-theme .sidebar-active .side-bar a:before{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden;z-index:9}.light-theme .sidebar-active .side-bar a:after{border-bottom:6px solid transparent;border-right:8px solid #fff;border-top:6px solid transparent;content:"";height:0;left:39px;transition:visibility 0s,opacity .2s linear;width:0}.light-theme .sidebar-active .side-bar a:hover:after,.light-theme .sidebar-active .side-bar a:hover:before{opacity:1;visibility:visible}.light-theme .siderbar-icon-size{-webkit-filter:invert(0);filter:invert(0);margin-right:10px;min-height:25px;min-width:25px}.light-theme .siderbar-summary{background-position:1.5px -42px}.light-theme .siderbar-devlivery{background-position:2px -77px}.light-theme .siderbar-measurement{background-position:1px -107px}.light-theme .siderbar-sensor{background-position:1px -139px}.light-theme .siderbar-flashing{background-position:1px -175px}.light-theme .siderbar-diagnostics{background-position:1px -211px}.light-theme .siderbar-session{background-position:0 -250px}.light-theme .siderbar-routine,.light-theme .siderbar-testing{background-position:1.5px -311px}.light-theme .siderbar-config{background-position:0 -288px}.light-theme .close-sidebar{cursor:pointer;display:none}@media(max-width:1100px){.light-theme .close-sidebar{align-items:center;background:#fff;border-radius:0 5px 5px 0;display:flex;height:60px;justify-content:center;padding:7px;position:absolute;right:-24px;top:10px;width:25px}.light-theme .close-sidebar img{-webkit-filter:invert(0);filter:invert(0)}}.light-theme .list-head{align-items:center;display:flex;font-family:facto-bold;justify-content:space-between;margin-bottom:15px;padding:0 8px 0 12px;width:100%}.light-theme .list-head span{color:#000;font-family:facto-bold;font-size:20px;opacity:1;white-space:nowrap}.light-theme .list-head ul{cursor:pointer;list-style:none}.light-theme .list-head ul li{background-color:#000;height:2px;margin-bottom:3px;margin-right:3px;width:14px}.light-theme .list-head ul li:last-child{margin-bottom:0}.light-theme .sidebar-active .list-head{justify-content:center}.light-theme .sidebar-active .list-head span{display:none;opacity:0;transition-delay:.2s}.light-theme .tab-view-design{border-radius:10px;margin:0 auto;overflow:hidden;width:100%}.light-theme .tab-view-design .sub-tab{box-shadow:0 0 40px rgba(0,0,0,.15)}.light-theme .tab-icons ul{background:#fff;box-shadow:0 5px 5px -5px rgba(0,0,0,.3);display:flex;list-style:none;margin-bottom:5px;padding:20px}.light-theme .tab-icons ul li{cursor:pointer;font-size:1rem;margin:0 3px;padding:10px;text-align:center;transition:all .3s ease;width:16.6%}.light-theme .tab-icons ul li.active-tab,.light-theme .tab-icons ul li:hover{background-color:#fff;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.4);color:#fff}.light-theme .sub-tab-container{display:flex;min-height:calc(100vh - 150px)}.light-theme .sub-tab-container .sub-tab-title{cursor:pointer;display:flex;width:200px}.light-theme .sub-tab-container .sub-tab-title ul{background-color:#fff;border-right:2px solid #e5e5e5;list-style:none;width:100%}.light-theme .sub-tab-container .sub-tab-title ul li{background-color:#fff;padding-right:45px;position:relative}.light-theme .sub-tab-container .sub-tab-title ul li span.data-heading{color:#000;display:inline-block;font-size:.75rem;padding:15px;position:relative}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view{background-color:#3e66b0;height:55px}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view:before{border-bottom:7px solid transparent;border-left:7px solid #3e66b0;border-top:7px solid transparent;content:"";height:0;position:absolute;right:-7px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.data-heading{color:#fff;padding-right:20px;top:6px}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error{background-color:#fff;box-shadow:0 0}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error svg{height:18px;width:18px}.light-theme .sub-tab-container .sub-tab-title ul li.active-tab-view span.ecu-error svg path{fill:#000}.light-theme .sub-tab-container .sub-tab-title ul li span.ecu-error{background:red;box-shadow:inset .2em .2em .2em 0 hsla(0,0%,100%,.5),inset -.2em -.2em .2em 0 rgba(0,0,0,.5),5px 5px 16px rgba(0,0,0,.4);height:24px;width:24px}.light-theme .sub-tab-container .sub-tab-title ul li .issue-mark,.light-theme .sub-tab-container .sub-tab-title ul li span.ecu-error{align-items:center;border-radius:50%;display:flex;justify-content:center;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light-theme .sub-tab-container .sub-tab-title ul li .issue-mark{background:#fff;border:2px solid #e74c3c;height:25px;width:25px}.light-theme .sub-tab-container .sub-tab-title ul li .issue-mark svg path{fill:#e74c3c}.light-theme .sub-tab-container .sub-tab-title ul li .success-mark{align-items:center;background:#fff;border:2px solid #20844a;border-radius:50%;display:flex;height:25px;justify-content:center;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px}.light-theme .sub-tab-container .sub-tab-title ul li .success-mark svg path{fill:#20844a}.light-theme .sub-tab-container .sub-tab-content-container{background:#f8f8f8;width:calc(100% - 200px)}.light-theme .sub-tab-container .sub-tab-content-container .sub-tab-content{padding:20px}.light-theme .ecu-filter{display:none;justify-content:flex-end;margin-top:30px;padding:0 15px}.light-theme .ecu-filter ul{display:flex;list-style:none}.light-theme .ecu-filter ul li{align-items:center;background:#878787;border-radius:5px;color:#fff;cursor:pointer;display:flex;margin-right:15px;padding:10px 20px}.light-theme .ecu-filter ul li.ecu-filter-active{background-color:#e26935}.light-theme .ecu-filter ul li span{font-size:.8125rem}.light-theme .ecu-filter ul li img{-webkit-filter:invert(1);filter:invert(1);height:18px;margin-right:10px;width:18px}.light-theme .clear-dtc{align-items:center;border:1px solid #c1c1c1;border-radius:5px;display:flex;justify-content:space-between;max-width:200%;overflow:auto;padding:10px}.light-theme .clear-dtc .left_btns_div button,.light-theme .clear-dtc .right_btns_div button{margin-right:10px}.light-theme .clear-dtc button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:150px}@media(max-width:1024px){.light-theme .clear-dtc button{width:150px}}.light-theme .clear-dtc button.re-scan{margin-left:240px}.light-theme .clear-dtc button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:1024px){.light-theme .dtc-identity li{padding-right:10px}}.light-theme .dtc-identity li.dtc-inactive span:first-child{background-color:#c7c8ca;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.light-theme .dtc-identity li.dtc-active span:first-child{background-color:#ed5d62;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.light-theme .dtc-identity li.dtc-pending span:first-child{background-color:#f5d349;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.light-theme .sidebar-bus1{min-width:200px}.light-theme .sidebar-bus1 .select_all{background-color:rgba(27,111,238,.071);margin-top:3px}.light-theme .sidebar-bus-list-dtc{height:86%}.light-theme .sidebar-bus-list-dtc label li input{accent-color:green}.light-theme .fault-manage-DTC{min-height:calc(100vh - 310px)}.light-theme .bus-code1{height:370px;margin-left:10px;overflow-x:hidden;overflow-y:auto;width:calc(100% - 200px)}.light-theme .bus-code1 .no-dtc-txt{align-items:center;color:#000;display:flex;height:100%;justify-content:center;width:100%}.light-theme .bus-code1 .bus-code-list li{margin-bottom:10px}.light-theme .bus-code1 .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.8125rem;margin-right:10px;max-height:40px;min-height:40px;min-width:100px;padding:10px 15px;transition:all .3s ease}.light-theme .bus-code1 .bus-code-list li span:last-child{max-height:40px;max-width:555px;min-height:40px;min-width:555px}.light-theme .bus-code1 .bus-code-list li span:last-child img{cursor:pointer;float:right;margin-left:10px;width:18px}@media(max-width:1024px){.light-theme .bus-code1 .bus-code-list li span:last-child{max-width:490px;min-width:440px}}.light-theme .bus-code1 .bus-code-list li.active-dtc-list span{background-color:#ed5d62;color:#fff}.light-theme .bus-code1 .bus-code-list li.in-active-dtc-list span{background-color:#c7c8ca;color:#8e6922}.light-theme .bus-code1 .bus-code-list li.pending-dtc-value span{background-color:#f5d349;color:#777}.light-theme .bus-code1 .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.light-theme .bus-code{max-height:400px}.light-theme .rescan-completed{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#3c763d}.light-theme .rescan-completed,.light-theme .rescan-warning{-webkit-animation:popup .3s ease-in-out;animation:popup .3s ease-in-out;font-size:.75rem;letter-spacing:1px;margin-top:3px;min-width:200px;padding:7px;text-align:center}.light-theme .rescan-warning{background-color:#fcf8e3;border:1px solid #faebcc;border-radius:10px;color:#8a6d3b}.light-theme .mini-loader-rescan{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;margin-left:20px;padding:0;width:12px}.light-theme .rescan-width{width:200px}.light-theme .dtc-snapshot{border:1px solid #ddd;border-radius:5px;margin:15px;min-height:calc(100vh - 370px);padding:10px;width:100%}.light-theme .dtc-snapshot img{cursor:pointer;float:right}.light-theme .dtc-snapshot .Snapshot .manual-table{color:#000}.light-theme .change_design{height:350px;padding:5px;width:100%}.light-theme .change_design img{cursor:pointer}.light-theme .change_design .pdf_con{background:#fcfcfc;box-shadow:0 0 3px #d3c5c5;display:flex;height:320px;padding:5px}.light-theme .change_design .pdf_con .pdf_left{font-size:14px;margin:10px;max-height:312px;min-width:312px;overflow-y:auto;width:100%}.light-theme .change_design .pdf_con .pdf_left .para_heading{color:#ef2400;font-size:15px;font-weight:900;margin-bottom:15px}.light-theme .change_design .pdf_con .pdf_left .para_heading span{border-bottom:2px solid #ef2400}.light-theme .change_design .pdf_con .pdf_left div{margin:5px}.light-theme .change_design .pdf_con .pdf_left div ul{font-size:13px;margin:8px 0}.light-theme .change_design .pdf_con .pdf_left div ul li{margin-left:17px}.light-theme .change_design .pdf_con .pdf_left div strong{border-bottom:1px solid #000}.light-theme .change_design .pdf_con .pdf_imgs .img_heading{font-size:14px}.light-theme .change_design .pdf_con .pdf_imgs .img_heading P{background:#e2dfdf;margin-bottom:8px;padding:10px}.light-theme .change_design .pdf_con .pdf_imgs .img_heading span{cursor:pointer;margin-right:10px;padding:10px}.light-theme .change_design .pdf_con .pdf_imgs .img_heading .activeHeading{border-bottom:4px solid #4646f1}.light-theme .change_design .pdf_con .pdf_imgs .img_div{border:2px solid #ddd;margin-top:10px;position:relative;text-align:center;width:330px}.light-theme .change_design .pdf_con .pdf_imgs .img_div img{cursor:pointer;height:212px}.light-theme .change_design .pdf_con .pdf_imgs .img_div .close_expand{display:flex;justify-content:end}.light-theme .change_design .pdf_con .pdf_imgs .img_div .close_expand img{cursor:pointer;height:20px;margin-right:5px;width:20px}.light-theme .change_design .pdf_expand_imgs .img_exp_heading{font-size:14px}.light-theme .change_design .pdf_expand_imgs .img_exp_heading div:first-child{background:#e2dfdf;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px}.light-theme .change_design .pdf_expand_imgs .img_exp_heading div:last-child span{cursor:pointer;margin-left:10px;padding:10px}.light-theme .change_design .pdf_expand_imgs .img_expand_div{margin-top:8px;max-height:275px;overflow-y:auto}.light-theme .toggle-icon-dtc{align-items:center;background:#ddd;border-radius:40px;display:flex;height:30px;justify-content:space-between;padding:0 5px;position:relative;width:70px}.light-theme .toggle-icon-dtc img{width:20px}.light-theme .toggle-icon-dtc:before{background:#eee;border-radius:50%;content:"";height:27px;left:3px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:27px}.light-theme .toggle-icon-Gudied{align-items:center;background:#ddd;border-radius:40px;display:flex;height:30px;justify-content:space-between;padding:0 5px;position:relative;width:70px}.light-theme .toggle-icon-Gudied img{width:20px}.light-theme .toggle-icon-Gudied:before{background:#eee;border-radius:50%;content:"";height:27px;left:40px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:27px}.light-theme .actuator-testing{background:#f5f5f5;border-radius:10px;padding:15px}.light-theme .select-parameters-list{display:flex;flex-wrap:wrap;justify-content:center}.light-theme .select-parameters-list .multi-select-container{margin:0 1%;max-width:400px;width:100%}.light-theme .select-parameters-list .multi-select-container .dropdown-container,.light-theme .select-parameters-list .multi-select-container .rmsc.multi-select{width:100%}.light-theme .select-parameters-list .multi-select-container select{background-color:#f5f5f5;border-color:#ddd;border-radius:5px;color:#000;cursor:pointer;font-size:14px;padding:5px;width:100%}.light-theme .actuator-testing-acc{align-items:center;display:flex;flex-wrap:wrap;margin-top:30px}.light-theme .actuator-testing-acc .actuator-each-testing{background:#f8f8f8;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:0 0 20px;padding:20px;width:100%}.light-theme .actuator-testing-acc .actuator-each-testing .actuator-title-testing{align-items:center;display:flex;justify-content:space-between}.light-theme .actuator-testing-acc .actuator-each-testing .actuator-title-testing button{background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;padding:10px 20px}.light-theme .actuator-testing-acc .actuator-each-testing .actuator-buttons{margin-top:20px}.light-theme .actuator-testing-acc .actuator-each-testing .actuator-buttons button{background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;margin-right:10px;padding:10px 20px}.light-theme .acutuator-testing-params{margin-top:30px}.light-theme .acutuator-testing-params table{width:100%}.light-theme .acutuator-testing-params table thead{background-color:#1b6fee;color:#fff;font-size:17px}.light-theme .acutuator-testing-params table thead td{padding:20px 10px}.light-theme .acutuator-testing-params table td{padding:10px;position:relative}.light-theme .acutuator-testing-params table td.action_col{width:300px}.light-theme .acutuator-testing-params table td button{background:#5cad5c;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;margin-right:10px;padding:10px 20px}.light-theme .acutuator-testing-params table td img{-webkit-animation:loader-table-rotate 2s linear infinite;animation:loader-table-rotate 2s linear infinite;display:none;width:20px}.light-theme .acutuator-testing-params table td img.show_img{display:inline-block}.light-theme .acutuator-testing-params table,.light-theme .acutuator-testing-params tr{border:1px solid #ddd;border-collapse:collapse}.light-theme .btn-disabled{cursor:no-drop!important;opacity:.3}.light-theme .btn-alert,.light-theme .btn-success{background:#ff4242!important}@keyframes loader-table-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .actuator-testing-box{align-items:center;background:#fff;border:1px solid #ddd;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;padding:10px}.light-theme .actuator-testing-box h4{color:#000}.light-theme .actuator-testing-box .testing_buttons{display:flex}.light-theme .actuator-testing-box .testing_buttons button{align-items:center;background:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:13px;justify-content:center;margin-left:10px;padding:10px 24px}.light-theme .Toastify__toast-body>div:last-child{font-size:13px}.light-theme .select-empty{align-items:center;display:flex;flex-direction:column;margin-top:20px}.light-theme .select-empty img{max-width:350px;opacity:.3}.light-theme .select-empty h4{text-align:center}.light-theme .watermark{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;height:100%;justify-content:center;left:0;overflow:hidden;padding:20px;position:absolute;top:0;width:100%;z-index:2}.light-theme .watermark div{background:none;position:relative}.light-theme .watermark img{-webkit-filter:invert(0);filter:invert(0);left:50%;margin:0 auto 20px;max-width:70px;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.light-theme .watermark h3{background:none;color:#f4f4f4;font-size:17px;text-align:center}.light-theme .watermark:before{-webkit-animation:loaderMove 2s linear infinite;animation:loaderMove 2s linear infinite;background-image:linear-gradient(180deg,#fefefe,#f0f0f0,#fefefe);height:80px;left:-80%;opacity:.6;position:absolute;top:50%;-webkit-transform:rotate(145deg);transform:rotate(145deg);width:100%}@keyframes loaderMove{0%{left:-80%}60%{left:70%}to{left:70%}}.light-theme .ecu-flashing-screen{background-color:#fff;border-radius:10px;padding:20px}.light-theme .ecu-flashing-screen .ecu-flashing-container{background:none;min-height:calc(100vh - 122px)}.light-theme .vehicle-software-level h2{color:#535353;font-size:.875rem;margin-bottom:10px}.light-theme .vehicle-software-level .current-software-details{align-items:center;background-color:#fff;background-image:linear-gradient(45deg,#e5e5e5,transparent);border-radius:10px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 80px 20px 20px;width:100%}.light-theme .vehicle-software-level .current-software-details .current-software-content h4{color:#000;font-size:.9375rem}.light-theme .vehicle-software-level .current-software-details .current-software-content h3{color:#2d85a9;font-size:1.25rem;margin:12px 0}.light-theme .vehicle-software-level .current-software-details .current-software-content h5{color:#535353;font-family:facto,sans-serif;font-size:.875rem;margin-bottom:20px}.light-theme .vehicle-software-level .current-software-details .current-software-content h5 span{color:#000;font-family:Facto-bold,sans-serif}.light-theme .vehicle-software-level .current-software-details .current-software-content button{background:radial-gradient(circle,#000 30%,#656565 101%);border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto-bold;font-size:16px;margin-right:15px;padding:14px 50px;transition:all .3s}.light-theme .vehicle-software-level .current-software-details .current-software-content button.flash-vehicle{background:radial-gradient(circle,#1b6fee 30%,#004bbc 101%);color:#fff}.light-theme .vehicle-software-level .current-software-details .current-software-content button:disabled{cursor:not-allowed;opacity:.2}.light-theme .vehicle-software-level .current-software-details .current-software-logo img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.1;width:170px}.light-theme .ecu-software-level{margin-top:20px}.light-theme .ecu-software-level .ecu-software-level-head h2{align-items:center;background:#cecece;border-radius:10px 10px 0 0;display:flex;padding:10px}.light-theme .ecu-software-level .ecu-software-level-head h2 img{-webkit-filter:invert(0);filter:invert(0);opacity:.7;width:35px}.light-theme .ecu-software-level .ecu-software-level-head h2 span{color:#444;font-size:1.125rem;margin-left:5px}.light-theme .ecu-software-level .ecu-software-level-head h2 span.mini-loader{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#000 transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;margin-left:20px;padding:0;width:20px}.light-theme .ecu-software-level .flashing-container h2{border-bottom:1px solid #4d4d4d;color:#4d4d4d;font-size:1.0625rem;margin-bottom:20px;padding-bottom:10px}.light-theme .ecu-software-level .flashing-container>ul{list-style:none}.light-theme .ecu-software-level .flashing-container>ul:last-child>li:before{display:none}.light-theme .ecu-software-level .flashing-container>ul>li{display:flex;flex-wrap:wrap;position:relative}.light-theme .ecu-software-level .flashing-container>ul>li:before{background-color:#000;content:"";height:100%;left:5px;position:absolute;top:0;width:1.5px;z-index:0}.light-theme .ecu-software-level .flashing-container>ul>li>div{display:flex;padding-bottom:10px;position:relative}.light-theme .ecu-software-level .flashing-container>ul>li>div span:first-child{align-items:center;background:#000;color:#fff;cursor:pointer;display:flex;font-size:16px;height:12px;justify-content:center;margin-right:7px;position:relative;width:12px}.light-theme .ecu-software-level .flashing-container>ul>li>div span:first-child.collapse-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH+SURBVHic7do7jlxFFIDhHxwQGEREgDy2sCBgB6wBg+zJnLAFhq1ASICECMmwzVqcDUh+xfbYkd3GwUVCSEzfwt3Tt1v6PukEI50pVelUl+pxCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYhXc2/P9r1a3qq+qT6qi6vGGbrPeielj9Wd2rfqse7LoTV6ofq1fVX2LRWFW/Nv0Ad+K4OrugwYi3j2fVzTV124rvmmbc0oMV/x2r6uTc6m3oOMU/hFj1P1aC0U3gUXW/en+0YRZ1Vn1ePZ5LvDTY4PfVF5v0iJ16r/qwujuXOLICXKtOG58s7IdV08ng4bqkdwcaOk7xD9GlpjuatUYmwJeb94WF3JhLGJkAn22hIyzj07mEkT3AWXb/h+p59cG6hJEVgMP1ei5hZALMniXZW7O1G5kAp1voCMuYrd3IBPh9Cx1hGffmEkY2gVerP3IXcGheVdfbwkXQg+rnLXSI3fqpmeLX+GPQlabHoLVHCvbGs6bHoCdziaPHwEfV7ab7Zfbb6+qbBor/Nk7yTcA+x6r69tzqbcnNpiVm6cGKf8fT6us1dduqj6ofqpcXOCAxFqvql+rjtRU7x6afhR/1z2fh1//+27vBxXretLs/bbqjudPAbh8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWNYbveD4DzgB4lEAAAAASUVORK5CYII=)}.light-theme .ecu-software-level .flashing-container>ul>li>div span:first-child.expand-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADBQAAAwUB9HHXlgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANnSURBVHic7d3LalNBAMbx/4kgmFiw3QiKLQi6cGdr1RewvpILoeJWUIortwUR6RNYfAAvNPVSwQsIYgUXgomRCC4SF9NAKR6l5swZM9/3g9n0Mkw4/yQn7eEMaFgEVoAtoAsMS0Z352dWgIUkK7VKzQBrwIDyg142BsB9YLr2VVsl5oB37P/A7x1vgdma125jOgw8Z/yDPxqbQLPWR2BjuU51B380lmt9BPbPWkCP6gP4RoavAo3UC4jgMuEtoGpTwFKEeZPKMYCYH9/mI86dRI4BHI0497GIcyeRYwAHJ3TuJHIMwPbBAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiCtKvt4i3HX7LHCcOHffjuU8YbeQGD4ATyLNHcN3YJuw4cUDoP+3X2gRNluIcb99j7SjB1zjD3sezFHtNise/+d4xq49kEZvATPAI+AUpuA9cAH4MjoJvIMPvpKTwG0IrwCLwGPKTwgtT0Ng8QBwhfByYFoKoF8Ar4AziRdjaWwVhO3QplKvxJLoFoT3AhPlPwWLcwDiHIA4ByDOAYhrED4GmqZOA/iYehWWzHYDeJh6FZbMekHYbv0p/meQmiFwrgFsAGuJF2P1uwe0R8/6acIFIafTrcdq9Aa4yM5JIMBX4BLhciHLW5twrDu/+2YTWCZ8NEx97ZpHtaMLXAUOsUvZiV8TWCJcFn4CXxY+MmmXhfcIl4W3gXXgR9rl1GOVeM+i1RofRy38p2BxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQFyOAfyc0LmTyDGAzxHn/hRx7iRyDGBjQue2ijSJs99Blz332s9Bjq8AfeBmhHlvIHK//Ry0gE2qe/ZvkOGzP3ezhM2Rxj34rwm7ptgEmiZsjzZg/wd+ANwFjtS+aqvcAnALeEnYLavsoHeAF4RziPkkK63ZL1SLdRf1P6VZAAAAAElFTkSuQmCC)}.light-theme .ecu-software-level .flashing-container>ul>li>div span:first-child:before{background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(1);filter:invert(1);height:6px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.light-theme .ecu-software-level .flashing-container>ul>li>div span:last-child{color:#000;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.875rem}.light-theme .ecu-software-level .flashing-container>ul>li>ul{display:none;list-style:none;margin-left:60px;position:relative;width:100%}.light-theme .ecu-software-level .flashing-container>ul>li>ul.toggle-show{display:block!important}.light-theme .ecu-software-level .flashing-container>ul>li>ul:before{background-color:#000;content:"";height:15px;left:-15px;position:absolute;top:-8px;width:1.5px}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li{position:relative}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li:before{background-color:#000;content:"";height:100%;left:-15px;position:absolute;top:6px;width:1.5px;z-index:0}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li:after{background-color:#000;content:"";height:1.5px;left:-15px;position:absolute;top:5px;width:17px;z-index:0}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li:last-child:before{display:none}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div{display:flex;padding-bottom:10px;position:relative}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span{position:relative}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child{align-items:center;background:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:12px;justify-content:center;margin-right:7px;width:12px}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child.collapse-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH+SURBVHic7do7jlxFFIDhHxwQGEREgDy2sCBgB6wBg+zJnLAFhq1ASICECMmwzVqcDUh+xfbYkd3GwUVCSEzfwt3Tt1v6PukEI50pVelUl+pxCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYhXc2/P9r1a3qq+qT6qi6vGGbrPeielj9Wd2rfqse7LoTV6ofq1fVX2LRWFW/Nv0Ad+K4OrugwYi3j2fVzTV124rvmmbc0oMV/x2r6uTc6m3oOMU/hFj1P1aC0U3gUXW/en+0YRZ1Vn1ePZ5LvDTY4PfVF5v0iJ16r/qwujuXOLICXKtOG58s7IdV08ng4bqkdwcaOk7xD9GlpjuatUYmwJeb94WF3JhLGJkAn22hIyzj07mEkT3AWXb/h+p59cG6hJEVgMP1ei5hZALMniXZW7O1G5kAp1voCMuYrd3IBPh9Cx1hGffmEkY2gVerP3IXcGheVdfbwkXQg+rnLXSI3fqpmeLX+GPQlabHoLVHCvbGs6bHoCdziaPHwEfV7ab7Zfbb6+qbBor/Nk7yTcA+x6r69tzqbcnNpiVm6cGKf8fT6us1dduqj6ofqpcXOCAxFqvql+rjtRU7x6afhR/1z2fh1//+27vBxXretLs/bbqjudPAbh8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWNYbveD4DzgB4lEAAAAASUVORK5CYII=)}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child.expand-view:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADBQAAAwUB9HHXlgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANnSURBVHic7d3LalNBAMbx/4kgmFiw3QiKLQi6cGdr1RewvpILoeJWUIortwUR6RNYfAAvNPVSwQsIYgUXgomRCC4SF9NAKR6l5swZM9/3g9n0Mkw4/yQn7eEMaFgEVoAtoAsMS0Z352dWgIUkK7VKzQBrwIDyg142BsB9YLr2VVsl5oB37P/A7x1vgdma125jOgw8Z/yDPxqbQLPWR2BjuU51B380lmt9BPbPWkCP6gP4RoavAo3UC4jgMuEtoGpTwFKEeZPKMYCYH9/mI86dRI4BHI0497GIcyeRYwAHJ3TuJHIMwPbBAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiHMA4hyAOAcgzgGIcwDiHIA4ByDOAYhzAOIcgDgHIM4BiCtKvt4i3HX7LHCcOHffjuU8YbeQGD4ATyLNHcN3YJuw4cUDoP+3X2gRNluIcb99j7SjB1zjD3sezFHtNise/+d4xq49kEZvATPAI+AUpuA9cAH4MjoJvIMPvpKTwG0IrwCLwGPKTwgtT0Ng8QBwhfByYFoKoF8Ar4AziRdjaWwVhO3QplKvxJLoFoT3AhPlPwWLcwDiHIA4ByDOAYhrED4GmqZOA/iYehWWzHYDeJh6FZbMekHYbv0p/meQmiFwrgFsAGuJF2P1uwe0R8/6acIFIafTrcdq9Aa4yM5JIMBX4BLhciHLW5twrDu/+2YTWCZ8NEx97ZpHtaMLXAUOsUvZiV8TWCJcFn4CXxY+MmmXhfcIl4W3gXXgR9rl1GOVeM+i1RofRy38p2BxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQJwDEOcAxDkAcQ5AnAMQ5wDEOQBxDkCcAxDnAMQ5AHEOQFyOAfyc0LmTyDGAzxHn/hRx7iRyDGBjQue2ijSJs99Blz332s9Bjq8AfeBmhHlvIHK//Ry0gE2qe/ZvkOGzP3ezhM2Rxj34rwm7ptgEmiZsjzZg/wd+ANwFjtS+aqvcAnALeEnYLavsoHeAF4RziPkkK63ZL1SLdRf1P6VZAAAAAElFTkSuQmCC)}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:first-child:before{background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(1);filter:invert(1);height:6px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>div span:last-child{color:#000;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.875rem}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul{display:none;list-style:none;margin-left:50px;padding-bottom:12px}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul.toggle-show{display:block!important}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li{color:#404040;margin-bottom:10px;position:relative}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li span{font-size:.875rem}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li:last-child{margin-bottom:0}.light-theme .ecu-software-level .flashing-container>ul>li>ul>li>ul li:before{background-color:#404040;border-radius:50%;content:"";height:5px;left:-12px;position:absolute;top:6px;width:5px}.light-theme .ecu-software-level .flashing-status-details{background-color:#f2f2f2;display:flex;flex-wrap:wrap}.light-theme .ecu-software-level .flashing-status-details .flashing-container{padding:20px;width:50%}@media(max-width:900px){.light-theme .ecu-software-level .flashing-status-details .flashing-container{width:100%}}.light-theme .ecu-software-level .flashing-status-details .flashing-container:first-child{border-right:1px solid #000}@media(max-width:900px){.light-theme .ecu-software-level .flashing-status-details .flashing-container:first-child{border-bottom:1px solid #000;border-right:0}}.light-theme .flashing-popup{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.light-theme .flashing-popup .popup-flash-container{background-color:#fff;border-radius:30px;height:400px;max-height:90vh;max-width:800px;overflow:auto;padding:30px;width:100%}.light-theme .flashing-popup .popup-flash-container h2{color:#3f3f3f;font-size:1rem}.light-theme .flashing-popup .popup-flash-container .progress-flashing{background:#d9d9d9;border-radius:30px;height:30px;margin:15px 0;overflow:hidden;position:relative;width:100%}.light-theme .flashing-popup .popup-flash-container .progress-flashing .flashing-percentage{background:#37af4a;border-radius:30px;height:100%;left:0;position:absolute;top:0}.light-theme .flashing-popup .popup-flash-container .progress-bar-progress{display:flex;justify-content:space-between;margin-bottom:30px}.light-theme .flashing-popup .popup-flash-container .progress-bar-progress h3{color:#3f3f3f;font-size:.9375rem}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists{height:200px;list-style:none;overflow:auto}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li{font-size:.875rem;margin-bottom:10px;opacity:.5;padding-left:20px;position:relative}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li:before{content:"";height:13px;left:0;position:absolute;top:0;width:13px}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-success{color:#37af4a;opacity:1}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-success:before{background-image:url(data:image/png;base64,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);background-size:contain}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-current{opacity:1}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists>li.flashing-current:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABjSURBVHgBtYyxDYAwDAQTQuaAEaCNFHsERoIRGInCA8AEsAIL2IQiUoSQu1xn//0bUxUAmEMI3V/WlIe1tvfeX29BFYvCgohnjHFSxYxz7lZFEVnT6rgl8q/9CDszD0R0mOo8/84ZUi94SDkAAAAASUVORK5CYII=);background-size:contain}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists ul{color:#000;list-style:none}.light-theme .flashing-popup .popup-flash-container ul.flashing-lists ul li{margin:5px 0}.light-theme .flashing-accept-popup{background:rgba(0,0,0,.5);height:100%;padding:20px;position:fixed;width:100%;z-index:9999}.light-theme .flashing-accept-popup .flashing-container{background:#fff;border-radius:10px;left:50%;max-height:90vh;max-width:410px;overflow-y:auto;padding:20px;position:relative;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .flashing-accept-popup .flashing-container h4{font-size:1.125rem;margin-bottom:20px;text-align:center}.light-theme .flashing-accept-popup .flashing-container .flash-button{display:flex;justify-content:center}.light-theme .flashing-accept-popup .flashing-container .flash-button button{border:0;border-radius:5px;cursor:pointer;font-size:15px;margin:0 10px;padding:8px 30px}.light-theme .flashing-accept-popup .flashing-container .flash-button button:first-child{background-color:#3fc300;color:#fff}.light-theme .flashing-accept-popup .flashing-container .flash-button button:last-child{background-color:#dfdfdf}.light-theme .download-progress{align-items:center;display:flex;margin-top:20px}.light-theme .download-progress span.download-progress-percenntage-txt{color:#000;display:block;font-family:Facto-bold,sans-serif;font-size:.875rem;text-align:right;width:50px}.light-theme .download-progress .progress-total{background-color:#fff;border-radius:15px;display:flex;height:10px;justify-content:center;overflow:hidden;padding:5px;position:relative;width:100%}.light-theme .download-progress .progress-total .progress-completed{background-color:green;border-radius:15px;height:100%;left:0;position:absolute;top:0}.light-theme .pos1{align-items:center;background-color:#ebf4f6;display:flex;justify-content:space-between;margin:1rem 0 0;padding:.2rem}.light-theme .pos2{align-content:left;text-align:left;width:25%}.light-theme .pos3{text-align:center;width:20%}.light-theme .graph-live-data{background-color:#f5f5f5;border-radius:10px;margin-top:auto;padding:20px}.light-theme .graph-live-data .graph-select-btn{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;z-index:99}.light-theme .graph-live-data .graph-select-btn .select-graph{display:flex;flex-wrap:wrap;width:calc(100% - 300px)}@media(max-width:1260px){.light-theme .graph-live-data .graph-select-btn .select-graph{justify-content:center;width:100%}}.light-theme .graph-live-data .graph-select-btn .btn-start{align-items:flex-end;display:flex;justify-content:flex-end;width:300px}@media(max-width:1260px){.light-theme .graph-live-data .graph-select-btn .btn-start{justify-content:center;margin-top:20px;width:100%}}.light-theme .graph-live-data .graph-select-btn .btn-start.btn-disable-diag{opacity:.5;pointer-events:none}.light-theme .graph-live-data .graph-select-btn .btn-start.btn-disable-diag .link_disable a{opacity:1}.light-theme .graph-live-data .graph-select-btn .btn-start .adjust-graph{margin-right:15px}.light-theme .graph-live-data .graph-select-btn .btn-start .adjust-graph label{display:block;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px}.light-theme .graph-live-data .graph-select-btn .btn-start select{border-radius:5px;font-size:.8125rem;height:33px;padding:8.5px 10px}.light-theme .graph-live-data .graph-select-btn .btn-start button{background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .graph-live-data .graph-select-btn .graph-btn-each{margin:0 1%;max-width:100%;width:200px}@media(max-width:1024px){.light-theme .graph-live-data .graph-select-btn .graph-btn-each{width:170px}}.light-theme .graph-live-data .graph-select-btn .graph-btn-each h2{color:#000;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-bottom:10px}.light-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc{width:100%}.light-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading{cursor:pointer;height:auto;padding:5px 10px}.light-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading span{font-size:.75rem}.light-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-heading svg{stroke-width:1;height:18px;width:18px}.light-theme .graph-live-data .graph-select-btn .graph-btn-each .rmsc .dropdown-content{font-size:.75rem}.light-theme .csv-export{display:flex;justify-content:center;margin-top:20px}.light-theme .csv-export a{background-color:#1b6fee;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto-bold,sans-serif;font-size:.8125rem;height:33px;padding:10px 20px;text-decoration:none}.light-theme .csv-export.disable_link a,.light-theme .csv-export.link_disable a{opacity:.5;pointer-events:none}.light-theme .select-empty-param{align-items:center;display:flex;flex-direction:column;margin-top:25px;width:100%}.light-theme .select-empty-param img{margin-bottom:20px;max-width:350px;opacity:.3}.light-theme .select-empty-param p{color:#6e6e6e;font-family:Facto,sans-serif;font-size:1.0625rem;margin:30px 0;text-align:center}.light-theme .table-live{border-collapse:collapse;margin:12px 0;text-align:center;width:100%}.light-theme .table-live thead th{color:#000;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px;text-align:center}.light-theme .table-live thead th:first-child,.light-theme .table-live thead th:nth-child(2){text-align:start}.light-theme .table-live td:first-child{color:#000;font-size:.8125rem;padding:12px 0;text-align:start}.light-theme .table-live td:nth-child(2){text-align:start}.light-theme .table-live td{color:#000;font-size:.8125rem;text-align:center}.light-theme .table-live td.table-bold{font-size:.875rem}.light-theme .table-live td.data-center{text-align:center}.light-theme .table-live td.curr_value img{margin-left:5px;position:relative;top:-2px;width:15px}.light-theme .table-live td.curr_value span{display:inline-block;width:30px}.light-theme .line-chart-fix text{font-size:.75rem;line-height:.7}.light-theme ul.react-tabs__tab-list{display:flex;justify-content:center;list-style:none;margin-top:35px}.light-theme ul.react-tabs__tab-list li{background-color:#eaeaea;cursor:pointer;font-size:.8125rem;padding:8px 16px}.light-theme ul.react-tabs__tab-list li:first-child{border-radius:10px 0 0 10px}.light-theme ul.react-tabs__tab-list li:last-child{border-radius:0 10px 10px 0}.light-theme ul.react-tabs__tab-list li.react-tabs__tab--selected{background-color:#1b6fee;color:#fff}.light-theme .multi-graph-content{display:flex;flex-wrap:wrap;margin:30px -1% 0}.light-theme .multi-graph-content .graph-multi{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);margin:0 1% 20px;padding:10px;width:48%}.light-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table{background-color:rgba(27,111,238,.102);display:flex;justify-content:space-between;padding:10px}.light-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul{list-style:none}.light-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul li{font-size:.875rem;margin-bottom:5px}.light-theme .multi-graph-content .graph-multi .multi-graph-content-values .multi-graph-table>ul li span{font-size:.8125rem;margin-right:5px}.light-theme .graph-type-mention{display:flex;justify-content:center;list-style:none;margin-top:15px}.light-theme .graph-type-mention li{background-color:#efefef;cursor:pointer;font-size:.75rem;padding:8px 10px;position:relative;text-transform:capitalize}.light-theme .graph-type-mention li:before{background:#d4d4d4;content:"";height:22px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.5px}.light-theme .graph-type-mention li:last-child{border-radius:0 10px 10px 0}.light-theme .graph-type-mention li:last-child:before{display:none}.light-theme .graph-type-mention li.react-tabs__tab--selected{background-color:#1b6fee;color:#fff}.light-theme .graph-type-mention li.react-tabs__tab--selected:before{display:none}.light-theme .graph-type-mention li:first-child{border-radius:10px 0 0 10px}.light-theme .graph-legend{display:flex;justify-content:center;list-style:none}.light-theme .graph-legend li{align-items:center;cursor:pointer;display:flex;margin-right:10px}.light-theme .graph-legend li span.graph-legend-dot{border:2px solid;border-radius:50%;display:block;height:11px;margin-right:3px;position:relative;width:11px}.light-theme .graph-legend li span.graph-legend-dot:before{background:#fff;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.light-theme .graph-legend li span.graph-legend-name{font-size:.8125rem}.light-theme .graph-legend li.legend-toggle .graph-legend-dot:before{display:none!important}.light-theme .seperate-graph-content{display:flex;flex-wrap:wrap;margin:60px -1% 0}.light-theme .seperate-graph-content .seperate-graph{border:1px solid #fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);margin:0 1% 20px;padding:10px;width:48%}.light-theme .multi-graph-table-sec{background-color:rgba(27,111,238,.102);display:flex;justify-content:space-between;padding:10px}.light-theme .multi-graph-table-sec ul{list-style:none}.light-theme .multi-graph-table-sec ul li{font-size:.875rem;margin-bottom:5px}.light-theme .multi-graph-table-sec ul li span{color:#000;font-size:.8125rem;margin-right:5px}.light-theme .multi-graph-table-sec ul:first-child li span:first-child{display:inline-block;width:78px}.light-theme .multi-graph-table-sec ul:last-child li span:first-child{display:inline-block;width:100px}.light-theme .multi-graph-table-sec ul:last-child li span:last-child{display:inline-block;width:25px}.light-theme .param-name-graph{cursor:pointer;display:inline-block;position:relative}.light-theme .param-name-graph p{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.55);border:1px solid hsla(0,0%,100%,.18);border-radius:5px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);display:none;padding:10px;right:-260px;width:250px;z-index:2}.light-theme .param-name-graph p,.light-theme .param-name-graph p:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light-theme .param-name-graph p:before{border-bottom:7px solid transparent;border-right:7px solid #ececec;border-top:7px solid transparent;content:"";height:0;left:-7px;width:0}.light-theme .param-name-graph:focus p{display:block}.light-theme .graph-selection{align-items:center;display:flex;justify-content:flex-start;margin:20px 0 0}.light-theme .graph-selection label{color:#000;font-family:Facto-bold,sans-serif;font-size:.8125rem;margin-right:5px}.light-theme .loader-popup-check{background:rgba(0,0,0,.8);height:100%;padding:20px;position:fixed;width:100%;z-index:9999}.light-theme .loader-check-content{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #000;left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.light-theme .loader-check-content img{-webkit-animation:imgRotate 1.5s linear infinite;animation:imgRotate 1.5s linear infinite;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@keyframes imgRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .vehicle-delivery-verification-box{background:#f5f5f5;border-radius:10px;min-height:calc(100vh - 102px);padding:20px}.light-theme .save-changes-report{align-items:center;display:flex;justify-content:flex-end;margin-bottom:15px;margin-top:20px}.light-theme .save-changes-report button{background:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.75rem;padding:10px 20px}.light-theme .set-country{align-items:center;display:flex}.light-theme .set-country span{font-family:Facto;font-size:.8125rem;margin-right:10px;width:125px}.light-theme .set-country select{border:1px solid #afafaf;font-size:.8125rem;padding:10px;width:calc(100% - 125px)}.light-theme .select-reports{display:flex;flex-wrap:wrap}.light-theme .select-reports .report-col{width:250px}@media(max-width:1024px){.light-theme .select-reports .report-col{width:100%}}.light-theme .select-reports .report-col ul{list-style:none}@media(max-width:1024px){.light-theme .select-reports .report-col ul{display:flex}}.light-theme .select-reports .report-col ul li{background-color:#fff;border:1px solid #e2e2e2;border-bottom:0;cursor:pointer;font-family:Facto;font-size:.75rem;padding:15px 10px;position:relative;transition:all .3s ease}.light-theme .select-reports .report-col ul li:last-child{border-bottom:1px solid #e2e2e2}.light-theme .select-reports .report-col ul li:hover{color:#000}.light-theme .select-reports .report-col ul li.report-active{background-color:#3e66b0;border-color:#3e66b0;color:#fff}.light-theme .select-reports .report-col ul li.report-active:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAiCAMAAAAqN3oYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAL1QTFRFAAAAG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uG2/uh98l4gAAAD90Uk5TAMnwVhf6//VcBaT86w+Y/kIOUargCJ+5RxqxPTgRgpmhMHiVO4UpM9EbFM8lHtbMxxwk2i7iHR/C4wQVAbgoXjlfxwAAANhJREFUeJyVkscWgjAURCPKAIKiFBXFLnYRCyq2//8sk60bnVnm5GbeuydC/EhJK/+68pWKDsO0OKZqwzE5pFZ3YTQ4plm3oXlkj28jIJmwBWjkbFYbMDpkj897i3wXDtlT6/KulTfWdeQDQY9jQulNizlGuVYO+oPh3xnpkhmLCchMxcwhkUSI+eLvePL55YpZfx0Amy1D7CSRUh2LPZAdGOIoidOZIlIgv7BTLbnNFUF9L2U35zoyuTm1h3KVUa6uN9quJApqqjvtSjxsFPGTQkTyen+dfAAkvx8U/FoQCwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:11px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}@media(max-width:1024px){.light-theme .select-reports .report-col ul li.report-active:before{display:none}}.light-theme .select-reports .report-content{background-color:#fff;border:1px solid #e2e2e2;padding:20px 20px 0;width:calc(100% - 250px)}@media(max-width:1024px){.light-theme .select-reports .report-content{width:100%}}.light-theme .select-reports .report-content .report-vehicle-summary ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.light-theme .select-reports .report-content .report-vehicle-summary ul li{background-color:#fff;border:1px solid #e2e2e2;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.light-theme .select-reports .report-content .report-vehicle-summary ul li input{position:absolute;right:10px;top:10px;z-index:1}.light-theme .select-reports .report-content .report-vehicle-summary ul li:hover{box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}@media(max-width:1024px){.light-theme .select-reports .report-content .report-vehicle-summary ul li{width:48%}}.light-theme .select-reports .report-content .report-vehicle-summary ul li span{display:block;font-family:Facto;text-align:center}.light-theme .select-reports .report-content .report-vehicle-summary ul li span:first-child{color:#787878;font-size:.8125rem}.light-theme .select-reports .report-content .report-vehicle-summary ul li span:last-child{color:#000;font-size:1.0625rem;margin-top:10px}.light-theme .select-reports .report-content .flashing-details ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.light-theme .select-reports .report-content .flashing-details ul li{border:1px solid;bottom:0;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.light-theme .select-reports .report-content .flashing-details ul li.flash-not-updated{background-color:rgba(255,0,0,.051);border-color:#ca3333;position:relative}.light-theme .select-reports .report-content .flashing-details ul li.flash-not-updated a{height:100%;left:0;position:absolute;top:0;width:100%}.light-theme .select-reports .report-content .flashing-details ul li.flash-updated{background:rgba(51,173,51,.039);border-color:#2abf42!important}.light-theme .select-reports .report-content .flashing-details ul li .check-pending{align-items:center;border:2px solid;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success{background-color:#ecf9f2;border:2px solid #2abf42}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success svg{height:14px;width:14px}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-success svg path{fill:#2abf42}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed{background-color:#f9f2f1;border:2px solid #ca3333}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed svg{height:11px;width:11px}.light-theme .select-reports .report-content .flashing-details ul li .check-pending.flash-failed svg path{fill:#ca3333}@media(max-width:1024px){.light-theme .select-reports .report-content .flashing-details ul li{width:48%}}.light-theme .select-reports .report-content .flashing-details ul li:hover{bottom:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}.light-theme .select-reports .report-content .flashing-details ul li .ecu-chip{margin-bottom:20px;position:relative}.light-theme .select-reports .report-content .flashing-details ul li .ecu-chip img{-webkit-filter:invert(0);filter:invert(0);height:25px;left:-4px;position:absolute;width:25px}.light-theme .select-reports .report-content .flashing-details ul li .ecu-chip h4{color:#000;font-size:.9375rem;padding-left:31px;position:relative;top:4.5px}.light-theme .select-reports .report-content .flashing-details ul li span{color:#989898;font-family:Facto;font-size:.75rem}.light-theme .select-reports .report-content .flashing-details ul li span:first-child{border-right:2px solid #a8a8a8;margin-right:5px;padding-right:5px}.light-theme .select-reports .report-content .diagnostic-report>span{display:block;font-size:.8125rem;margin-bottom:15px;text-align:right}.light-theme .select-reports .report-content .diagnostic-report table{border-collapse:collapse;width:100%}.light-theme .select-reports .report-content .diagnostic-report table td{font-size:.8125rem;padding:15px 10px}.light-theme .select-reports .report-content .diagnostic-report table td.status-dtc-img{text-align:center;width:60px}.light-theme .select-reports .report-content .diagnostic-report table td.status-dtc-img img{width:15px}.light-theme .select-reports .report-content .diagnostic-report table thead{background-color:#000}.light-theme .select-reports .report-content .diagnostic-report table thead td{color:#fff}.light-theme .select-reports .report-content .diagnostic-report table tbody tr:nth-child(odd){background-color:#fff;color:#000}.light-theme .select-reports .report-content .diagnostic-report table tbody tr:nth-child(2n){background-color:#f9f9f9;color:#000}.light-theme .select-reports .report-content .transport-mode-content{align-items:flex-start;border:1px solid #eee;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;padding:7px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-title h2{color:#000;font-size:1rem;margin-bottom:7px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-title p{color:#a6a6a6;font-size:.875rem;position:relative;top:4px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport{background-color:#c7c7c7;border-radius:5px;cursor:pointer;height:25px;overflow:hidden;position:relative;width:75px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span{align-items:center;color:#fff;display:flex;font-size:.75rem;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:all .3s ease;width:40px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span.tmode-disabled{background-color:#ca3333;left:35px}.light-theme .select-reports .report-content .transport-mode-content .transport-mode-toggle .toggle-content-transport span.tmode-enabled{background-color:#2abf42;left:0}.light-theme .select-reports .report-content .checklist form{display:flex;flex-wrap:wrap;margin:0 -1%}.light-theme .select-reports .report-content .checklist form .checklist-input{display:flex;margin:0 1% 20px;position:relative;width:31.3%}@media(max-width:1024px){.light-theme .select-reports .report-content .checklist form .checklist-input{width:48%}}.light-theme .select-reports .report-content .checklist form .checklist-input input{height:13px;position:relative;top:2px;width:13px}.light-theme .select-reports .report-content .checklist form .checklist-input label{color:#000;cursor:pointer;font-size:.8125rem;line-height:1.2;padding-left:5px}.light-theme .select-reports .report-content .calibiration-details ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1%}.light-theme .select-reports .report-content .calibiration-details ul li{border:1px solid;bottom:0;color:#000;font-family:Facto;font-size:.8125rem;line-height:1.3;margin:0 1% 20px;padding:10px;position:relative;transition:all .3s ease;width:31.3%}.light-theme .select-reports .report-content .calibiration-details ul li:hover{bottom:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}.light-theme .select-reports .report-content .calibiration-details ul li.no-edited-cali{background-color:rgba(255,0,0,.051);border-color:#ca3333}.light-theme .select-reports .report-content .calibiration-details ul li.edited-cali{background:rgba(51,173,51,.039);border-color:#2abf42!important}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali{align-items:center;border:2px solid;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-success{background-color:#ecf9f2;border:2px solid #2abf42}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-success svg{height:14px;width:14px}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-failure{background-color:#f9f2f1;border:2px solid #ca3333}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali.calib-failure svg{height:11px;width:11px}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg{left:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg.no-edit-svg path{fill:#ca3333}.light-theme .select-reports .report-content .calibiration-details ul li .svg-cali svg.edit-svg path{fill:#2abf42}.light-theme .check-all{border:1px solid #eee;border-radius:5px;display:flex;justify-content:flex-end;margin-bottom:15px;padding:10px}.light-theme .check-all input{height:13px;width:13px}.light-theme .check-all label{color:#000;font-family:Facto;font-size:.8125rem;margin-left:4px}.light-theme .transport-mode-popup{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.light-theme .transport-mode-popup .transport-mode-content{background-color:#dcdcdc;border-radius:10px;max-width:600px;padding:20px;width:100%}.light-theme .transport-mode-popup .transport-mode-content img{display:block;margin:0 auto 20px;max-width:60px}.light-theme .transport-mode-popup .transport-mode-content h4{font-size:.9375rem;margin-bottom:15px;text-align:center}.light-theme .transport-mode-popup .transport-mode-content .tmode-btns{display:flex;justify-content:center}.light-theme .transport-mode-popup .transport-mode-content .tmode-btns button{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;margin:0 5px;padding:10px 20px}.light-theme .transport-mode-popup .transport-mode-content .tmode-btns button:first-child{background-color:#ca3333}.light-theme .transport-mode-popup .transport-mode-content .tmode-btns button:last-child{background-color:#27b700}.light-theme .calib-component .calib-sec{background-color:#f5f5f5;border:#f5f5f5;border-radius:10px;min-height:calc(100vh - 102px);padding:20px 15px 20px 20px}.light-theme .calibration-box{display:flex;flex-wrap:wrap;margin:0 -1%}.light-theme .calibration-box .calibration-each-box{border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;margin:0 1% 15px;overflow:hidden;width:31.3%}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec{background-color:#fff;border-bottom:1px solid #ddd;display:flex;flex:1 1 auto;flex-direction:column;padding:10px}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec h3{color:#3f3f3f;font-family:facto-bold,sans-serif;font-size:1rem}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details span{color:#5a5a5a;display:block;font-size:.8125rem}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details span b{font-family:facto-bold,sans-serif;margin-right:5px}.light-theme .calibration-box .calibration-each-box .calib-ecu-sec .calib-saved-details button{background-color:#3e66b0;border:0;border-radius:40px;color:#fff;font-size:.6875rem;padding:6px 14px}.light-theme .calibration-box .calibration-each-box .calib-details-all{border-radius:5px;padding:10px}.light-theme .calibration-box .calibration-each-box .calib-details-all .calibrate{align-items:center;border:1px solid #ddd;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.light-theme .calibration-box .calibration-each-box .calib-details-all .calibrate span{color:#6f6f6f;font-size:.8125rem}.light-theme .calibration-box .calibration-each-box .calib-details-all .calibrate img{-webkit-filter:invert(0);filter:invert(0);opacity:.5;width:10px}.light-theme .calibration-box .calibration-each-box .calib-details-all button{background-color:#3e66b0;border:0;border-radius:4px;color:#fff;font-size:.8125rem;padding:10px;width:100%}.light-theme .select-bus-calib select{border:1px solid #ddd;border-radius:5px;padding:8px 10px 5px 5px;width:250px}.light-theme .calibrate-results .calibrate-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.light-theme .calibrate-results .calibrate-title ul{display:flex;list-style:none}.light-theme .calibrate-results .calibrate-title ul li{color:#434343;cursor:pointer;font-family:Focto-Bold,sans-serif;font-size:1rem;font-weight:700;margin-right:15px;opacity:.5}.light-theme .calibrate-results .calibrate-title ul li.calibrate-active{opacity:1}.light-theme .calibrate-results .calibrate-title button{background-color:#eee;border:0;border-radius:15px;color:#474747;font-size:12px;padding:8px 20px}.light-theme .calibrate-results .calibrate-result-box{display:flex;flex-wrap:wrap;margin:0 -1%}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each{background-color:hsla(0,0%,68%,.18);border-radius:5px;margin:0 1%;padding:20px 20px 70px;position:relative;width:48%}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction{background-color:rgba(109,225,113,.35)}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction ul{padding-left:20px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calibrate-instruction ul li{font-size:.875rem;margin-bottom:10px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each h4{font-size:1rem;margin-bottom:15px;width:100%}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition h4{color:#000}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul{list-style:none}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li{color:#000;font-size:.875rem;margin-bottom:10px;padding-left:20px;position:relative}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-loader:after{-webkit-animation:rotateLoader 1.5s linear infinite;animation:rotateLoader 1.5s linear infinite;background-image:url(../../static/media/loader-im-green.3115f1545630fdc53601.png);background-repeat:no-repeat;background-size:contain;content:"";height:15px;left:0;position:absolute;width:15px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-success:before{background-color:#37af4a}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li.set-success:after{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:contain;content:"";-webkit-filter:invert(1);filter:invert(1);height:10px;left:2.5px;position:absolute;top:3px;width:10px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .precondition ul li:before{background-color:#d9d9d9;border-radius:50%;content:"";height:15px;left:0;position:absolute;top:0;width:15px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons button:first-child{background-color:#3e66b0}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons button:last-child{background-color:#ca3333}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-pre-condition-box .calib-buttons.calib-disable{opacity:.5;pointer-events:none}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-current-box ul{padding-left:20px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each.calib-current-box ul li{font-size:.875rem;margin-bottom:10px}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .calib-buttons{bottom:20px;display:flex;justify-content:center;left:50%;padding:0 10px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.light-theme .calibrate-results .calibrate-result-box .calibrate-result-each .calib-buttons button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;font-size:.875rem;margin:0 1%;padding:10px;width:48%}@keyframes rotateLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .calibrate-popup{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.light-theme .calibrate-popup .calibrate-content{background-color:#fff;border-radius:10px;max-width:400px;padding:40px 15px;width:100%}.light-theme .calibrate-popup .calibrate-content img{display:block;margin:0 auto 20px;max-width:40px}.light-theme .calibrate-popup .calibrate-content p{font-family:facto-bold,sans-serif;font-size:.9375rem;text-align:center}.light-theme .calibrate-popup .calibrate-content button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:block;margin:10px auto 0;padding:8px 16px}.light-theme .precondition-status{display:flex;flex-wrap:wrap}.light-theme .precondition-status .calibration-progress{margin-top:30px;width:170px}.light-theme .precondition-status .calibration-progress>div{position:relative}.light-theme .precondition-status .calibration-progress>div .calib-status{align-items:center;background:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;flex-direction:column;height:90px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90px}.light-theme .precondition-status .calibration-progress>div .calib-status span.percentage-calib{color:#3e66b0;font-family:facto-bold,sans-serif;font-size:26px}.light-theme .precondition-status .calibration-progress>div .calib-status span.calib-progress{font-size:.625rem;margin-top:5px;text-align:center}.light-theme .precondition-status .precondition{width:calc(100% - 170px)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav{background-color:#f5f5f5;border-radius:10px 0 0 10px;border-right:1px solid #fff;width:200px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul{list-style:none}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li p,.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li p,.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .dtc-contianer-sec-actuator .dtc-container-actuator .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .condition-dtc{border-radius:5px;justify-content:space-between;margin-bottom:15px;padding:10px 0 0 15px}.light-theme .condition-dtc button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-right:15px;max-width:50%;min-width:60px;padding:10px}.light-theme .condition-dtc button:disabled{cursor:not-allowed;opacity:.5}.light-theme .dtc-values,.light-theme .sidebar-bus .dtc-codee{font-family:Facto}.light-theme .dtc-values.active-dtc:after{height:100%;right:-21px}.light-theme .bus-code-actuator{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:calc(100% - 200px)}.light-theme .bus-code-actuator select{background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;color:#000;margin:10px 0 0 15px;padding:8px 10px 5px 5px;width:60%}.light-theme .bus-code-actuator .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;font-family:Facto-bold;margin:12px;padding:20px 0 20px 8px}.light-theme .bus-code-actuator .description_div{padding:10px}.light-theme .bus-code-actuator .description_div h4{padding:0!important}.light-theme .bus-code-actuator .description_div ul{margin:10px 0;padding-left:10px}.light-theme .bus-code-actuator .description_div ul li{font-size:15.5px;margin-left:10px}.light-theme .bus-code-actuator .description_div .time_h4{display:inline-block}.light-theme .bus-code-actuator .data-content,.light-theme .bus-code-actuator .description_div{background-color:#f5f5f5;border:1px solid #ddd;border-radius:10px;color:#000;margin:12px;max-width:100%;min-height:100px}.light-theme .bus-code-actuator .data-content h4,.light-theme .bus-code-actuator .description_div h4{padding:8px 0 0 8px}.light-theme .bus-code-actuator .data-content .list-content,.light-theme .bus-code-actuator .description_div .list-content{padding:15px 0 15px 40px}.light-theme .bus-code-actuator .data-content::-webkit-scrollbar-track{background:#ddd}.light-theme .bus-code-actuator .bus-code-list li{margin-bottom:10px}.light-theme .bus-code-actuator .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;transition:all .3s ease}.light-theme .bus-code-actuator .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.light-theme .bus-code-actuator .bus-code-list li.in-active-dtc-list span{background-color:#fbe43e;color:#8e6922}.light-theme .bus-code-actuator .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.light-theme .bus-code-actuator .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.light-theme .routine-container{background-color:#f5f5f5;border-radius:10px}.light-theme .routine-container .routine-contianer-sec{border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-y:auto}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav{background-color:#f5f5f5;border-radius:10px 0 0 10px;border-right:1px solid #fff;width:200px}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav ul{list-style:none}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.light-theme .routine-container .routine-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li p,.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li p,.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .code{border-radius:5px;justify-content:space-between;margin-bottom:15px;padding:12px 0 0 12px}.light-theme .code button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:5px;max-width:50%;min-width:60px;padding:10px}.light-theme .dtc-identity{justify-content:flex-start}.light-theme .dtc-identity li{align-items:center;display:flex;padding-right:20px}.light-theme .dtc-identity li span:first-child{height:12px;margin-right:5px;width:12px}.light-theme .dtc-identity li span:last-child{color:#000;font-family:Facto;font-size:.6875rem;line-height:1;margin-left:5px}.light-theme .sidebar-routine{width:200px}.light-theme .sidebar-routine .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:6px;padding:8px}.light-theme .sidebar-routine-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:8px;padding:0 10px}.light-theme .routine-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px}.light-theme .routine-values:first-child.active-dtc{margin:5px 0 15px}.light-theme .routine-values.active-dtc{background-color:#3e66b0;color:#fff;margin:15px 0;position:relative}.light-theme .routine-values.active-dtc:before{border:1px solid #ddd;border-radius:5px 0 0 5px;border-right:0;height:140%;left:-10px;width:200px}.light-theme .routine-values.active-dtc:after,.light-theme .routine-values.active-dtc:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light-theme .routine-values.active-dtc:after{background-color:#f5f5f5;height:100%;height:140%;right:-11px;width:5px}.light-theme .routine-manage{display:flex;width:100%}.light-theme .bus-code-status{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:calc(100% - 200px)}.light-theme .bus-code-status span{align-items:center;color:#000;display:flex;font-family:Facto;font-size:.875rem;height:100%;justify-content:center;width:100%}.light-theme .bus-code-status select{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;color:#000;margin:10px 0 0 15px;padding:8px 10px 5px 5px;width:60%}.light-theme .bus-code-status .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#4682b4;margin:25px;padding:20px 0 20px 8px}.light-theme .bus-code-status .bus-code-list li{margin-bottom:10px}.light-theme .bus-code-status .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.light-theme .bus-code-status .bus-code-list li span:last-child{min-width:300px}.light-theme .bus-code-status .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.light-theme .bus-code-status .bus-code-list li.in-active-dtc-list span{background-color:#e9a625;color:#8e6922}.light-theme .bus-code-status .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.light-theme .bus-code-status .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.light-theme .bus-code{border:1px solid #dcdcdc}.light-theme .injector-list{margin:20px 0 15px 16px}.light-theme .injector-list .description_main_div{align-items:flex-start;border:1px solid #ddd;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:10px;margin-right:10px;padding:10px}.light-theme .injector-list .description_main_div .des_div{max-height:160px;min-height:160px;width:100%}.light-theme .injector-list .description_main_div .des_div .des_content_div,.light-theme .injector-list .description_main_div .des_div .des_info_div{display:flex;justify-content:space-between}.light-theme .injector-list .description_main_div .des_div .des_content_div{height:130px}.light-theme .injector-list .description_main_div .des_div .des_content_div ul{font-size:14px;padding-left:25px;width:65%}.light-theme .injector-list .description_main_div .des_div .des_content_div ul li{margin:5px}.light-theme .injector-list .description_main_div .des_div .des_info_div img{cursor:pointer;width:30px}.light-theme .injector-list .description_main_div .img_div{text-align:center}.light-theme .injector-list .description_main_div .img_div img{border-radius:5px;width:80%}.light-theme .injector-list table{border-collapse:collapse;width:99%}.light-theme .injector-list table td{color:#000;font-size:.875rem;padding:6px 14px;width:30%}.light-theme .injector-list table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.light-theme .injector-list table input:disabled{color:#ddd;cursor:not-allowed}.light-theme .injector-list table thead th{border:2px solid #fff;color:#fff;padding:5px}.light-theme .injector-list table thead tr{background-color:#3e66b0}.light-theme .injector-list table thead tr td{color:#fff}.light-theme .injector-list table tbody tr:nth-child(odd){background-color:#fff}.light-theme .injector-list table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .vci-msg{display:flex;justify-content:center}.light-theme .disconnect-points{margin-left:50px}.light-theme .confirmation-modal-container{max-width:100%;padding:10px 20px;width:600px}.light-theme .confirmation-modal-container .icon-mark,.light-theme .confirmation-modal-container .info-icon{margin:0 auto 20px;max-width:80px}.light-theme .confirmation-modal-container .confirmation-text,.light-theme .confirmation-modal-container .main-text{font-family:facto-bold,sans-serif;font-size:.9375rem;text-align:center}.light-theme .confirmation-modal-container .action-buttons{display:flex;justify-content:center;margin:25px 0 0}.light-theme .confirmation-modal-container .action-buttons button{border:none;border-radius:5px;cursor:pointer;font-size:.9375rem;padding:10px 20px}.light-theme .confirmation-modal-container .action-buttons button:disabled{cursor:not-allowed;opacity:.5}.light-theme .confirmation-modal-container .action-buttons .btn-cancel{background-color:#ff2a2a;color:#fff;margin-right:10px}.light-theme .confirmation-modal-container .action-buttons .btn-okay{background-color:#27b700;color:#fff}.light-theme .dtc-scan-container .dtc-container-flashing{border-radius:5px;display:flex;justify-content:space-between;margin-bottom:15px;max-width:200%;padding:15px}.light-theme .flashing-container{border-radius:5px}.light-theme .flashing-container .flash-tab-program ul{background-color:#d9d9d9;display:flex;list-style:none}.light-theme .flashing-container .flash-tab-program ul li{align-items:center;background-color:#d9d9d9;cursor:pointer;display:flex;padding:17px 30pX;position:relative}.light-theme .flashing-container .flash-tab-program ul li:before{content:"";height:2px;left:0;position:absolute;top:0;width:100%}.light-theme .flashing-container .flash-tab-program ul li.active{background-color:#f5f5f5}.light-theme .flashing-container .flash-tab-program ul li.active img{-webkit-filter:brightness(1);filter:brightness(1);opacity:1}.light-theme .flashing-container .flash-tab-program ul li.active span{color:#7e7e7e}.light-theme .flashing-container .flash-tab-program ul li img{height:20px;margin-right:5px;opacity:.6}.light-theme .flashing-container .flash-tab-program ul li span{color:#000;font-size:.875rem}.light-theme .flashing-container .flash-section{background-color:#f5f5f5;border-radius:0 10px 10px 10px;padding:15px}.light-theme .vehicle-level .download-all-btn{display:flex;justify-content:flex-end}.light-theme .vehicle-level .download-all-btn button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#000;display:flex;padding:8px 16px}.light-theme .vehicle-level .download-all-btn button.disable-btn{opacity:.5;pointer-events:none}.light-theme .vehicle-level .download-all-btn button.flash-vehicle img{margin-right:8px;width:20px}.light-theme .vehicle-level .download-all-btn button img{-webkit-filter:invert(1);filter:invert(1);margin-right:10px;width:12px}.light-theme .vehicle-level .download-all-btn button img.loader-download{-webkit-animation:loader-rotate 3s linear infinite;animation:loader-rotate 3s linear infinite;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.light-theme .vehicle-level .downlo-vehicle-contianer{align-items:center;background:rgba(37,78,155,.071);border:1px solid #3e66b0;border-radius:5px;display:flex;margin:20px auto;max-width:800px;padding:20px;width:100%}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage{padding-right:20px;width:calc(100% - 120px)}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text{align-items:center;display:flex;margin-bottom:20px}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text .download-icon{align-items:center;background-color:#3e66b0;border-radius:50%;display:flex;height:45px;justify-content:center;padding:14px;width:45px}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text .download-icon img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-text span{color:#3e66b0;font-size:1.125rem;margin-left:10px}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-progress{background-color:rgba(37,78,155,.38);height:4px;margin:10px 0;position:relative;width:100%}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-progress .download-percentage{background-color:#3e66b0;height:100%;left:0;position:absolute;top:0}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar .download-percentage-text{color:#3e66b0;display:block;font-size:.8125rem;opacity:.6;text-align:right}.light-theme .vehicle-level .downlo-vehicle-contianer .vehicle-download-percentage .download-progress-bar span.download-file-name{color:#3e66b0;font-size:1.0625rem}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause{border-left:1px solid rgba(37,78,155,.329);padding:10px 0 10px 20px;width:120px}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause button{align-items:center;border:1px solid rgba(37,78,155,.329);border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;padding:20px;width:100%}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause button .btn-img-container{align-items:center;background:#3e66b0;border-radius:50%;display:flex;height:35px;justify-content:center;margin-bottom:5px;opacity:.7;padding:11px;width:35px}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause button .btn-img-container img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause button span{color:#3e66b0}.light-theme .flash-files{overflow:auto;width:100%}.light-theme .flash-files table{border-collapse:collapse;width:100%}.light-theme .flash-files table th{background-color:#3e66b0;color:#fff}.light-theme .flash-files table td,.light-theme .flash-files table th{border:1px solid #fff;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .flash-files table td{color:#000}.light-theme .flash-files table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;height:30px;justify-content:center;padding:8px 16px;width:150px}.light-theme .flash-files table td button.button-flash{background-color:#3e66b0}.light-theme .flash-files table td button.button-flash:disabled{cursor:not-allowed;opacity:.5}.light-theme .flash-files table td button.button-reflash{background-color:#50b03e}.light-theme .flash-files table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.light-theme .flash-files table td button img.download-img{width:15px}.light-theme .flash-files table td button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.light-theme .flash-files table thead{text-align:center}.light-theme .flash-files table thead tr{background-color:#3e66b0}.light-theme .flash-files table tbody tr:nth-child(odd){background-color:#fff}.light-theme .flash-files table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .flash-table{padding:20px}.light-theme .flash-table table{border-collapse:collapse;width:100%}.light-theme .flash-table table th{background:#3e66b0;color:#fff}.light-theme .flash-table table td,.light-theme .flash-table table th{align-items:center;border:1px solid #fff;font-size:.875rem;padding:8px 16px}.light-theme .flash-table table td{color:#000}.light-theme .flash-table table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;height:30px;justify-content:center;min-width:150px;padding:8px 16px;width:100%}.light-theme .flash-table table td button.button-flash{background-color:#3e66b0}.light-theme .flash-table table td button.button-reflash{background-color:#50b03e}.light-theme .flash-table table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.light-theme .flash-table table td button img.download-img{width:15px}.light-theme .flash-table table td button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.light-theme .flash-table table thead{text-align:center}.light-theme .flash-table table thead tr{background-color:#3e66b0}.light-theme .flash-table table thead tr td{color:#fff}.light-theme .flash-table table tbody tr:nth-child(odd){background-color:#fff}.light-theme .flash-table table:nth-child(2n){background-color:#f9f9f9}@keyframes loader-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.light-theme .ecu-level-flashing .download-btn{display:flex;justify-content:flex-end}.light-theme .ecu-level-flashing .download-btn button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;padding:8px 16px}.light-theme .ecu-level-flashing .download-btn button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px;width:15px}.light-theme .download-ecu-progess{background:#d9d9d9;border-radius:5px;height:30px;position:relative;width:150px}.light-theme .download-ecu-progess .download-current-progress{background-color:#3e66b0;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.light-theme .download-ecu-progess .flash-current-progress{background-color:#5aab3d;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.light-theme .download-ecu-progess span{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .cancel-popup,.light-theme .vehicle-flashing-popup{align-items:center;background-color:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:999}.light-theme .cancel-popup>.cancel-popup-content,.light-theme .vehicle-flashing-popup>.cancel-popup-content{background-color:#fff;border-radius:5px;padding:20px;position:relative;width:400px}.light-theme .cancel-popup>.cancel-popup-content h3,.light-theme .vehicle-flashing-popup>.cancel-popup-content h3{color:#3f3f3f;font-size:1.125rem;margin-bottom:15px;text-align:center}.light-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn,.light-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn{display:flex;justify-content:center}.light-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button,.light-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button{border:0;border-radius:5px;padding:8px 16px}.light-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button:first-child,.light-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button:first-child{background-color:#d1d1d1;margin-right:10px}.light-theme .cancel-popup>.cancel-popup-content .cancel-popup-btn button:last-child,.light-theme .vehicle-flashing-popup>.cancel-popup-content .cancel-popup-btn button:last-child{background-color:#3e66b0;color:#fff;margin-right:10px}.light-theme .flashing-content{background-color:#fff;border-radius:5px;max-width:800px;padding:15px;width:100%}.light-theme .flashing-content .flashing-percentage{background-color:rgba(37,78,155,.188);border-radius:20px;height:25px;margin:10px 0;position:relative;width:100%}.light-theme .flashing-content .flashing-percentage .flashing-progress-bar{background-color:#3e66b0;border-radius:20px;height:100%;left:0;position:absolute;top:0}.light-theme .flashing-content .flashing-percentage-number{color:#3e66b0;display:block;font-size:.8125rem;opacity:.8;text-align:right}.light-theme .flashing-content .falshing-file-name{color:#3e66b0;font-family:facto-bold,sans-serif;font-size:1rem}.light-theme .flashing-content .flashing-sequence{display:flex;margin:20px -1% 0}.light-theme .flashing-content .flashing-sequence>div{background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,.6);margin:0 1%;max-height:200px;min-height:200px;overflow-y:auto;width:48%}.light-theme .flashing-content .flashing-sequence>div.flash-sequence ul li{font-size:.875rem;padding:5px 10px}.light-theme .flashing-content .flashing-sequence>div.flash-sequence ul li:before{content:"-";margin-right:5px}.light-theme .flashing-content .flashing-sequence>div.current-ecu ul li{font-size:.875rem;padding:5px 5px 5px 30px;position:relative}.light-theme .flashing-content .flashing-sequence>div.current-ecu ul li:before{background-size:contain;content:"";height:15px;left:6px;position:absolute;top:5.5px;width:15px}.light-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-success:before{background-image:url(data:image/png;base64,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)}.light-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-running{background-color:rgba(58,223,91,.141)}.light-theme .flashing-content .flashing-sequence>div.current-ecu ul li.ecu-running:before{-webkit-animation:loader-rotate 3s linear infinite;animation:loader-rotate 3s linear infinite;background-image:url(../../static/media/loader-im-green.3115f1545630fdc53601.png)}.light-theme .bus-code-flashing{border:1px solid #dcdcdc;min-height:calc(100vh - 232px);width:100%}.light-theme .bus-code-flashing .bus-code-list li{margin-bottom:10px}.light-theme .bus-code-flashing .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.light-theme .bus-code-flashing .bus-code-list li span:last-child{min-width:500px}.light-theme .Measurement-header li{padding:10px}.light-theme .Measurement-header .param-tab{border-top:2px solid #b0b0b0}.light-theme .Measurement-header .param-tab,.light-theme .Measurement-header .param-tab-active{display:flex;justify-content:center;padding:10px 60px 20px}.light-theme .flash-header{margin-top:20px}.light-theme .flash-header table{border-collapse:collapse;margin-top:-22px;width:100%}.light-theme .flash-header table td{color:#000;font-size:.875rem;padding:8px 16px}.light-theme .flash-header table td button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;justify-content:center;min-width:150px;padding:8px 16px}.light-theme .flash-header table td button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.light-theme .flash-header table td button img.download-img{width:15px}.light-theme .flash-header table td button img.flash-img{width:20px}.light-theme .flash-header table thead tr{background-color:#3e66b0}.light-theme .flash-header table thead tr td{border:2px solid #f5f5f5;color:#fff}.light-theme .flash-header table tbody tr:nth-child(odd){background-color:#fff}.light-theme .flash-header table:nth-child(2n){background-color:#f9f9f9}.light-theme .upload-section{align-items:center;color:#000;display:flex;font-size:.875rem;padding:8px 16px}.light-theme .upload-section span{color:#fff;padding:10px}.light-theme .upload-section label{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;height:35px;justify-content:center;min-width:150px;padding:8px 16px;width:50%}.light-theme .upload-section label img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.light-theme .upload-section label img.download-img{width:15px}.light-theme .upload-section label img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.light-theme .upload-section button{align-items:center;background-color:#3e66b0;border:0;border-radius:5px;color:#fff;display:flex;height:35px;justify-content:center;min-width:150px;padding:8px 16px;width:50%}.light-theme .upload-section button.flash-button{width:70%}.light-theme .upload-section button.flash-button:disabled{cursor:not-allowed;opacity:.5}.light-theme .upload-section button.reflash-button{background-color:#5aab3d;width:70%}.light-theme .upload-section button img{-webkit-filter:invert(1);filter:invert(1);margin-right:5px}.light-theme .upload-section button img.download-img{width:15px}.light-theme .upload-section button img.flash-img{-webkit-filter:inherit;filter:inherit;width:20px}.light-theme .offline-section{width:70%}.light-theme .ofline-ecu-progess{background:#d9d9d9;border-radius:5px;height:35px;position:relative;width:70%}.light-theme .ofline-ecu-progess .flash-current-progress{background-color:#5aab3d;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:10%}.light-theme .ofline-ecu-progess span{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .data-comments{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#4682b4;margin:25px;padding:20px 0 20px 8px}.light-theme .caution-msg{background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;color:#000;margin-bottom:12px;max-height:190px;max-width:100%;min-height:100px}.light-theme .caution-msg h4{padding:8px 0 0 8px}.light-theme .caution-msg .list-content{font-size:.875rem;padding:15px 0 15px 40px}.light-theme .upload{margin:0 0 20px 20px}.light-theme .upload p{color:#936a64;font-size:12px;margin:0;padding:5px}.light-theme .campagin-available{text-align:center}.light-theme .campagin-available span{color:#2abf42;font-size:14px}.light-theme .dtc-scan-container{max-height:calc(100vh - 172px);min-height:calc(100vh - 172px);overflow-x:hidden;overflow-y:auto}.light-theme .dtc-scan-container .parameter-contianer-sec{min-height:calc(100vh - 184px);width:100%}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav{background-color:#f5f5f5;border-radius:10px 0 0 10px;border-right:1px solid #fff;width:200px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul{list-style:none}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list{background-color:#fff;border-radius:10px;padding:20px;width:100%}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .parameter-contianer button{margin:8px}.light-theme .bus-code-parameter{min-height:calc(100vh - 286px)}.light-theme .Measurement-header li{color:#000}.light-theme .Measurement-header .param-tab-active{color:#7e7e7e}.light-theme .Parameter-search .search-input{background-color:#fff;border:1px solid #b7b4b4;border-radius:10px;color:#000;height:25px;padding:0 30px 0 10px}.light-theme .Parameter-card img{cursor:pointer;margin-left:5px;width:15px}.light-theme .Status-Table{margin:0 10px;padding-top:17px}.light-theme .Status-Table .table-live-Status{border-collapse:collapse;margin:20px 0;width:100%}.light-theme .Status-Table .table-live-Status thead{border-bottom:1px solid #d9d9d9;text-align:justify}.light-theme .Status-Table .table-live-Status thead th{color:#000;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px 16px}.light-theme .Status-Table .table-live-Status td{color:#000;font-size:.8125rem;padding:12px 14px}.light-theme .Status-Table .table-live-Status input{accent-color:green}.light-theme .Edit-Head{border:1px solid #ddd;border-radius:5px;margin:12px;min-height:calc(70vh - 280px)}.light-theme .Edit-Head .Edit-Header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:11px}.light-theme .Edit-Head .Edit-Header img{cursor:pointer}.light-theme .Edit-Head .Edit-Header span{color:#000;font-weight:bolder}.light-theme .Edit-Table{border-collapse:collapse;width:100%}.light-theme .Edit-Table th{border-bottom:1px solid #ddd;padding:8px}.light-theme .Edit-Table td,.light-theme .Edit-Table th{color:#000;font-family:Facto;font-size:.8125rem;text-align:justify}.light-theme .Edit-Table td{padding:6px 7px}.light-theme .Edit-Table input[type=checkbox]{accent-color:green;position:relative;top:2px}.light-theme .Edit-Table tbody tr:nth-child(2n){background-color:hsla(0,0%,85%,.851)}.light-theme .Write-Ecu input{border:1px solid #b7b4b4;border-radius:2px;height:34px;margin-left:10px;padding:0 10px;width:30%}.light-theme .buttentin-main{border:1px solid #ddd;border-radius:5px;min-height:472px}.light-theme .bullentin_header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px}.light-theme .bullentin_header span{color:#1b6fee}.light-theme .bullentin_header small img{width:12px}.light-theme .bullentin_body{padding:8px}.light-theme .search_bar_div{position:relative}.light-theme .search_bar_div p{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;font-size:.8125rem;max-height:100px;overflow:auto;padding:10px;position:absolute;z-index:inherit}.light-theme .search_bar_div div{margin-bottom:6px}.light-theme .search_bar_div input{border:1px solid #ddd;border-radius:5px;height:25px;padding:15px;width:40%}.light-theme .search_bar_div svg{color:#726868;position:relative;right:20px;top:2px}.light-theme .table_div{margin-bottom:30px;margin-top:8px;text-align:center;width:100%}.light-theme .table_div a{color:#1b6fee;text-decoration:underline}.light-theme .table_div thead{background-color:#3e66b0}.light-theme .table_div th{color:#fff;font-family:Facto;font-size:.8125rem;padding:10px;text-align:start}.light-theme .table_div tbody tr:nth-child(2n){background-color:hsla(0,0%,85%,.851)}.light-theme .table_div td{color:#000;font-family:Facto;font-size:14px;padding:6px 7px;text-align:start}.light-theme .bullentin_body .bullentin_sub_header{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;margin-bottom:5px;padding:6px 0}.light-theme .bullentin_body .bullentin_sub_header button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.light-theme .bullentin_body .bullentin_sub_header span{color:#000}.light-theme .bullentin_body .bullentin_sub_header div span{background-color:#d9d9d9;border-radius:6px;padding:7px}.light-theme .bullentin_body .bullentin_sub_header div a{text-decoration:none}.light-theme .bullentin_body .bullentin_sub_header div a button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.light-theme .bullentin_body .pdf_con_d_grid{display:grid;height:360px;overflow-y:auto;place-items:center}.light-theme .download_span{background-color:#d9d9d9;border-radius:6px;color:#000!important;margin-right:10px;padding:7px}.light-theme .card_main_div{display:flex;flex-wrap:wrap;justify-content:start}.light-theme .card_main_div a{text-decoration:none}.light-theme .card_main_div .ecu_card{background:#bec5c5;border-radius:8px;color:#000;font-size:.8125rem;height:100%;margin-right:8px;padding:10px;text-align:center;width:100px}.light-theme .card_main_div .ecu_card img{margin-bottom:10px}.light-theme .no_data_found{color:#000;margin-top:100px;text-align:center;width:100%}.light-theme .react-pdf__message{color:#000}.light-theme .service_history_top_div{border:1px solid #ddd;border-radius:8px;margin-bottom:15px}.light-theme .service_history_top_div li{list-style-type:none}.light-theme .service_history_top_div .v_h_paragraph{border-bottom:1px solid #ddd;color:#000;font-weight:700;padding:15px}.light-theme .service_history_top_div .v_h_details ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px}.light-theme .service_history_top_div .v_h_details ul li{display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding:0 10px;width:50%}.light-theme .service_history_top_div .v_h_details ul li span:first-child{border-right:1px solid hsla(0,0%,87%,.867);color:#000;font-weight:bolder;width:60%}.light-theme .service_history_top_div .v_h_details ul li span:last-child{color:#484848;margin-left:10px;width:40%}.light-theme .service_history_bottom_div{border:1px solid #ddd;border-radius:8px;min-height:295px}.light-theme .service_history_bottom_div .s_h_sub_header{border-bottom:1px solid #ddd;color:#000;display:flex;justify-content:space-between}.light-theme .service_history_bottom_div .s_h_sub_header .s_h_left_div{font-weight:700;padding:15px;width:50%}.light-theme .service_history_bottom_div .s_h_sub_header .s_h_right_div{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:space-around;width:50%}.light-theme .service_history_bottom_div .v_h_card_div{overflow-y:auto}.light-theme .service_history_bottom_div .v_h_card_div .service_history_render_div{align-items:center;display:flex}.light-theme .service_history_bottom_div .v_h_card_div ul{border:1px solid #ddd;border-radius:8px;margin:15px;min-width:46%;padding:10px}.light-theme .service_history_bottom_div .v_h_card_div ul li{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px}.light-theme .service_history_bottom_div .v_h_card_div ul li a{text-decoration:underline;width:42%}.light-theme .service_history_bottom_div .v_h_card_div ul li a span{border:none!important;color:#5151b8!important}.light-theme .service_history_bottom_div .v_h_card_div ul li span:first-child{border-right:1px solid hsla(0,0%,87%,.867);color:#000;font-weight:bolder;width:60%}.light-theme .service_history_bottom_div .v_h_card_div ul li span:last-child{color:#484848;margin-left:10px;width:40%}.light-theme .s_h_body{border:1px solid #ddd;border-radius:8px;height:100%}.light-theme .s_h_body .v_h_header_div{align-items:center;border-bottom:1px solid #ddd;color:#000;display:flex;justify-content:space-between;padding:15px}.light-theme .s_h_body .v_h_header_div .download_span{cursor:pointer}.light-theme .s_h_body .v_h_header_div div:last-child a button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.light-theme .s_h_body .v_h_details_div ul{margin:15px}.light-theme .s_h_body .v_h_details_div ul li{align-items:center;border:1px solid #ddd;border-radius:6px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding:10px}.light-theme .s_h_body .v_h_details_div ul li .action_by_tech p{margin:8px 0}.light-theme .s_h_body .v_h_details_div ul span{color:#000;width:30%}.light-theme .s_h_body .v_h_details_div ul span:last-child{border-left:1px solid #ddd;color:#484848;padding-left:10px;width:70%}.light-theme .calendarWrap{display:inline;position:relative}.light-theme .calendarWrap .calendarElement{font-size:12px;left:-200px;position:absolute;top:40px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}.light-theme .infodata img{width:100%}.light-theme .react-pdf__Page__textContent{display:none}.light-theme .react-pdf__Page__annotations{height:0;width:0}.light-theme .infodata-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;float:right;font-size:.8125rem;margin-bottom:8px;padding:10px;width:140px}.light-theme .inner-Homepage{background-attachment:fixed;background-image:url(../../static/media/main-background.547ad0f30bb8dda52520.png);background-repeat:no-repeat;background-size:cover;height:100vh;padding:20px}.light-theme .Home-logo-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.light-theme .Home-logo-container img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);width:155px}.light-theme .Home-logo-container span{color:#fff;font-size:14px;padding:19px}.light-theme .Home-component{align-items:center;background-image:url(../../static/media/back.4455b823767c3b0b1365.png);background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-wrap:wrap;justify-content:center;min-height:85vh;padding-left:0;position:relative;width:100%}.light-theme .Home-header{bottom:40px;position:absolute;width:100%}.light-theme .Home-header ul{display:flex;list-style:none}.light-theme .Home-header ul li{align-items:center;display:flex;justify-content:center;padding:18px 0 18px 38px;position:relative;width:25%}.light-theme .Home-header ul li.Network-Solution{background-color:#3e66b0}.light-theme .Home-header ul li.Network-Solution a{text-decoration:none}.light-theme .Home-header ul li.Network-Solution:hover img{opacity:.09}.light-theme .Home-header ul li.Network-Solution:hover span{opacity:1}.light-theme .Home-header ul li.Network-Solution:hover:after{background-color:#1f468e}@media(max-width:1250px){.light-theme .Home-header ul li{padding:18px 0}}.light-theme .Home-header ul li:before{background-color:#ddd;-webkit-clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);content:"";display:block;height:196%;position:absolute;right:25%;top:-148%;width:40%}@media(max-width:1250px){.light-theme .Home-header ul li:before{right:79px;top:-102px;width:50%}}.light-theme .Home-header ul li:after{background-color:#fff;-webkit-clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);clip-path:polygon(0 25%,0 75%,50% 100%,100% 75%,100% 25%,50% 0);content:"";display:block;height:165%;position:absolute;right:27%;top:-132%;transition:all .3s ease;width:35%;z-index:1}@media(max-width:1250px){.light-theme .Home-header ul li:after{right:88px;top:-92px;width:43%}}.light-theme .Home-header ul li img{height:69px;position:absolute;right:35%;top:-68px;z-index:999}@media(max-width:1250px){.light-theme .Home-header ul li img{right:112px}}.light-theme .Home-header ul li span:after,.light-theme .Home-header ul li span:before{display:none}.light-theme .Home-header ul li span{color:#fff;opacity:0;position:absolute;right:125px;top:-41px;z-index:9999}.light-theme .Home-header ul li h3{color:#fff;font-size:.75rem;margin-top:20px;text-align:center}.light-theme .Home-header .Engineering-solution{background-color:#3e66b0}.light-theme .Home-header .Aftersale,.light-theme .Home-header .Manufacturing{background-color:#1f468e}.light-theme .title{left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .title h3,.light-theme .title h4{color:#fff;font-size:20px}.light-theme .title h4{text-align:center}.light-theme .Home-copy{bottom:-26px;position:absolute;text-align:center;width:45%}.light-theme .close_div{display:flex;justify-content:end;padding-bottom:20px}.light-theme .close_div img{cursor:pointer}.light-theme .data_para{font-size:14px;margin-bottom:15px}.light-theme .date_div{align-items:center;display:flex;justify-content:space-between;position:relative}.light-theme .date_div label{font-size:13px;font-weight:900}.light-theme .date_div label .inputBox{background:#f1f1f1;border:none;border-radius:4px;outline:none;padding:6px}.light-theme .date_div .calendarElement{left:10%;position:absolute;top:37px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}.light-theme .date_div .filterBtn{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:10px;width:140px}.light-theme .vehicle_info_sec{display:grid;min-height:calc(100vh - 132px);place-items:center}.light-theme .vehicle_info_sec .v_info_details{background-color:#f9f9f9;border:1px solid hsla(0,0%,100%,.18);border-radius:10px;display:grid;padding:20px;place-items:center;position:relative;width:440px}.light-theme .vehicle_info_sec .v_info_details span:first-child{color:#000;margin:20px 0 10px}.light-theme .vehicle_info_sec .v_info_details .title_span{color:#000}.light-theme .vehicle_info_sec .v_info_details input{border:1px solid #ddd;border-radius:3px;height:25px;margin-right:15px;margin-top:10px;padding:15px;text-align:center;width:80%}.light-theme .vehicle_info_sec .v_info_details .button_div_flex{display:flex}.light-theme .vehicle_info_sec .v_info_details button{align-items:center;background-color:#3e66b0;border:none;border-radius:5px;box-shadow:inset 1.2em 1.2em 1.2em 0 hsla(0,0%,100%,.3),inset -1.2em -1.2em 1.2em 0 rgba(0,0,0,.2),5px 5px 30px rgba(0,0,0,.16);color:#fff;cursor:pointer;margin-right:10px;margin-top:20px;max-width:210px;padding:10px 15px;transition:all .3s}.light-theme .solution_offering_main_div{border-radius:10px;display:grid;max-height:calc(100vh - 132px);min-height:calc(100vh - 168px);overflow-y:auto;place-items:center}.light-theme .solution_offering_main_div .tools_div{display:grid;place-items:center;width:67%}@media(max-width:1024px){.light-theme .solution_offering_main_div .tools_div{width:53%}}@media(max-width:900px){.light-theme .solution_offering_main_div .tools_div{width:41%}}.light-theme .solution_offering_main_div .tools_div .card_body{display:flex;flex-wrap:wrap;justify-content:start;margin:0 0 50px;position:relative;text-align:center}.light-theme .solution_offering_main_div .tools_div .card_body a{text-decoration:none}.light-theme .solution_offering_main_div .tools_div .card_body .card{background:#fff;border:1px solid #e2e2e2;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:180px;margin:10px;padding:20px;transition:all .3s;width:200px}@media(max-width:1024px){.light-theme .solution_offering_main_div .tools_div .card_body .card{font-size:14px;height:170px;width:150px}}.light-theme .solution_offering_main_div .tools_div .card_body .card img{height:80px;margin:auto}@media(max-width:1024px){.light-theme .solution_offering_main_div .tools_div .card_body .card img{height:70px}}.light-theme .solution_offering_main_div .tools_div .card_body .card span{color:#006db7;margin-top:15px}.light-theme .solution_offering_main_div .tools_div .card_body .card:hover{border:1px solid #fff;box-shadow:0 0 5px 2px #ddd}.light-theme .ReactModal__Content--after-open{background-color:#fff!important}.light-theme .ReactModal__Content--after-open .logout-confirmation-modal-container{color:#000}.light-theme .ReactModal__Content--after-open .custom_class{padding:0;width:400px}.light-theme .ReactModal__Content--after-open .custom_class .btn-cancel,.light-theme .ReactModal__Content--after-open .custom_class .btn-okay{width:65px}.light-theme .confirmation-modal-container{color:#000}.light-theme .brand_div{border-radius:8px;min-height:40px;padding:10px}.light-theme .brand_div a{text-decoration:none}.light-theme .brand_div span{border-right:2px solid #fff;color:#fff;margin-right:5px;padding-right:5px}.light-theme .brand_div span:nth-child(4){border-right:none}.light-theme .backBtn{background:#fff;border:none;border-radius:6px;color:#000;float:right;padding:4px 10px;text-align:center;width:40px}.light-theme .tools_div .wiringDiag_span{color:#fff;font-size:20px}.light-theme .TP_header_div{align-items:center;display:flex;justify-content:center;padding:20px}.light-theme .TP_header_div a{text-decoration:none}.light-theme .TP_header_div span{color:#fff;font-size:23px;font-weight:bolder}.light-theme .active_list{background-color:#3e66b0!important;color:#fff!important}.light-theme .TP_path_div{align-items:center;display:flex;justify-content:space-between;padding:10px}.light-theme .TP_path_div a{text-decoration:none}.light-theme .TP_path_div .path_body span{color:#fff;font-size:20px;font-weight:bolder}.light-theme .TP_path_div .vehicle_details{align-items:center;background:#f5f5f5;border-radius:6px;display:flex;justify-content:space-between;padding:4px 10px}.light-theme .TP_path_div .vehicle_details span{border-right:2px solid #ddd;color:#000;margin:0 5px;padding-right:5px}.light-theme .TP_path_div .vehicle_details a .backBtn{background:none}.light-theme .TP_wiringDiag_main_div{border-radius:10px}.light-theme .TP_wiringDiag_main_div .TP_body{display:flex;justify-content:space-between;max-height:calc(100vh - 184px);min-height:calc(100vh - 184px)}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu{background:#f5f5f5;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;overflow-y:auto;width:20%}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .header_span{border-bottom:1px solid #ddd;color:#1b6fee;padding:15px}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div{display:flex;justify-content:space-evenly}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span{color:#000;font-size:14px;padding:15px;text-align:center;width:50%}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span.active_tab{border-bottom:2px solid #1b6fee}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connectors_div span:first-child{border-right:1px solid #ddd}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div{padding:5px;position:relative}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div input{border:none;border-radius:5px;box-shadow:0 0 8px #cbcbef;height:38px;padding:15px;width:100%}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div input[type=search]::-webkit-search-cancel-button{display:none}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div img{cursor:pointer;left:80%;position:absolute;top:36%;width:12px}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .search_div .search_icon{left:88%;position:absolute;top:32%}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p{align-items:center;border-bottom:1px solid #ddd;color:#000;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:12px;transition:all .3s ease}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p img{-webkit-filter:invert(0);filter:invert(0);width:10px}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p.Active_Sidebar{background-color:#3e66b0;color:#fff;font-size:16px;font-weight:bolder}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p.Active_Sidebar img{filter:invert(100%);-webkit-filter:invert(100%);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul p:hover{box-shadow:0 0 3px rgba(33,97,218,.961)}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul li{background:#fff;border:1px solid #fff;cursor:pointer;font-size:14px;padding:12px 12px 12px 30px;transition:all .3s ease}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu ul li:hover{background-color:rgba(67,122,224,.357)}.light-theme .TP_wiringDiag_main_div .TP_body .TP_sideMenu .connector_ul li{background:#f5f5f5;border-bottom:1px solid #ddd;color:#000;height:45px;padding:12px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div{background:#f5f5f5;border:1px solid #ddd;border-radius:10px;overflow-y:hidden;width:79%}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .info_div{display:grid;height:100%;place-items:center;text-align:center}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .info_div div{background-color:#c5c5c5;border-radius:10px;padding:15px;width:50%}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div{display:flex;justify-content:space-evenly}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid{border:1px solid #ddd;border-radius:6px;display:grid;margin:0 22px;max-height:430px;min-height:430px;overflow-y:auto;place-items:center;position:relative;width:58%}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div{border-radius:15px 4px 4px 2px;cursor:pointer;display:flex;flex-direction:column;position:absolute;right:15%;top:10px;transition:all .5s ease;width:36px;z-index:999}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .option_sub_ul{list-style:none;opacity:0;position:absolute;visibility:hidden;z-index:1}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .option_sub_ul li{background:#4588ff;border-radius:5px;color:#060606;cursor:pointer;font-size:14px;font-weight:900;margin-bottom:4px;padding:8px;width:190px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span{border-radius:15px 4px 4px 2px;padding:0 4px;text-align:center;width:36px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span img{border-radius:50%;box-shadow:0 0 5px #cbc2c2;transition:all .3s ease;width:29px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div .info_span img:hover{box-shadow:0 0 8px #1d1c1c}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus .option_sub_ul{opacity:1;visibility:visible}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus{-webkit-clip-path:circle(300% at 0 0);clip-path:circle(300% at 0 0);width:115px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .pdf_con_d_grid .option_div:focus .info_span{opacity:0}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .expand_option_div{left:10px;position:absolute;top:0;z-index:1}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .expand_option_div img{cursor:pointer;margin:5px;width:24px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .middle_Image_div{max-width:25%;position:relative;width:25%}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .middle_Image_div .react-pdf__Page__canvas{height:100%!important;margin:0 auto;width:95%!important}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div{margin:0 12px;max-height:400px;overflow:auto;width:20%}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .header_connectors{align-items:center;background:#0077c6;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:5px;padding:5px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .header_connectors .header_name{color:#fff;font-size:14px;font-weight:bolder}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .closeImg{border-radius:5px;box-shadow:0 0 3px beige;cursor:pointer;-webkit-filter:brightness(5);filter:brightness(5)}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass{width:100%!important}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass .connectors_div span{font-size:13px;padding:11px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .img_body_div .right_list_div .customClass .connectors_div ul p{font-size:13px;padding:11px 5px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div embed{height:433px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .main_img{max-width:160%!important}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div{align-items:center;display:flex;padding:8px 10px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .sub_header_span{color:#000}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div{align-items:center;display:flex;justify-content:end}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span{background:transparent;background-color:#d9d9d9;border-radius:50%;box-shadow:0 0 5px #cbc2c2;display:grid;height:32px;margin-left:10px;place-items:center;transition:.2s ease-in;width:32px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(3){border-radius:6px;cursor:pointer;display:flex;font-size:14px;justify-content:start;margin-right:10px;padding:7px;width:150px}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:first-child:hover,.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(2):hover,.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .option_spans_div span:nth-child(4):hover{box-shadow:0 0 8px #1d1c1c}.light-theme .TP_wiringDiag_main_div .TP_body .Img_div .Img_header_div .closeImg{cursor:pointer}.light-theme .TP_tech_bulletin_main_div{background-color:#f5f5f5;border-radius:10px;min-height:calc(100vh - 135px);padding:15px}.light-theme .TP_tech_bulletin_main_div .TP_header{display:flex;justify-content:space-between;padding:10px}.light-theme .TP_tech_bulletin_main_div .TP_header span{color:#1b6fee}.light-theme .TP_tech_bulletin_main_div .TP_body{border:1px solid #ddd;margin:0 10px;min-height:calc(100vh - 212px)}.light-theme .TP_tech_bulletin_main_div .TP_body .TP_table_body{padding:10px}.light-theme .TP_tech_bulletin_main_div .TP_body a{color:#1b6fee}.light-theme .TB_bullentin_sub_header{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;padding:10px}.light-theme .TB_bullentin_sub_header a{text-decoration:none}.light-theme .TB_bullentin_sub_header span{color:#000}.light-theme .TB_bullentin_sub_header button{background:#3e66b0;border:none;border-radius:6px;color:#fff;padding:8px;width:140px}.light-theme .TP_body .pdf_con_d_grid{display:grid;height:350px;max-height:calc(100vh - 270px);min-height:calc(100vh - 270px);overflow-y:auto;place-items:center}.light-theme .dtc-Prognostics{background-color:#f5f5f5;border-radius:5px;padding:10px}.light-theme .Prognostics-main{border:1px solid #ddd;border-radius:5px;min-height:calc(100vh - 192px)}.light-theme .Prognostics_header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px}.light-theme .Prognostics_body{padding:8px}.light-theme .prognostic_header_para{color:#fff;font-size:larger;font-weight:bolder;padding:10px;text-align:center}.light-theme a{text-decoration:none}.light-theme .prognostics_body{background:#f5f5f5;border-radius:10px;min-height:calc(100vh - 172px);padding:15px}.light-theme .prognostics_body .dashboard_header{color:#1b6fee;display:flex;justify-content:space-between}.light-theme .prognostics_body .dashboard_header img{cursor:pointer}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details{border:1px solid #ddd;border-radius:8px;display:flex;height:140px;margin:10px 0}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details div:first-child{text-align:center;width:20%}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details div:first-child span{color:#000;display:block;font-size:15px;font-weight:bolder}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details ul{align-items:center;border-left:2px solid #ddd;display:grid;grid-template-columns:auto auto auto;margin:5px;padding-left:15px;width:80%}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li{border-bottom:2px solid #ddd;list-style-type:none;padding-bottom:6px;width:90%}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li span:first-child{color:#000;font-weight:700;margin-right:10px}.light-theme .prognostics_body .prognostics_inner_body .vehicle_details ul li span:last-child{color:#484848}.light-theme .prog_card_main_div{align-items:center;display:flex;flex-wrap:wrap;justify-content:start;max-height:calc(100vh - 300px);overflow:auto}.light-theme .prog_card_main_div .card{background-color:hsla(0,0%,85%,.851);border:1px solid #ddd;border-radius:10px;color:#000;cursor:pointer;display:grid;height:140px;margin:5px;padding:10px;place-items:center;transition:all .3s ease;width:151px}.light-theme .prog_card_main_div .card img,.light-theme .prog_card_main_div .card svg{-webkit-filter:invert(0);filter:invert(0);transition:all .3s ease}.light-theme .prog_card_main_div .card span{text-align:center}.light-theme .prog_card_main_div .card:hover{box-shadow:0 0 3px #000}.light-theme .prog_card_main_div .card:hover img,.light-theme .prog_card_main_div .card:hover svg{-webkit-transform:scale(1.05);transform:scale(1.05)}.light-theme .dtc-scan-container{background-color:#f5f5f5;border-radius:10px}.light-theme .dtc-scan-container .dtc-contianer-sec{display:flex;min-height:calc(100vh - 184px)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav{background-color:#f5f5f5;border-radius:10px 0 0 10px;border-right:1px solid #fff;width:200px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul{list-style:none}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list{background-color:#f5f5f5;border-radius:10px;padding:20px;width:100%}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:2px solid #ca3333;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:2px solid #ffdb00;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-scan-container .dtc-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-identity{display:flex;justify-content:flex-end;list-style:none;margin-top:10px}.light-theme .sidebar-bus1{border-right:1px solid #ddd;height:372px;width:200px}.light-theme .sidebar-bus1 .select_all{background-color:#f47d1f;border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:7px;padding:10px 21px 10px 10px;width:88%}.light-theme .sidebar-bus1 .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:6px;padding:8px}.light-theme .sidebar-bus-list-dtc{border-radius:5px;height:295px;justify-content:flex-start;list-style:none;margin-top:4px;overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.light-theme .sidebar-bus-list-dtc label li{display:flex;justify-content:space-between;margin-bottom:-10px}.light-theme .sidebar-bus-list-dtc label li input{margin-right:10px}.light-theme .sidebar-bus-list-dtc .fault_ecus_orange{background-color:#f47d1f;border-radius:5px;color:#fff;padding:10px}.light-theme .sidebar-bus-list-dtc .fault_ecus_green{background-color:#41ad48;border-radius:5px;color:#fff;padding:10px}.light-theme .dtc-values1{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px;transition:all .2s linear}.light-theme .dtc-values1:first-child.active-dtc{margin:5px 0 15px}.light-theme .dtc-values1.active-dtc1{position:relative}.light-theme .dtc-values1.active-dtc1:before{border-radius:5px 0 0 5px;border-right:0;height:140%;left:-10px;width:210px}.light-theme .dtc-values1.active-dtc1:after,.light-theme .dtc-values1.active-dtc1:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light-theme .dtc-values1.active-dtc1:after{background-color:#f5f5f5;height:100%;height:140%;right:-20px;width:5px}.light-theme .bus-code-list{max-height:100%;overflow-y:auto}.light-theme .bus-code-list div ul p{border-radius:5px;color:#000;margin-bottom:10px;padding:10px}.light-theme .fault-manage-DTC{display:flex;min-height:calc(100vh - 331px);width:100%}.light-theme .bus-code-gudided{border:1px solid #ddd;height:352px;margin:10px 0;overflow-x:hidden;overflow-y:auto;width:100%}.light-theme .bus-code-gudided .no-dtc-txt{align-items:center;color:#000;display:flex;height:100%;justify-content:center;width:100%}.light-theme .bus-code-gudided .bus-code-list li{margin-bottom:10px}.light-theme .bus-code-gudided .bus-code-list li span{display:inline-block;padding:10px 15px;transition:all .3s ease}.light-theme .bus-code-gudided .bus-code-list li span:last-child{max-width:525px;min-width:640px;position:relative}.light-theme .bus-code-gudided .bus-code-list li span:last-child small{cursor:pointer;float:right;position:absolute;right:5px;top:5px}.light-theme .bus-code-gudided .bus-code-list li span:last-child img{cursor:pointer;float:right;margin-left:10px;width:15px}@media(max-width:1024px){.light-theme .bus-code-gudided .bus-code-list li span:last-child{max-width:490px;min-width:440px}}.light-theme .bus-code-gudided .bus-code-list li.active-dtc-list span{background-color:#ed5d62;color:#fff}.light-theme .bus-code-gudided .bus-code-list li.in-active-dtc-list span{background-color:#c7c8ca;color:#8e6922}.light-theme .bus-code-gudided .bus-code-list li.pending-dtc-value span{background-color:#f5d349;color:#777}.light-theme .bus-code-gudided .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.light-theme .bus-code-gudided .bus-code{border:1px solid #dcdcdc;max-height:400px}.light-theme .bus-code-gudided .rescan-completed{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:10px;color:#3c763d}.light-theme .bus-code-gudided .rescan-completed,.light-theme .bus-code-gudided .rescan-warning{-webkit-animation:popup .3s ease-in-out;animation:popup .3s ease-in-out;font-size:.75rem;letter-spacing:1px;margin-top:3px;min-width:200px;padding:7px;text-align:center}.light-theme .bus-code-gudided .rescan-warning{background-color:#fcf8e3;border:1px solid #faebcc;border-radius:10px;color:#8a6d3b}.light-theme .bus-code-gudided .mini-loader-rescan{-webkit-animation:loader-spinner .6s linear infinite;animation:loader-spinner .6s linear infinite;background-color:transparent;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;margin-left:20px;padding:0;width:12px}.light-theme .bus-code-gudided .rescan-width{width:200px}.light-theme .dtc_code_name{color:#000;font-size:15px;margin:10px 0}.light-theme .dtc-code{align-items:center;display:flex}.light-theme .dtc-code .instruction-container{align-items:center;display:flex;margin-right:10px}.light-theme .dtc-code .instruction-container>img{margin-left:10px;width:20px}.light-theme .dtc-code img{bottom:-3px;cursor:pointer;position:relative;width:25px}.light-theme .dtc-code .dtc-code-ecu{align-items:center;display:flex}.light-theme .dtc-code .dtc-code-ecu>span{background-color:#ed5d62;border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;margin-right:10px;max-height:40px;min-height:40px;min-width:100px;padding:10px 15px;position:relative;transition:all .3s ease}.light-theme .dtc-code .dtc-code-ecu>span:last-child{align-items:center;display:flex;justify-content:space-between;max-width:596px;min-width:596px}.light-theme .dtc-code .dtc-code-ecu>span .right_span img{margin-left:6px;width:19px}.light-theme .dtc-code .dtc-code-ecu>span .plus_icon_span{align-items:baseline;display:flex;height:22px;justify-content:space-between;margin-right:10px;width:86px}.light-theme .dtc-code .dtc-code-ecu>span .plus_icon_span img{-webkit-filter:invert(1);filter:invert(1);width:17px}.light-theme .dtc-code1{border-radius:10px;list-style:none}.light-theme .dtc-code1 .common_div.active_class{background-color:#ed5d62}.light-theme .dtc-code1 .common_div.inactive_class{background-color:#c7c8ca}.light-theme .dtc-code1 .common_div.pending_class{background-color:#f5d349}.light-theme .dtc-code1 .common_div{align-items:center;border-radius:5px;color:#fff;display:flex;font-size:.8125rem;justify-content:space-between;margin:10px 0 0;min-width:100px;padding:7px 15px;position:relative;transition:all .3s ease;width:90%}.light-theme .dtc-code1 .common_div:before{border-bottom:2px solid #ddd;content:"";height:50%;left:-4%;position:absolute;top:0;width:30px}.light-theme .dtc-code1 .common_div:after{border-left:2px solid #ddd;content:"";height:130%;left:-4%;position:absolute;top:-72%;width:30px}.light-theme .dtc-code1 .icons_span img{margin-left:6px;width:19px}.light-theme .bubble{border:3px solid #ddd;border-radius:5px;color:#ddd;color:#000;font-size:.8125rem;height:80px;left:50%;margin-top:6px;padding:5px;position:relative;top:-13px;width:280px}.light-theme .bubble:after,.light-theme .bubble:before{border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;border-top:0;content:" ";height:0;overflow:hidden;position:absolute;right:40px;top:-15px;width:0;z-index:2}.light-theme .toggle-icon{align-items:center;background:#ddd;border-radius:40px;display:flex;height:35px;justify-content:space-between;padding:0 5px;position:relative;width:80px}.light-theme .toggle-icon img{width:20px}.light-theme .toggle-icon:before{background:#eee;border-radius:50%;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHuSURBVHgBnZTNbcJAEIVt8B1KIB3QQaCCkApig5C4ARUAFQA3DoChgkAFQAfQgenAZyQg37PWkUVsfjLSan88+/bNvBnb1pPmum7Jtu3v6/W6WiwWgzSf3AtAfi6XqzG0b/8bDIAh02g2mx0vl8uYfQXA8q2fbWWzKebz+YIAPM/74KgvZoTZh+X+fD4vY1/CDjOZKSwu+rBYae/7/loA8XceGAsAnzYPbuKw7TQgkx8XFh3WcThF2FQ57yXOLM4+BcrDlmP9zc8XziuFB/AgGYaxbgqBsRim5qxerw95KQBU6gViBctgPp93lT/OXYYeKOPXUT7ZdzIFALDHVALAM3ufC30JEJ81Go0vwFylRJE4WWBcGFgPDAAp+qvqU3Umg9VWrO75OPc+kp93JqlbAig6Uzu9BGbqTFW/Z94BdkCt8HQ6FdiPOF+rqFWLrCNhIvYqOKmWCEcqScmofQx4j4uqrYCxIOlHNb0UhOkoUpJ7jvoM5Kp1x3CsqBxM7UXdAYhABVLEpca6IgFC64Fx0VPyKQ+x2bCO8ug4zpJ1VdUvZrYcRDUF4HBT+ZG1Wq3SZDIJtDY/gA75HEyn060txUB9YxQAKCZCK7MXWCgFafZd/M3cUeXvk/WY2QGxNZtNtYxKpGbAZXv9126Z/wA7/BGfh6feYAAAAABJRU5ErkJggg==);font-size:23px;height:30px;left:45px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px}.light-theme .dtc-data{display:grid;grid-template-columns:auto auto auto}.light-theme .sub-bubble{border:3px solid #ddd;border-radius:5px;color:#ddd;color:#000;font-size:.8125rem;height:80px;left:56%;margin-top:6px;padding:5px;position:relative;top:10px;width:280px}.light-theme .sub-bubble:after,.light-theme .sub-bubble:before{border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;border-top:0;content:" ";height:0;overflow:hidden;position:absolute;right:160px;top:-15px;width:0;z-index:2}.light-theme .instruct-content{position:relative}.light-theme .instruct-content .instruction-each{background:#fff;border-radius:10px;bottom:-144px;box-shadow:0 0 8px #187ef5;max-height:150px;max-width:310px;overflow:auto;overflow-x:hidden;padding:10px;position:absolute;right:-13px;width:auto;z-index:1}.light-theme .instruct-content .instruction-each:before{border-bottom:8px solid red;border-left:6px solid transparent;border-right:6px solid transparent;color:red;content:"";height:18%;position:absolute;right:19px;top:-27px;z-index:9999}.light-theme .instruct-content .instruction-each p{color:#000;font-size:.8125rem;width:300px}.light-theme .instruct-content .instruction-each button{background-color:rgba(109,154,1,.788);border:none;border-radius:8px;color:#fff;font-size:11px;margin:6px;padding:5px;width:69px}.light-theme .instruct-content .instruction-each button:disabled{cursor:not-allowed;opacity:.5}.light-theme .instruct-content .instruction-each button:last-child{background-color:#6e6e6e}.light-theme .dtc-secondary{display:flex;flex-wrap:wrap;margin-bottom:10px;max-width:705px;min-width:705px;position:relative}.light-theme .dtc-secondary .dtc_sub_div{grid-gap:8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr))}.light-theme .dtc-secondary .dtc_sub_div .sec_div{background:#ddd;border-radius:5px;margin:5px;padding:10px;width:220px}.light-theme .dtc-secondary>div,.light-theme .dtc-secondary>div li{width:100%}.light-theme .instruct-content-1{position:relative}.light-theme .instruct-content-1 .instruction-each-1{background:#fff;border-radius:10px;bottom:-50px;max-height:150px;padding:10px;position:absolute;right:-11px;z-index:1}.light-theme .instruct-content-1 .instruction-each-1:before{border-bottom:8px solid red;border-left:6px solid transparent;border-right:6px solid transparent;color:red;content:"";height:18%;position:absolute;right:19px;top:-14px;z-index:9999}.light-theme .instruct-content-1 .instruction-each-1 p{font-size:.8125rem;width:220px}.light-theme .solution-heading{margin-bottom:5px;text-align:center}.light-theme .solution-heading p{background-color:#ddd;border-radius:6px;font-weight:bolder;padding:2px;width:103%!important}.light-theme .solution{font-size:11px;text-align:center}.light-theme .solution p:first-child{color:#3e66b0;font-size:.8125rem;margin-bottom:5px}.light-theme .solution button:nth-child(2n){background-color:rgba(202,51,51,.678)}.light-theme .solution button:last-child{background-color:#6e6e6e}.light-theme textarea{border:1px solid #ddd;border-radius:5px;height:37px;padding:3px;width:282px}.light-theme .progress_bar_div{border-radius:20px;margin-left:10px;width:85%}.light-theme .progress_bar_div .Eol-Flashing{display:flex}.light-theme .progress_bar_div .Eol-Flashing p{background-color:#2abf42;border-radius:5px;color:#fff;margin:5px 0 0 10px;padding:2px;width:30%}.light-theme .progress_bar_div p{background-color:#2abf42;border-radius:5px;color:#fff;margin-top:5px;padding:2px;width:30%}.light-theme .outer_progress_bar{background-color:#ddd;border-radius:20px;height:11px;margin-top:10px;width:100%}.light-theme .outer_progress_bar .inner_progress_bar{background-color:#2abf42;border:2px solid #ddd;border-radius:20px;height:8px;margin-top:6px;padding:3px;text-align:center}.light-theme .Flashing-setup{align-items:center;border:1px solid #ddd;display:flex;height:137px;padding:10px;-webkit-transform:translate(28%,50%);transform:translate(28%,50%);width:60%}.light-theme .Flashing-setup span{color:#000;margin-right:15px}.light-theme .Flashing-setup .Ecu-flashing{width:90%}.light-theme .Flashing-setup .Ecu-flashing .progress_text{color:#000}.light-theme .Flashing-setup .Ecu-flashing .welcome_message{-webkit-animation:fade_animation 1.5s linear;-webkit-animation-delay:2s;animation-delay:2s;color:#187ef5}@keyframes fade_animation{0%{-webkit-transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-30px)}}.light-theme .Flashing-setup .Ecu-flashing .animation_fade{-webkit-animation:zoomIn_animation .3s linear}@keyframes zoomIn_animation{0%{opacity:0;-webkit-transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0)}}.light-theme .Graph-main{width:100%}.light-theme .Graph-gudidied{width:100%}.light-theme .Graph-gudidied,.light-theme .solution-data{border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 4px 4px #6a5d5d;padding:10px}.light-theme .solution-data{margin:11% auto;width:88%}.light-theme .solution-data span{font-size:12px;text-align:center}.light-theme .solution-button{text-align:center}.light-theme .solution-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin:8px;padding:10px;width:140px}.light-theme .no_data_found2{background-color:#ddd;border-radius:5px;font-size:14px;margin:10px;padding:10px}.light-theme .page-wrapper-Graph{display:flex;flex-wrap:nowrap}.light-theme .page-wrapper-Graph .body-wrapper-Graph{max-width:100%;padding-left:20px;transition:all .3s ease;width:100%}.light-theme .dtc-command{background-color:#eee;position:relative}.light-theme .dtc-command,.light-theme .dtc-graph-container{border-radius:10px;max-height:calc(100vh - 86px);min-height:calc(100vh - 86px)}.light-theme .dtc-graph-container{background-color:#fff;overflow:auto}.light-theme .dtc-graph-container marquee{background:#3e66b0;border-radius:2px;color:#fff;margin:0 90px;padding-top:6px;text-align:center}.light-theme .dtc-graph-container .parameter-contianer-sec{min-height:calc(100vh - 184px);width:100%}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav{background-color:#f5f5f5;border-radius:10px 0 0 10px;border-right:1px solid #fff;width:200px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul{list-style:none}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li{cursor:pointer;font-size:.875rem;padding:10px;position:relative}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li:first-child{border-radius:10px 0 0 0}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li.active-bus{background-color:rgba(240,64,64,.239)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-nav ul li img{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list{background-color:#fff;border-radius:10px;padding:20px;width:100%}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box{display:flex;flex-wrap:wrap;margin:20px -1% 0}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul{background-color:#fee;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li{margin-bottom:10px;position:relative}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child{margin-bottom:0}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li:last-child img{width:18px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p,.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-current .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized{margin:0 1% 15px;position:relative;width:31.3%}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active .dtc-steps-content{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul{background-color:#fff6d5;border:1px solid #ddd;border-radius:5px;bottom:0;height:120px;list-style:none;opacity:1;overflow-x:auto;padding:10px;position:relative;transition:all .3s ease}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul:hover{bottom:3px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li{margin-bottom:10px;position:relative}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child{margin-bottom:0}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li:last-child img{width:18px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.6;position:absolute;width:20px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p,.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li span{font-size:.8125rem;padding-left:28px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized ul li p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content{left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-steps-content ul li{border:1px solid #ddd;border-radius:5px;font-size:12px;font-weight:700;padding:5px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps{align-items:center;background:#3e66b0;border-radius:50%;bottom:-10px;cursor:pointer;display:flex;height:25px;justify-content:center;padding:7px;position:absolute;right:-10px;width:25px}.light-theme .dtc-graph-container .parameter-contianer-sec .dtc-container-list .dtc-box .dtc-list-each-memorized .dtc-setps img{-webkit-filter:invert(1);filter:invert(1)}.light-theme .parameter-contianer{border-radius:5px;margin-bottom:15px;max-width:200%;padding:15px}.light-theme .parameter-contianer button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:8px;padding:10px;width:140px}.light-theme .parameter-contianer button:disabled{cursor:not-allowed;opacity:.5}.light-theme .sidebar-bus{width:200px}.light-theme .sidebar-bus .dtc-codee{background-color:#ddd;border:1px solid;border-radius:5px;color:#fff;cursor:pointer;font-family:Facto,sans-serif;font-size:.875rem;margin-bottom:6px;padding:8px}.light-theme .sidebar-bus-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:8px;padding:0 10px}.light-theme .dtc-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto,sans-serif;font-size:.875rem;margin-bottom:10px;padding:10px;transition:all .2s}.light-theme .dtc-values:first-child.active-dtc{margin:5px 0 15px}.light-theme .dtc-values.active-dtc{background-color:#3e66b0;color:#fff;margin:15px 0;position:relative}.light-theme .dtc-values.active-dtc:before{border:1px solid #ddd;border-radius:5px 0 0 5px;border-right:0;left:-10px;width:200px}.light-theme .dtc-values.active-dtc:after,.light-theme .dtc-values.active-dtc:before{content:"";height:140%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light-theme .dtc-values.active-dtc:after{background-color:#f5f5f5;right:-11px;width:5px}.light-theme .bus-code-list{border-radius:5px;display:flex;flex-wrap:wrap-reverse;list-style-type:none;padding:10px}.light-theme .fault-manage{display:flex;width:100%}.light-theme .bus-display{display:none}.light-theme .bus-code-parameter{border:1px solid #dcdcdc;min-height:calc(100vh - 280px);width:calc(100% - 200px)}.light-theme .bus-code-parameter .bus-code-list li{margin-bottom:10px}.light-theme .bus-code-parameter .bus-code-list li span{border-radius:5px;display:inline-block;font-size:.875rem;margin-right:10px;min-width:150px;padding:10px 15px;transition:all .3s ease}.light-theme .bus-code-parameter .bus-code-list li span:last-child{min-width:300px}.light-theme .bus-code-parameter .bus-code-list li.active-dtc-list span{background-color:#e23535;color:#fff}.light-theme .bus-code-parameter .bus-code-list li.in-active-dtc-list span{background-color:#e9a625;color:#8e6922}.light-theme .bus-code-parameter .bus-code-list li.pending-dtc-value span{background-color:#ddd;color:#777}.light-theme .bus-code-parameter .bus-code-list li:hover span{box-shadow:0 5px 5px rgba(0,0,0,.3)}.light-theme .Measurement-header{background-color:#d9d9d9;display:flex;list-style:none}.light-theme .Measurement-header li{cursor:pointer;margin-right:26px;padding:16px 25px!important}.light-theme .Measurement-header .param-tab-active{background-color:#f5f5f5;font-family:Facto-bold,sans-serif;font-size:.875rem;padding:10px 37px}.light-theme .Parameter-tab{margin-top:8px}.light-theme .Parameter-tab span{color:#000}.light-theme .Parameter-tab span:first-child{border-right:1px solid #b7b4b4;margin-right:23px;padding-right:20px}.light-theme .Parameter{border-bottom:1px solid #b7b4b4;display:flex;font-family:Facto,sans-serif;font-size:.875rem;justify-content:space-between;margin:26px 13px 13px;padding-bottom:8px}.light-theme .Parameter-search{position:relative}.light-theme .Parameter-search p{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;font-size:.8125rem;max-height:100px;overflow:auto;padding:10px;position:absolute;z-index:inherit}.light-theme .Parameter-search div{margin-bottom:6px}.light-theme .Parameter-search input{background-color:#f5f5f5;border:1px solid #b7b4b4;border-radius:10px;color:#000;height:25px;padding:0 30px 0 10px}.light-theme .Parameter-search svg{color:#726868;position:absolute;right:8px;top:5px}.light-theme .Parameter-box{display:grid;font-size:.875rem;grid-template-columns:auto auto auto;padding:0 11px 25px 3px}.light-theme .Parameter-card{align-items:flex-start;display:flex;margin:10px}.light-theme .Parameter-card input[type=checkbox]{accent-color:green;position:relative;top:2px}.light-theme label{color:#000;cursor:pointer;margin-left:5px}.light-theme .Table-Section{padding:17px 10px}.light-theme .Table-Section .Parameter-Table{margin:0 10px;padding-top:17px}.light-theme .Table-Section .Parameter-Table thead{border-bottom:1px solid #d9d9d9}.light-theme .table-live-Status{border-collapse:collapse;margin:20px 0;width:100%}.light-theme .table-live-Status thead{text-align:justify}.light-theme .table-live-Status thead th{color:#000;font-family:Facto-bold,sans-serif;font-size:.75rem;padding:0 0 6px 16px}.light-theme .table-live-Status td{color:#000;font-size:.8125rem;padding:12px 14px}.light-theme .pagination-main{display:flex;justify-content:center;text-align:-webkit-center}.light-theme .pagination{align-items:center;cursor:pointer;display:flex;list-style-type:none}.light-theme ul.pagination{font-size:13px;margin:20px 0;padding-bottom:4px}.light-theme ul.pagination li{margin:0 10px}.light-theme ul.pagination li a{color:#000}.light-theme .selected{position:relative}.light-theme .selected a{color:#fff;font-weight:bolder;position:relative}.light-theme .disabled a{color:#c3c3c3}.light-theme .serach-notfound{align-items:center;color:#000;display:flex;font-family:Facto,sans-serif;font-size:.875rem;height:50%;justify-content:center;width:100%}.light-theme .button-pagination{margin-top:20px;text-align:end}.light-theme .button-pagination button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:8px;padding:10px;width:140px}.light-theme .apexcharts-text tspan{fill:#000;font-family:inherit}.light-theme .table-button{margin-top:20px;text-align:end}.light-theme .second-main{display:flex;margin-top:1px}.light-theme .Graph-contianer-sec{display:flex}.light-theme .Graph-contianer-sec img{border-radius:5px;height:200px;margin:10px;width:49%}.light-theme .second-Graph{display:flex;overflow:auto}.light-theme .second-Graph img{border-radius:5px;margin:10px;width:100%}.light-theme .Graph-container{border-radius:5px;max-height:calc(100vh - 172px);min-height:calc(100vh - 144px);padding:15px}.light-theme .Graph-container a{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;padding:8px;text-align:center;text-decoration:none;width:130px}.light-theme .Graph-container h3{color:#330bf6}.light-theme .Graph-container .header_div{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;padding-bottom:6px}.light-theme .Graph-Header{align-items:center;color:#fff;display:flex;justify-content:flex-end;margin:5px}.light-theme .Graph-body{margin-top:20px}.light-theme tspan{font-size:12px!important}.light-theme .dtc-Graph-legend{align-items:center;display:flex;list-style-type:none;padding-right:20px}.light-theme .dtc-Graph-legend .dtc-Graph-future span:first-child{background-color:#eb262d;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.light-theme .dtc-Graph-legend .dtc-Graph-past span:first-child{background-color:#ddd;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.light-theme .Graph-logout{display:flex}.light-theme .Graph-logout a{text-decoration:none}.light-theme .Graph-logout .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.light-theme .Graph-logout .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.light-theme .Graph-logout .user-icon .drop_down_option li{background:none;width:100%}.light-theme .Graph-logout .user-icon .drop_down_option li .icon{margin-right:10px}@media(min-width:1400px){.light-theme .Graph-logout .user-icon{height:25px;width:25px}}.light-theme .Graph-logout .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.light-theme .Graph-logout .user-icon>img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);object-fit:cover}.light-theme .Graph-logout .user-icon ul{background:#fff;box-shadow:0 -5px 10px rgba(0,0,0,.2);list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.light-theme .Graph-logout .user-icon ul:before{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";position:absolute;right:19px;top:-8px}.light-theme .Graph-logout .user-icon ul a{text-decoration:none}.light-theme .Graph-logout .user-icon ul li{align-items:center;background:#f5f5f5;border-top:1px solid #d7d7d7;display:flex;padding:15px 10px;transition:all .3s ease}.light-theme .Graph-logout .user-icon ul li:hover{background-color:#f0f0f0;box-shadow:0 0 5px rgba(0,0,0,.2)}.light-theme .Graph-logout .user-icon ul li img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);margin-right:7px;width:20px}.light-theme .Graph-logout .user-icon ul li span{color:#000;font-size:.875rem}.light-theme .main-Header{align-items:center;display:flex;justify-content:space-between}.light-theme .Graph-sidebar{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);max-height:calc(100vh - 172px);min-height:calc(100vh - 266px);overflow-y:auto;transition:all .3s ease;width:275px;z-index:999}.light-theme .Graph-sidebar h5{margin-bottom:7px;padding:7px;text-align:center}.light-theme .Graph-sidebar h6{font-size:13px;padding:5px}.light-theme .Graph-status{border-bottom:1px solid #ddd;display:flex;justify-content:space-evenly;justify-items:center;margin-bottom:1px;padding-bottom:10px}.light-theme .Graph-status p{font-size:12px;padding-top:6px;text-align:center}.light-theme .Graph-status img{height:35px;margin-left:42px;width:35px}.light-theme .Graph-status .active .Current{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:2px;padding:5px 10px;text-align:center}.light-theme .Graph-status .active .Current p{color:red}.light-theme .Graph-status .active .Temperature{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:2px;padding:5px;text-align:center}.light-theme .Graph-status .active .Temperature p{color:red}.light-theme .Graph-status .Voltage{color:green}.light-theme .Graph-status-img{display:flex;justify-content:space-around;margin-bottom:10px}.light-theme .Graph-status-img img{height:35px;width:35px}.light-theme .Vechile-details{border-bottom:1px solid #eee;padding:15px 10px}.light-theme .Vechile-details ul li{display:flex;justify-content:space-between;justify-items:center;padding:4px 0}.light-theme .Vechile-details ul span{color:#857e7e;font-size:12px;font-weight:bolder}.light-theme .table-details{border:1px solid #ddd;border-collapse:collapse;margin:4px 0;width:100%}.light-theme .table-details td,.light-theme .table-details th{border:1px solid #ddd;font-size:12px}.light-theme .table-details td{padding:5px;text-align:center}.light-theme .Graph-battery{border-bottom:1px solid #eee;text-align:center}.light-theme .Dashboard span{background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;font-size:12px;margin-right:10px;padding:5px 10px}.light-theme .Graph-card{display:flex}.light-theme .Graph-card .Graph-card-details{border:1px solid #ddd;border-radius:5px;margin:10px;padding:8px;width:100%}.light-theme .Graph-card .Graph-card-details h5{font-family:facto-bold;margin-bottom:5px;text-align:center}.light-theme .Graph-card .Graph-card-details span{font-size:12px}.light-theme .Graph-card .Graph-card-details img{width:50px}.light-theme .Graph-card .Graph-card-details h6{font-family:facto-bold;text-align:center}.light-theme .Graph-card .Graph-card-details .Graph-img{display:flex;overflow:auto}.light-theme .Graph-card .Graph-card-details .Graph-img img{cursor:pointer;width:100%}.light-theme .Graph-AI{align-items:center;display:flex}.light-theme .Graph-AI p{font-size:12px;margin:15px}.light-theme .typing-text{-webkit-animation:typing 1s steps(40);animation:typing 1s steps(40);display:inline-block;overflow:hidden}@keyframes typing{0%{width:0}to{width:100%}}.light-theme .recharts-label{text-anchor:middle!important;-webkit-transform:rotate(-90,17,102.5)!important;transform:rotate(-90,17,102.5)!important}.light-theme .Preduction p{color:#3e66b0;font-weight:700}.light-theme .table-main{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);margin-top:6px;max-height:calc(100vh - 172px);min-height:calc(100vh - 510px);overflow-y:auto;padding:8px;transition:all .3s ease;width:275px}.light-theme .table-main h5{text-align:center}.light-theme .ReactModalPortal button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin:8px;padding:10px;width:140px}.light-theme .slideshow{height:400px;overflow:hidden;position:relative;width:100%}.light-theme .slideshow__slide{-webkit-animation:slide-in 1s ease-in-out;animation:slide-in 1s ease-in-out;background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.light-theme .slideshow__button{background-color:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:8px 16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:background-color .2s ease-in-out}.light-theme .slideshow__button:hover{background-color:rgba(0,0,0,.7)}.light-theme .loader{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light-theme .loader span:first-child{margin-bottom:1.8px}.light-theme .dot{-webkit-animation:dot-pulse 1.2s ease-in-out infinite;animation:dot-pulse 1.2s ease-in-out infinite;background-color:#3e66b0;border-radius:50%;height:4px;margin:11px 0 4px 4px;width:4px}.light-theme .dot:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.light-theme .dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.light-theme .dot:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}@keyframes dot-pulse{0%{opacity:.7;-webkit-transform:scale(.8);transform:scale(.8)}50%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:.7;-webkit-transform:scale(.8);transform:scale(.8)}}.light-theme .recharts-wrapper{margin-top:25px;width:100%!important}.light-theme .recharts-wrapper .recharts-surface{width:100%}.light-theme .recharts-legend-item{display:flex!important}.light-theme .footer{background:#f5f5f5;bottom:10px;color:#006db7;font-size:14px;padding:10px;position:absolute;text-align:center;width:100%}.light-theme .soh-sidebar{background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2);max-height:calc(100vh - 172px);min-height:calc(100vh - 84px);overflow-y:auto;transition:all .3s ease;width:297px}.light-theme .soh-sidebar h5{margin:10px}.light-theme .Graph-soh{border:1px solid #ddd;border-radius:5px;height:54vh;margin:-5px 10px 10px;padding:auto}.light-theme .Graph-soh .recharts-legend-wrapper{bottom:-50px!important;left:40%!important;top:none!important}.light-theme .Graph-soh .recharts-legend-wrapper .recharts-default-legend{display:flex!important}.light-theme .Graph-soh .recharts-legend-wrapper .recharts-legend-item-text{font-size:14px}.light-theme .chatbot_message_common_div{background:#f5f5f5;box-shadow:0 0 8px gray}.light-theme .chatbot_message_common_div .chatbot_header{background:#3e66b0;border-radius:8px 8px 0 0;padding:0 10px}.light-theme .chatbot_message_common_div .chatbot_header,.light-theme .chatbot_message_common_div .chatbot_header .header_left{align-items:center;display:flex;justify-content:space-between}.light-theme .chatbot_message_common_div .chatbot_header .header_left .header_img_div{background:#fff;border-radius:50%;display:grid;height:45px;margin:5px 0;padding:2px;place-items:center;position:relative;width:45px}.light-theme .chatbot_message_common_div .chatbot_header .header_left .header_img_div .user_status_dot{background:green;border:1px solid #fff;border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.light-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div{color:#fff;display:flex;flex-direction:column;letter-spacing:1px;margin-left:8px}.light-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div span:first-child{font-size:14px}.light-theme .chatbot_message_common_div .chatbot_header .header_left .header_user_div span:last-child{font-size:11px}.light-theme .chatbot_message_common_div .chatbot_header .header_right svg{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:20px;transition:all .3s ease;width:20px}.light-theme .chatbot_message_common_div .chatbot_header .header_right svg:not(:last-child){margin-right:10px}.light-theme .chatbot_message_common_div .chatbot_header .header_right svg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.light-theme .chatbot_message_common_div .chatbot_mesaage_box{max-height:362px;min-height:362px;overflow:auto;padding:2px 0}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left{align-items:center;display:flex;justify-content:start;margin:15px 5px;position:relative;width:85%}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left .render_img_div{border-radius:50%;display:grid;left:0;place-items:center;position:absolute;top:-12px}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left .render_img_div img{width:16px}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.left span{background-image:linear-gradient(45deg,#a7e3ed,rgba(0,0,0,.031));border-radius:6px;font-size:14px;margin-left:7px;padding:5px}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right{align-items:center;display:flex;justify-content:end;margin:15px 5px;position:relative}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right .render_img_div{border-radius:50%;display:grid;place-items:center;position:absolute;right:0;top:-12px}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right .render_img_div img{width:16px}.light-theme .chatbot_message_common_div .chatbot_mesaage_box .common_text_div.right span{background-image:linear-gradient(45deg,rgba(110,251,134,.259),#4bff93);border-radius:6px;font-size:14px;margin-right:7px;min-width:40px;padding:5px}.light-theme .chatbot_message_common_div .chatbot_bottom{align-items:center;border-top:2px solid #ddd;display:flex;justify-content:space-between}.light-theme .chatbot_message_common_div .chatbot_bottom input{border:none;border-radius:5px 0 0 5px;margin:0 0 3px 3px;padding:8px;width:85%}.light-theme .chatbot_message_common_div .chatbot_bottom button{background:transparent;border:none;border-left:1px solid #ddd;height:36px;width:15%}.light-theme .chatbot_message_common_div .chatbot_bottom button svg{-webkit-filter:brightness(0) invert(50%);filter:brightness(0) invert(50%);height:95%;transition:all .5s ease;width:30px}.light-theme .chatbot_message_common_div .chatbot_bottom button:hover svg{-webkit-transform:translateX(4px);transform:translateX(4px)}.light-theme .chatbot_message_div_expand{left:60%;top:22%;width:70%}.light-theme .chatbot_message_div_expand,.light-theme .chatbot_message_div_mini{border-radius:10px;height:457px;position:absolute;-webkit-transform:translate(-50%,30%);transform:translate(-50%,30%);transition:all .3s ease;z-index:999}.light-theme .chatbot_message_div_mini{left:87%;top:28%;width:24%}.light-theme .vehicle_selction_header{color:#fff;font-size:22px;font-weight:bolder}.light-theme .vehicle_selction_body{background-color:#f5f5f5;border:1px solid #ddd;border-radius:10px;margin-bottom:15px;margin-top:8px;max-height:480px;overflow-y:auto;padding:15px;width:430px}.light-theme .vehicle_selction_body .cross_div{align-items:center;display:flex;justify-content:end}.light-theme .vehicle_selction_body .cross_div img{cursor:pointer}.light-theme .vehicle_selction_body .v_selection_img_div{text-align:center}.light-theme .vehicle_selction_body .v_selection_img_div img{width:90%}.light-theme .vehicle_selction_body .select_fields_div .VIN_div label{color:#5e5e5e;font-size:15px;margin-bottom:8px}.light-theme .vehicle_selction_body .select_fields_div .VIN_div input{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#5e5e5e;padding:8px;width:60%}.light-theme .vehicle_selction_body .select_fields_div .para_or{color:#5e5e5e;font-size:18px;margin-bottom:10px;text-align:center}.light-theme .vehicle_selction_body .select_fields_div div{align-items:center;display:flex;flex-direction:column;margin-bottom:10px}.light-theme .vehicle_selction_body .select_fields_div select{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#5e5e5e;padding:8px;width:60%}.light-theme .vehicle_selction_body .select_fields_div select option{font-size:13px}.light-theme .vehicle_selction_body .select_fields_div select.error_select_tag{border:1px solid red;color:#fa5c19}.light-theme .vehicle_selction_body .select_fields_div button{background:#3e66b0;border:none;border-radius:6px;color:#fff;margin:7px;padding:8px;width:140px}.light-theme .owner_pdf{min-height:auto;text-align:center;width:100%}.light-theme .guided-diagnostic-wrap{background-color:#fff;border:1px solid transparent;border-radius:10px;display:flex;justify-content:space-between;max-height:calc(100vh - 184px);min-height:calc(100vh - 184px);overflow:auto;padding:20px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel{width:20%}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box h6{color:#8a8a8a;font-size:16px;font-weight:600}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-heading{border:1px solid #dbdbdb;border-radius:5px;height:30px;margin-top:5px;width:100%}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-heading .dropdown-heading-value span{font-size:13px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-content{padding-top:0}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box .dropdown-content label{background:transparent;color:#8a8a8a}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .select-box:not(:first-child){margin-top:20px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent{align-items:center;-webkit-column-gap:5px;column-gap:5px;display:flex;flex-wrap:wrap;margin-top:5px;row-gap:5px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container{align-items:center;border:1px solid #d5d5d5;border-radius:5px;display:flex;justify-content:space-between;padding:5px;width:33.33%}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container span{color:#cecece;font-size:14px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container .selected-ecu-close{border:1px solid #e0e0e0;cursor:pointer;height:10px;width:10px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .selected-ecu-parent .selected-ecu-container .selected-ecu-close img{display:block;-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);height:8px;padding:1px;width:8px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons{align-items:center;display:flex;margin-top:30px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn{border:1px solid transparent;border-radius:5px;color:#fff;font-size:12px;padding:8px 15px;width:50%}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn.trouble-shoot-btn{background-color:#3e66b0}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn.clear-btn{background-color:#d4d4d4}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .guided-diagnostic-buttons .btn:not(:first-child){margin-left:5px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap{display:flex;justify-content:space-between;margin-top:20px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .guided-dtc-title{color:#8a8a8a;font-size:16px;font-weight:600}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap{margin-left:10px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-select{border:1px solid #e0e0e0;border-radius:5px;color:#8a8a8a;cursor:pointer;font-size:12px;padding:8px 10px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options{border:1px solid #e0e0e0;border-radius:5px;padding:3px;visibility:hidden}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap{height:0;overflow:hidden;position:relative}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap .individual-option-wrap{align-items:center;display:flex;justify-content:space-between;margin:5px 0}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options .dtc-options-wrap .individual-option-wrap label{color:#8a8a8a;font-size:14px}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.opened{visibility:visible}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.opened .dtc-options-wrap{transition:all .7s cubic-bezier(0,1,0,1)}.light-theme .guided-diagnostic-wrap .guided-diganostic-left-pannel .dtc-wrap .dtc-select-wrap .dtc-options.closed .dtc-options-wrap{height:0;transition:all .7s cubic-bezier(0,1,0,1)}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel{width:80%}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;float:right;font-size:.8125rem;margin-left:5px;max-width:50%;min-width:60px;padding:10px}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel span{color:#8a8a8a}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap{display:flex;flex-wrap:wrap;margin:0 -1%;row-gap:20px}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card{border:1px solid #e2e2e2;border-radius:5px;margin:0 1%;padding:10px;width:33.33%}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-header h6{color:#878787;font-size:16px;font-weight:600}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-content{margin:10px 0}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-content p{color:#868686;font-size:14px}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-btn{text-align:right}.light-theme .guided-diagnostic-wrap .guided-diagnostic-right-pannel .guided-card-wrap .guided-card .guided-btn button{background-color:transparent;border:0;color:#c8c8c8;cursor:pointer;font-size:12px}.light-theme .guided-diagnostic-wrap .vetical-line{border-left:2px solid #e3e3e3;margin:0 20px}.light-theme .guided-popup-wrap .guided-popup-header{align-items:center;display:flex;justify-content:space-between}.light-theme .guided-popup-wrap .guided-popup-header h6{color:#878787;font-size:16px;font-weight:600}.light-theme .guided-popup-wrap .guided-popup-header .guidedd-popup-close{border:1px solid #c2c2c2;height:20px;width:20px}.light-theme .guided-popup-wrap .guided-popup-header .guidedd-popup-close img{cursor:pointer;-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0);height:10px;width:10px}.light-theme .guided-popup-wrap .guided-popup-content{max-height:450px;max-width:500px}.light-theme .guided-popup-wrap .guided-popup-content p{color:#404040;font-size:14px;margin:10px 0;text-align:left}.light-theme .header_div{align-items:center;color:#000;display:flex;justify-content:space-between}.light-theme .header_div img{cursor:pointer}.light-theme .wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden}.light-theme .wrapper .circle-out{background-color:#fff;border:30px solid #ededed;border-bottom:0;border-top-left-radius:380px;border-top-right-radius:380px;height:150px;position:relative;width:300px}.light-theme .wrapper .circle-out .circle{background-color:#fff;border:30px solid #4559a5;border-bottom:0;border-top-left-radius:380px;border-top-right-radius:380px;bottom:0;height:150px;left:-30px;position:absolute;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-origin:bottom;transform-origin:bottom;transition:all 1s ease;width:300px;z-index:1}.light-theme .wrapper .circle-out .text{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.light-theme .wrapper .circle-out .text span{color:#062fc9;font-size:20px;font-weight:800;margin-top:10px}.light-theme .date_rout_div .options_div{padding:10px}.light-theme .date_rout_div .options_div span{background:#3e66b0;border-radius:6px;color:#fff;font-size:15px;margin-right:10px;padding:8px 12px}.light-theme .date_rout_div .date_div{align-items:center;display:flex;justify-content:space-between;margin:20px}.light-theme .date_rout_div .date_div label input{background:#f1f1f1;border:none;border-radius:4px;outline:none;padding:6px}.light-theme .rout_div{margin:20px}.light-theme .rout_div select{background:#dfdfdf;border:none;border-radius:2px;margin-left:10px;outline:none;padding:5px;width:70%}.light-theme .btn_div{margin-top:15px}.light-theme .btn_div button{padding:12px 0;width:170px}.light-theme .main_graph_div{min-height:250px}.light-theme .main_graph_div .graph_body{align-items:center;display:flex;justify-content:start}.light-theme .main_graph_div .graph_body .graph_event{border:1px solid #ddd;border-radius:6px;margin:10px;padding:10px}.light-theme .main_graph_div .graph_body .graph_event span{float:left}
/*# sourceMappingURL=main.28256fc3.css.map*/