: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:#ffffffb3;--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:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));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;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%;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;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{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}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{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:#0003}*{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,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)}@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;padding:20px 20px 10px}.dark-theme .parameter-section a{color:#fff;text-decoration:none}.dark-theme .parameter-section ul{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 #0006;font-size:.8125rem;height:60px;left:50%;position:absolute;top: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{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 #0006;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,#0000);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{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;justify-content:space-between;max-height:calc(100vh - 172px);min-height:calc(100vh - 140px);padding:0}.dark-theme .body_wrapper button{font-family:Facto}.dark-theme .body_wrapper .car_section{border:2px solid #505050;margin:15px;min-height:448px;overflow:auto;padding:5px;position:relative;width:230%}.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;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 img.sovd_img{width:76%!important}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_line1{border-bottom:2px solid tomato;color:#fff;font-size:12px;height:20px;left:41.5%;position:absolute;text-align:center;top:60.5%;width:12%}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_dot{border:1px solid #a3a3a3;border-radius:6px;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAlwAAAJcB1AYsggAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEeSURBVDiNjdIxSgNBFMbx36YICQrxAGJAEERICltvkCZlSo/hFXIHiWAhXkBBRNNKSJVoKWJlY2UsjDZjsbOybLKJD4aB9+b938z3jRCCEAJsoo8RPvGIAXayM8tW1nyIFwRMcIEH/OADvVJAnPyCd3QKxTammKNVBujHyZ2SA03MMCwDjDBZ+U5O8Y16sVbBAZ6sjmdUsV0sVPCK3TWAo7i/LSsOpGq3S66/iS+MyzTYkVo1RbNQ3MKVVOTuqn/Qk1o1i4Kd4DreLMR1jn1UFwAR0sJQqnbWNEY3Nme5G9QWADlQHXvYyOX2c4CAW9HSUu8L0GqcnIfcof4vQITU4uQ85LKyxv+/CCHMox73uXQjybz8byRJUscZGjj+Bb09aZWly+7YAAAAAElFTkSuQmCC),auto;height:25px;margin:5px;padding:4px;position:absolute;text-align:center;transition:all .2s;width:45px;z-index:1}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_green{background-color:#41ad48;border:1px solid #6aed6a;color:#fff;font-size:14px}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_yellow{background-color:#f47d1f;border:1px solid #ff9a4b;color:#fff;font-size:14px}.dark-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_grey{background-color:#ca3333}.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:#dfd3d5}.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;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:35%}@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:139px;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:100%}.dark-theme .body_wrapper .ecu_section .ecu_health_status{margin:10px;width:100%}.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;text-align:center}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con{margin:0 10px;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:5px 11px;width:83%}.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_orange:hover{background-color:#6aed6a;box-shadow:0 0 5px #3e66b0}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange:active{background-color:#3e66b0}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange p{padding:5px}.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;padding:5px}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_active{background:#2abf42}.dark-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_active p{color:#444;padding:5px}.dark-theme .body_wrapper .ecu_section .sovd_ecu_health_status{width:96%!important}.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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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:#8a909bba;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 #0000009c;display:flex;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.hardware-header .logo-section{order:-1;padding:15px 0;width:20%}.dark-theme .header.hardware-header .logo-section .logo-section-img{cursor:pointer;padding-left:25px;width:200px}.dark-theme .header.hardware-header .logo-section .logo-section-img img{filter:brightness(0) invert(1)}.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;margin-left:5px}.dark-theme .header .header-vin-details ul li.header-vin-list{align-items:center;display:flex;margin-top:10px}.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 .header-virtual{filter:brightness(5);width:25%}.dark-theme .header .header-virtual h2{color:#fff;font-family:Facto-bold;font-size:17px;text-align:center}.dark-theme .header .logo-sec{overflow:auto;width:100%}.dark-theme .header .logo-sec .logo-sec-img{cursor:pointer;padding-left:25px;width:200px}.dark-theme .header .logo-sec .logo-sec-img img{filter:brightness(0) invert(1)}.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%;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%;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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 .station-name{margin:10px 5px 0;width:22%}.dark-theme .station-name ul{list-style-type:none}.dark-theme .station-name ul li span{font-size:12px;font-weight:bolder}.dark-theme .station-name ul li span:last-child{font-weight:lighter;margin-left:10px}.dark-theme .station-name .station-name-sec{align-items:center;display:flex;margin-bottom:10px}.dark-theme .station-name .station-name-sec span{color:#fff;display:block;width:70%}.dark-theme .connectivity{align-items:center;border-radius:20px;cursor:pointer;display:flex;justify-content:end;right:0;top:0}.dark-theme .connectivity div.connect-check{align-items:center;background-color:#000;border-radius:50%;box-shadow:inset .2em .2em .2em 0 #ffffff80,inset -.2em -.2em .2em 0 #00000080,5px 5px 32px #c8c8c899;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;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 #0000009c;display:flex;left:50%;list-style:none;opacity:0;padding:5px 0;position:absolute;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 #0000;border-right:8px solid #0000;content:"";height:0;left:50%;position:absolute;top:-5px;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 #0003;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 #0000;border-right:6px solid #0000;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 #0003}.dark-theme .connectivity .user-icon ul li img{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%;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:#0000!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{height:26px;margin-right:12px;width:26px}.dark-theme .home_icon_div img{filter:brightness(0) invert(1)}.dark-theme .cursor_not_allowed{cursor:not-allowed!important}.dark-theme .hardware-interface form .connection-methods h2{background:#d9d9d9}.dark-theme .interface-component{min-height:calc(100vh - 142px)}.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:#0000!important;border-bottom:0!important}.dark-theme .work-order-popup-content{align-items:center;background:#000c;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{animation:loaderRotate 1s linear infinite;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 .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: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 .establish-conneciton span{font-size:.875rem}.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 .vci_selector_box{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 - 70px);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:#000c;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%;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{animation:loaderRotate 1s linear infinite;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{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}.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:#000000b3;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{transform:rotate(180deg)}.dark-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon img{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 .vci_select_box{position:relative}.dark-theme .vci_select_box .selection_div{text-align:center}.dark-theme .vci_select_box .selection_div span{color:#fff;font-weight:700}.dark-theme .vci_select_box .selection_div select{border:1px solid #505050;border-radius:5px;font-size:15px;margin-left:10px;padding:8px;width:60%}.dark-theme .vci_select_box .selection_div select.error_select_tag{border:1px solid red;color:#fa5c19}.dark-theme .vci_select_box .selection_div select:disabled{background-color:#d9d9d9;cursor:not-allowed}.dark-theme .vci_select_box .vci_status_div{align-items:center;background:rgba(255,224,0,.122);border:1px solid rgba(255,242,92,.549);border-radius:5px;display:flex;justify-content:center;margin-top:15px;padding:10px}.dark-theme .vci_select_box .vci_status_div img{display:block;width:24px}.dark-theme .vci_select_box .vci_status_div span{color:#fff!important;font-size:14px;margin-left:10px}.dark-theme .vci_select_box .vci_status_div.vci_status_connected{align-items:center;background:rgba(112,215,112,.322);border:1px solid rgba(112,215,112,.541);border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin-top:15px;padding:10px}.dark-theme .vci_select_box .vci_status_div.vci_status_connected .vci_tect_span{color:rgba(1,131,1,.851)}.dark-theme .vci_select_box .vci_status_div .initialize_div{align-items:center;display:flex;justify-content:center}.dark-theme .vci_select_box .vci_failed_div{background-color:#e7380033;border:1px solid #f003;border-radius:5px;color:#fff;margin-top:15px;padding:10px}.dark-theme .vci_select_box .vci_failed_div .failed_header{align-items:center;border-bottom:1px solid #f003;display:flex;justify-content:start;padding-bottom:5px}.dark-theme .vci_select_box .vci_failed_div .failed_header span:last-child{margin-left:10px}.dark-theme .vci_select_box .vci_failed_div .failed_header img{display:inline-block;filter:brightness(80%) invert(100%);width:24px}.dark-theme .vci_select_box .vci_failed_div ul{list-style-position:outside;margin-top:10px}.dark-theme .vci_select_box .vci_failed_div ul li{font-size:13px;margin-bottom:7px;margin-left:15px}.dark-theme .connect-loader{align-items:center;background:#779644;border-radius:3px;color:#fff;display:flex;font-size:13px;justify-content:center;margin:10px auto;padding:8px;width:90%}.dark-theme .connect-loader span:last-child{margin-left:10px}.dark-theme .connect-loader .mini-loader{filter:invert(0);left:150px}.dark-theme .connect-loader .mini-loader.vci_list{filter:invert(100%);height:15px;left:60%;position:absolute;top:25%;width:15px}.dark-theme .vci_info_div{padding:10px 25px}.dark-theme .vci_info_div .vci_info{list-style:none}.dark-theme .vci_info_div .vci_info li{color:#fff;font-size:14px;margin-bottom:3px}.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:#1b6fee;border:0;border-radius:5px;display:flex;padding:10px 16px}.dark-theme .config-title button img{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:#1b6fee;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 span .mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;padding:0;width:20px}.dark-theme .loader-fullpage-container{align-items:center;background-color:#00000080;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{animation:loader-spinner .6s linear infinite;background:none;border-color:#fff #0000;border-radius:50%;border-style:solid;border-width:2px;height:50px;margin:5px 0;width:50px}.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 #00000080,inset -.2em -.2em .2em 0 #ffffff80,5px 5px 16px #fff6;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:#52ff9b75}.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:#ff655599;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;transform:rotate(180deg)}.dark-theme .popup-check{display:none;position:absolute;right:-360px;top:50%;transform:translateY(-50%);width:350px;z-index:1}.dark-theme .popup-check.ecu-popup-active aside{opacity:1!important;transform:rotateY(0deg)!important}.dark-theme .popup-check.ecu-popup-active section{opacity:0!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;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){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){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{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 #00000080,inset -.2em -.2em .2em 0 #ffffff80,5px 5px 16px #fff6}.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%}.dark-theme .popup-ecu-content{border-radius:10px;box-shadow:5px 5px 25px #0000004d}.dark-theme .para{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0000001a;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%;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{animation:loader-spinner .6s linear infinite;border-color:#dcdcdc #0000;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;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 #ffffff26;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:#0000;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:#0000;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 #0003;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 #0003}.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;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 #00000073;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;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;filter:brightness(.5);height:auto;margin-right:10px;width:100px}.dark-theme .copyrights-section span{background:none;color:#000;color:#fff;font-size:.75rem}.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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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 #0003;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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{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,#c1c6cab3,#e5e8e9 50%,#c1c6cab3);box-shadow:0 0 20px #0006;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:#0000;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::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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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;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;transform:translateX(-50%)}.dark-theme .vci-model-box{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#2b2b3d;border:1px solid #ffffff2e;border-radius:30px;border-radius:10px;box-shadow:0 8px 32px 0 #1f26875e;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 #0000004d;display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;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 #0000004d;display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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-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-color:#1e1e2d;border-radius:10px;box-shadow:0 0 10px #0000009c;max-height:calc(100vh - 172px);min-height:calc(100vh - 138px);overflow-x:hidden;overflow-y:auto;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:#7b7b7b80;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{color:#fff;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-color:#1e1e2d;border-radius:10px;display:flex;flex-direction:column;height:100%;list-style:none;padding:20px 0 0;position:relative}.dark-theme .side-bar>ul .Active_Sidebar{background-color:#3e66b0}.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;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{filter:brightness(1) invert(0);height:35px;margin-left:5px;margin-right:10px;opacity:1;transition:all .3s ease;width:35px}.dark-theme .side-bar>ul li a.vehicle-info-side a{padding:6px}.dark-theme .side-bar>ul li a:hover{background:#3e66b038}.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 a.active img{filter:brightness(1) invert(0)}.dark-theme .side-bar .side-bar-arrow{align-items:center;background:#000;border:1px solid #565656;border-radius:50%;box-shadow:0 0 10px #0000004d;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{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 #0006;color:#fff;content:attr(data-content);font-size:.6875rem;font-weight:600;left:47px;opacity:0;padding:12px 10px;position:absolute;top:50%;transform:translateY(-50%);transition:visibility 0s,opacity .3s linear;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:9}.dark-theme .sidebar-active .side-bar a:after{border-bottom:6px solid #0000;border-right:8px solid #545454;border-top:6px solid #0000;content:"";height:0;left:39px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:visibility 0s,opacity .2s linear;visibility:hidden;width:0;z-index:9}.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{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{filter:invert(1)}}.dark-theme .list-head{align-items:center;display:flex;font-family:facto-bold;justify-content:flex-end;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 .cursor_not{background-color:#d9d9d9!important;cursor:not-allowed!important}.dark-theme .cursor_not span{color:#6e6e6e!important}.dark-theme .cursor_not img{filter:brightness(0)!important;opacity:.2!important}.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 #00000026}.dark-theme .tab-icons ul{background:#000;box-shadow:0 5px 5px -5px #0000004d;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 #0006;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 #0000;border-left:7px solid #3e66b0;border-top:7px solid #0000;content:"";height:0;position:absolute;right:-7px;top: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 #ffffff80,inset -.2em -.2em .2em 0 #00000080,5px 5px 16px #0006;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%;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%;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{filter:invert(1);height:18px;margin-right:10px;width:18px}.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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{filter:invert(1)}.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 .sidebar-bus1{height:372px;min-width:200px}.dark-theme .sidebar-bus1 .select_all{background-color:#3b72c4d6;border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;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:86%;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{accent-color:green;margin-right:10px}.dark-theme .sidebar-bus-list-dtc .fault_ecus_orange{background-color:#f47d1f;color:#fff}.dark-theme .sidebar-bus-list-dtc .fault_ecus_green{background-color:#41ad48;color:#fff}.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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:210px}.dark-theme .dtc-values1.active-dtc1:after{background-color:#1e1e2d;content:"";height:100%;height:140%;position:absolute;right:-20px;top:50%;transform:translateY(-50%);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 - 310px);width:100%}.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:#ed5d62;color:#fff}.dark-theme .bus-code1 .bus-code-list li.in-active-dtc-list span{background-color:#f5d349;color:#8e6922}.dark-theme .bus-code1 .bus-code-list li.pending-dtc-value span{background-color:#c7c8ca;color:#777}.dark-theme .bus-code1 .bus-code-list li:hover span{box-shadow:0 5px 5px #0000004d}.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{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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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%;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%;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{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 #0003;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{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}.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 .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,#0000);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{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{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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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:"";filter:invert(0);height:6px;left:50%;position:absolute;top: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:"";filter:invert(0);height:6px;left:50%;position:absolute;top: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:#00000080;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:#00000080;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%;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{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 #0000004d;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%;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 #0000004d;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:#ffffff8c;border:1px solid #ffffff2e;border-radius:5px;box-shadow:0 8px 32px 0 #1f26875e;display:none;padding:10px;position:absolute;right:-260px;top:50%;transform:translateY(-50%);width:250px;z-index:2}.dark-theme .param-name-graph p:before{border-bottom:7px solid #0000;border-right:7px solid #ececec;border-top:7px solid #0000;content:"";height:0;left:-7px;position:absolute;top:50%;transform:translateY(-50%);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:#000c;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%;transform:translate(-50%,-50%);width:50px}.dark-theme .loader-check-content img{animation:imgRotate 1.5s linear infinite;transform:rotate(0deg)}.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{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:#adadad2e;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:#6de17159}.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{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:"";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;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%}.dark-theme .calibrate-popup{align-items:center;background:#00000080;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 #00000080;display:flex;flex-direction:column;height:90px;justify-content:center;left:50%;position:absolute;top: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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{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 #0000004d}.dark-theme .routine-container{background-color:#1e1e2d;border-radius:10px;padding:10px}.dark-theme .routine-container .routine-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 300px);min-height:calc(100vh - 223px);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%;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;transform:rotateY(0deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;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 #0000004d}.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{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;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{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;transform:rotateY(0deg)}.dark-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;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 #0000004d}.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{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;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{filter:invert(1)}.dark-theme .code{margin:10px 20px;padding:3px}.dark-theme .code button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:5px;max-width:100%;min-width:150px;padding:10px}.dark-theme .code button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .code.routine{float:right}.dark-theme .dtc-identity{display:flex;justify-content:flex-start;list-style:none}.dark-theme .dtc-identity li{align-items:center;display:flex;padding-right:20px}.dark-theme .dtc-identity li.dtc-inactive span:first-child{background-color:#f5d349;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .dtc-identity li.dtc-active span:first-child{background-color:#ed5d62;border:2px solid #b3b3b3;border-radius:50%;height:20px;width:20px}.dark-theme .dtc-identity li.dtc-pending span:first-child{background-color:#c7c8ca;border:2px solid #b3b3b3;border-radius:50%;height:20px;width: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{margin:10px;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 .select_all{background-color:rgba(27,111,238,.071);border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;padding:10px 21px 10px 10px;width:88%}.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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:200px}.dark-theme .routine-values.active-dtc:after{background-color:#1e1e2d;content:"";height:100%;height:140%;position:absolute;right:-11px;top:50%;transform:translateY(-50%);width:5px}.dark-theme .routine-manage{display:flex;width:100%}.dark-theme .bus-code-status{border:1px solid #dcdcdc;min-height:calc(100vh - 290px);padding:10px;width:calc(100% - 200px)}.dark-theme .bus-code-status span{align-items:center;color:#000;display:flex;font-family:Facto;font-size:.875rem;height:100%;justify-content:flex-start;margin-left:10px;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 #0000004d}.dark-theme .bus-code{border:1px solid #dcdcdc}.dark-theme .injector-list{margin:10px auto}.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 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 .injector-lists{margin:10px auto;width:95%}.dark-theme .injector-lists .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-lists .description_main_div .des_div{max-height:160px;min-height:160px;width:100%}.dark-theme .injector-lists .description_main_div .des_div .des_content_div,.dark-theme .injector-lists .description_main_div .des_div .des_info_div{display:flex;justify-content:space-between}.dark-theme .injector-lists .description_main_div .des_div .des_content_div h4,.dark-theme .injector-lists .description_main_div .des_div .des_info_div h4{color:#fff}.dark-theme .injector-lists .description_main_div .des_div .des_content_div{height:130px}.dark-theme .injector-lists .description_main_div .des_div .des_content_div ul{color:#fff;font-size:14px;padding-left:25px;width:65%}.dark-theme .injector-lists .description_main_div .des_div .des_content_div ul li{color:#fff;margin:5px}.dark-theme .injector-lists .description_main_div .des_div .des_info_div img{cursor:pointer;width:30px}.dark-theme .injector-lists .description_main_div .img_div{text-align:center}.dark-theme .injector-lists .description_main_div .img_div img{border-radius:5px;width:80%}.dark-theme .injector-lists table{border-collapse:collapse;width:99%}.dark-theme .injector-lists table td{color:#fff;font-size:.875rem;padding:6px 14px;width:30%}.dark-theme .injector-lists table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.dark-theme .injector-lists table thead th{border:2px solid #fff;color:#000;padding:5px}.dark-theme .injector-lists table thead tr{background-color:#3e66b0}.dark-theme .injector-lists table thead tr td{color:#000}.dark-theme .injector-lists table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .injector-lists 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 .flash-Ecu{align-items:center;border-radius:5px;display:flex;justify-content:flex-end;margin-top:35px;width:100%}.dark-theme .flash-Ecu .left_btns_div button,.dark-theme .flash-Ecu .right_btns_div button{margin-right:10px}.dark-theme .flash-Ecu button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:150px}@media(max-width:1024px){.dark-theme .flash-Ecu button{width:110px}}.dark-theme .flash-Ecu button.re-scan{margin-left:240px}.dark-theme .flash-Ecu button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .dtc-scan-container{background-color:#1e1e2d}.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{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{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{filter:invert(1);margin-right:10px;width:12px}.dark-theme .vehicle-level .download-all-btn button img.loader-download{animation:loader-rotate 3s linear infinite;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{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:#254e9b61;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{filter:invert(1)}.dark-theme .vehicle-level .downlo-vehicle-contianer .download-pause button span{color:#3e66b0}.dark-theme .flash-files{margin:10px 0;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-reflash{background-color:#50b03e}.dark-theme .flash-files table td button img{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{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{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{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}.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{filter:invert(1);margin-right:5px;width:15px}.dark-theme .download-ecu-progess{background:#d9d9d9;border-radius:5px;height:33px;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%;transform:translate(-50%,-50%)}.dark-theme .cancel-popup,.dark-theme .vehicle-flashing-popup{align-items:center;background-color:#0009;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 #0009;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{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:calc(100% - 200px)}.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{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{filter:invert(1);margin-right:5px}.dark-theme .upload-section label img.download-img{width:15px}.dark-theme .upload-section label img.flash-img{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{filter:invert(1);margin-right:5px}.dark-theme .upload-section button img.download-img{width:15px}.dark-theme .upload-section button img.flash-img{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%;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{border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 138px);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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{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: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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:200px}.dark-theme .dtc-values.active-dtc:after{background-color:#1e1e2d;content:"";height:140%;position:absolute;right:-11px;top:50%;transform:translateY(-50%);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 - 256px);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 #0000004d}.dark-theme .Measurement-header{background-color:#2c2c42;display:flex;list-style:none}.dark-theme .Measurement-header li{color:#fff;cursor:pointer;margin-right:26px;padding:16px 25px!important}.dark-theme .Measurement-header .param-tab-active{background-color:#1e1e2d;color:#fff;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 #0003;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 .search-input{background-color:#fff;border:1px solid #b7b4b4;border-radius:10px;color:#000;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 img{cursor:pointer;margin-left:5px;width:5%}.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 .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 .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 .selected:before{border-radius:50%;content:"";height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:0}.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 .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 #0003;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;margin-left:14px;padding:15px;width:25%}.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 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 .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 .inner-Homepage{background-color:#fff;height:100vh;overflow:hidden}.dark-theme .inner-Homepage .homepage_header{padding:30px 30px 20px}.dark-theme .inner-Homepage .homepage_header img{width:125px}.dark-theme .inner-Homepage .home_body{align-items:center;background-image:url(../../static/media/background-content.ddc9e86f89a4b1859b84.png);background-position:0;background-repeat:no-repeat;background-size:contain;display:flex;height:calc(100% - 176px);position:relative}.dark-theme .inner-Homepage .home_body .content-home{padding-left:30px;width:450px}.dark-theme .inner-Homepage .home_body .content-home h1 span{display:block}.dark-theme .inner-Homepage .home_body .content-home h1 span:first-child{color:#3e66b0;font-size:2.1875rem;margin-bottom:2px}.dark-theme .inner-Homepage .home_body .content-home h1 span:last-child{color:#686b72;font-size:1.875rem;margin-bottom:5px}.dark-theme .inner-Homepage .home_body .content-home p{color:#000;font-size:.8125rem;margin:15px 0}.dark-theme .inner-Homepage .home_body .content-home button{background-color:#fff;border:1px solid #3e66b0;border-radius:20px;color:#fff;display:block;font-size:16px;margin-top:10px;padding:8px 35px;position:relative;transition:all .4s ease;width:265px}.dark-theme .inner-Homepage .home_body .content-home button img{margin-right:10px;width:17px}.dark-theme .inner-Homepage .home_body .content-home button:hover{background-color:#3e66b0;color:#fff}.dark-theme .inner-Homepage .home_body .content-home button .mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;filter:invert(1);height:15px;padding:0;position:absolute;right:14px;width:15px}.dark-theme .inner-Homepage .home_body .content-img{display:flex;height:100%;justify-content:flex-end;width:calc(100% - 450px)}.dark-theme .inner-Homepage .home_body .content-img img{height:100%}.dark-theme .inner-Homepage .home_feature{align-items:center;background-color:#f3f3f3;display:flex;justify-content:space-between}.dark-theme .inner-Homepage .home_feature span{background-color:#f3f3f3;border-right:1px solid #ddd;cursor:pointer;font-weight:500;padding:32px;position:relative;text-align:center;width:30%}.dark-theme .inner-Homepage .home_feature span.active-feature{background-color:#3e66b0;color:#fff}.dark-theme .inner-Homepage .home_feature span.active-feature:before{background-color:#3e66b0;content:"";height:10px;left:0;position:absolute;top:-10px;width:100%}.dark-theme .inner-Homepage .home_feature span img{border:2px solid #3f67b1;border-radius:50%;height:30px;margin:0 3px;padding:6px;width:30px}.dark-theme .inner-Homepage .home_feature span img.left-arrow{transform:rotate(180deg)}.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 - 132px);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:center;margin:0 0 50px;text-align:center;width:100%}.dark-theme .solution_offering_main_div .tools_div .card_body .card{background:#2b2b3d;border:1px solid #8f8f8f;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:176px;margin:10px;padding:20px;transition:all .3s;width:185px}@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 .solution_offering_main_div .footer{background:#1e1e2d;bottom:19px;color:#fff;font-size:14px;padding:10px;position:absolute;text-align:center;width:100%}.dark-theme .ReactModal__Content--after-open{background-color:#2b2b3d!important}.dark-theme .ReactModal__Content--after-open .logout-confirmation-modal-container,.dark-theme .confirmation-modal-container{color:#fff}.dark-theme .dtc-scan-campangin{background-color:#f5f5f5;border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 140px);overflow-x:hidden;overflow-y:auto}.dark-theme .Campangin-logout{align-items:center;display:flex}.dark-theme .Campangin-logout .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.dark-theme .Campangin-logout .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.dark-theme .Campangin-logout .user-icon .drop_down_option li{background:none;width:100%}.dark-theme .Campangin-logout .user-icon .drop_down_option li .icon{margin-right:10px}@media(min-width:1400px){.dark-theme .Campangin-logout .user-icon{height:25px;width:25px}}.dark-theme .Campangin-logout .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.dark-theme .Campangin-logout .user-icon>img{filter:brightness(1) invert(0);object-fit:cover}.dark-theme .Campangin-logout .user-icon ul{background:#232334;box-shadow:0 -5px 10px #0003;list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.dark-theme .Campangin-logout .user-icon ul:before{border-bottom:8px solid #000;border-left:6px solid #0000;border-right:6px solid #0000;content:"";position:absolute;right:19px;top:-8px}.dark-theme .Campangin-logout .user-icon ul a{text-decoration:none}.dark-theme .Campangin-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 .Campangin-logout .user-icon ul li:hover{background-color:#7a7a7a;box-shadow:0 0 5px #0003}.dark-theme .Campangin-logout .user-icon ul li img{filter:brightness(1) invert(0);margin-right:7px;width:20px}.dark-theme .Campangin-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 .campaign-container{border:1px solid #1b6fee;border-radius:2px;margin:0 10px;min-height:390px;padding:10px 30px}.dark-theme .campaign-main-input{width:80%}.dark-theme .campaign-inputs .rows{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;position:relative}.dark-theme .campaign-inputs .rows:last-child{margin-bottom:0}.dark-theme .campaign-inputs .rows input{border:1px solid #ddd;border-radius:3px;height:35px;margin-right:10px;padding:5px;width:49%}.dark-theme .campaign-inputs .rows input:last-child{margin-right:0}.dark-theme .campaign-inputs .rows select{border:1px solid #ddd;border-radius:3px;height:35px;padding:5px;width:49%}.dark-theme .campaign-inputs .rows span{color:#ca3333;font-size:13px;left:35%;position:absolute;top:50%;transform:translateY(-50%)}.dark-theme .campaign-inputs .rows .FromDate input{display:none;position:relative}.dark-theme .campaign-inputs .rows .FromDate input:before{color:#999;content:"From Date";font-size:12px;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.dark-theme .campaign-inputs button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .campaign-inputs button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .campangin-header{align-items:center;display:flex;justify-content:space-between;margin-left:10px}.dark-theme .campangin-header span{background-color:#3e66b0;color:#000;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;margin-top:10px;padding:16px 25px!important}.dark-theme .campangin-header button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .campangin-header button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .campangin-header .param-tab-active{background-color:#3e66b0;color:#fff;font-family:Facto-bold,sans-serif;font-size:.875rem;padding:10px 37px}.dark-theme .Dashboard span{color:#fff;font-size:16px;font-weight:700;margin-right:10px;padding:5px 10px}.dark-theme .campaign-select-vechicle{margin-bottom:8px}.dark-theme .campaign-select-vechicle select{border:1px solid #ddd;border-radius:3px;height:30px;padding-left:5px;width:18%}.dark-theme .campaign-select{margin-bottom:10px}.dark-theme .campaign-select p{font-size:14px;margin:10px}.dark-theme .campaign-select select{border:1px solid #ddd;border-radius:3px;height:27px;margin:0 10px 10px 0;padding-left:5px;width:18%}.dark-theme .campaign-select span{margin-right:10px}.dark-theme .Filter-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;margin-right:10px;padding:10px 20px}.dark-theme .Filter-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .campaign-button{align-items:center;display:flex}.dark-theme .campaign-button select{border:1px solid #ddd;border-radius:3px;height:30px;margin-right:10px;padding-left:5px;width:18%}.dark-theme .campaign-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;padding:10px 20px;text-align:center}.dark-theme .campaign-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .footer{background:#1e1e2d;bottom:1px;color:#fff;font-size:14px;padding:10px;position:absolute;text-align:center;width:97%}.dark-theme .campaign-table{margin:20px auto;overflow:auto;width:95%}.dark-theme .campaign-table p{color:#2abf42;font-size:15px;margin:12px;text-align:center}.dark-theme .campaign-table table{border-collapse:collapse;width:100%}.dark-theme .campaign-table table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .campaign-table table th:first-child{align-items:center;display:flex;justify-content:space-evenly}.dark-theme .campaign-table table th input{margin-left:-25px}.dark-theme .campaign-table table td{border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .campaign-table table td input[type=text]{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.dark-theme .campaign-table table thead{text-align:center}.dark-theme .campaign-table table thead tr{background-color:#3e66b0}.dark-theme .campaign-table table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .campaign-table table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .campaign-input input{border:1px solid #ddd;border-radius:3px;height:30px;padding:5px;width:30%}.dark-theme .campaign-input button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;margin-left:20px;padding:10px 20px;text-align:center}.dark-theme .campaign-input button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .model-select select{margin:0 10px 10px 0}.dark-theme .campaign-name select,.dark-theme .model-select select{border:1px solid #ddd;border-radius:3px;height:27px;padding-left:5px;width:18%}.dark-theme .campaign-name select{margin:10px 10px 10px 0}.dark-theme .campaign-date input{border:1px solid #ddd;border-radius:3px;height:30px;margin-right:20px;padding:5px;width:20%}.dark-theme .dateFormat{position:relative}.dark-theme .dateFormat:before{color:#aeaeae;position:absolute;right:33px;top:50%;transform:translateY(-50%)}.dark-theme .dateFormat.FromDate:before{content:"From Date"}.dark-theme .dateFormat.EndDate:before{content:"End Date"}.dark-theme .Flash-header{color:#3e66b0}.dark-theme .Flashing-list{display:grid;grid-template-columns:auto auto}.dark-theme .Flashing-list li{align-items:center;border:1px dotted gray;border-radius:5px;display:flex;margin-bottom:15px;padding:10px;width:95%}.dark-theme .Flashing-list li:nth-child(2n){width:100%}.dark-theme .Flashing-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;font-size:12px;min-width:24%;padding:5px 5px 5px 2px;text-align:center}.dark-theme .Flashing-list li .Ecu-name.active{background-color:#d9d9d9;color:#6e6e6e}.dark-theme .Flashing-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.dark-theme .Flashing-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.dark-theme .Flashing-list li .Ecu-flashing p{color:#ca3333;font-size:14px;padding-left:20px}.dark-theme .Flashing-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;height:30px;margin-left:10px;padding:3px;width:85%}.dark-theme .Flashing-list li .Ecu-flashing select{border:1px solid #000;border-radius:3px;padding:3px;text-align:center;width:100%}.dark-theme .Ecu-Name{align-items:baseline;border-bottom:1px solid #3e66b0;color:#fff;display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px}.dark-theme .Ecu-Name h4{color:#3e66b0;font-size:18px}.dark-theme .select-box{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.dark-theme .select-box select{border:1px solid #ddd;border-radius:3px;height:27px;padding-left:5px;width:280%}.dark-theme .select-box button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:10px;padding:10px 20px}.dark-theme .main-Heading{display:flex;justify-content:space-between;width:100%}.dark-theme .main-Heading .Heading-left{display:flex;font-size:13px;justify-content:space-between;margin:15px;width:33.3%}.dark-theme .main-Heading .Heading-left h3{color:#fff}.dark-theme .main-Heading .Heading-right{display:flex;font-size:13px;justify-content:space-between;margin:15px;width:45%}.dark-theme .main-Heading .Heading-right h3{color:#fff}.dark-theme .main-Heading .Heading-right h3:last-child{margin-right:36%}.dark-theme .sidebar-ecu-list li{margin-bottom:10px}.dark-theme .Flashing-setup{padding:10px}.dark-theme .Flashing-setup span{color:#fff}.dark-theme .next-button a{color:#fff;text-decoration:none}.dark-theme .next-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;padding:10px 20px}.dark-theme .selection-reach span{color:#ca3333;font-size:12px}.dark-theme .clear-Ecu{align-items:center;border-radius:5px;display:flex;justify-content:flex-end;width:100%}.dark-theme .clear-Ecu .left_btns_div button,.dark-theme .clear-Ecu .right_btns_div button{margin-right:10px}.dark-theme .clear-Ecu 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-Ecu button{width:110px}}.dark-theme .clear-Ecu button.re-scan{margin-left:240px}.dark-theme .clear-Ecu button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Flashing-info{border:1px solid #ddd;border-radius:5px;box-shadow:0 1px 5px 0 #fff;margin:100px;text-align:center;width:66%}.dark-theme .Flashing-info span{font-size:13px;margin:0 auto;text-align:center}.dark-theme .batch-details{align-items:center;display:flex;justify-content:flex-end}.dark-theme .Operator-list li{align-items:center;border:1px dotted gray;border-radius:5px;display:flex;margin-bottom:15px;padding:0 10px;width:95%}.dark-theme .Operator-list li:nth-child(2n){width:95%}.dark-theme .Operator-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;padding:5px 15px;width:30%}.dark-theme .Operator-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.dark-theme .Operator-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.dark-theme .Operator-list li .Ecu-flashing p{font-size:12px;padding-left:20px}.dark-theme .Operator-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;height:30px;margin-left:16px;padding:3px}.dark-theme .Heading{display:flex;font-size:13px;justify-content:space-around;margin:15px 120px 15px 0;width:30%}.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{border:2px solid #ddd;border-radius:20px;height:8px;margin-top:6px;padding:3px;text-align:center}.dark-theme .outer_progress_bar .inner_progress_bar.progress{background-color:#2abf42}.dark-theme .Flashing-start button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .Flashing-start button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Flashing-Complete button{background-color:#2abf42;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;padding:6px 20px}.dark-theme .battery-width{border-radius:4px 0 0 4px;left:2px;top:2px}.dark-theme .battery-width.battery-green{color:#ffc207}.dark-theme .battery-width.battery-red,.dark-theme .battery-width.battery-yellow{color:#2abf42}.dark-theme .sidebar-Ecu{height:345px;min-width:165px}.dark-theme .sidebar-Ecu .select_all{background-color:rgba(27,111,238,.071);border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;padding:10px 21px 10px 10px;width:88%}.dark-theme .sidebar-ecu-list{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-ecu-list li{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;display:flex;font-family:Facto;font-size:.875rem;justify-content:space-between;padding:10px}.dark-theme .main-batch-details{align-items:center;display:flex;margin-left:20px}.dark-theme .main-batch-details .Batch-details{align-items:center;display:flex}.dark-theme .main-batch-details .Batch-details p{color:#fff;font-size:15px}.dark-theme .main-batch-details .Batch-details input{border:1px solid;border-radius:5px;margin-left:10px;padding:5px}.dark-theme .main-batch-details .Batch-input{float:right;padding:10px}.dark-theme .main-batch-details .Batch-input p{color:#ca3333;font-size:12px}.dark-theme .label-list{display:grid;grid-template-columns:auto auto}.dark-theme .label-box{border:1px solid #ddd;margin:10px}.dark-theme .label-box h6{background:#ddd;border-bottom:1px solid #ddd;font-size:15px;padding:3px;text-align:start}.dark-theme .label-box ul{list-style-type:none}.dark-theme .label-box li{display:flex;justify-content:space-around}.dark-theme .label-box li p{font-size:15px;width:50%}.dark-theme .label-data{display:flex}.dark-theme .label-data div{padding:4px}.dark-theme .label-data svg{width:90px}.dark-theme .print{float:right}.dark-theme .Flashing-button{float:right;margin:14px 10px;text-align:center}.dark-theme .Flashing-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .Flashing-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Batch-details-label{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.dark-theme .Batch-details-label p{font-size:15px}.dark-theme .Batch-details-label input{border:1px solid;border-radius:3px;height:30%;margin-left:10px;width:20%}.dark-theme .print-table table{border-collapse:collapse;width:100%}.dark-theme .print-table table td{border:1px solid #fff;color:#fff;font-size:.8125rem;padding:6px 0;text-align:start}.dark-theme .print-table table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .Ecu-container{border:1px solid #ddd;border-radius:5px;height:calc(100vh - 204px);margin:14px;padding:10px}.dark-theme .Ecu-body{display:flex;justify-content:space-between}.dark-theme .Ecu-image-content{background:#ddd;border:1px solid #ddd;border-radius:5px;padding:10px;width:40%}.dark-theme .connect-button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:100%}.dark-theme .connect-button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .connected-button{background-color:#2abf42;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:100%}.dark-theme .Ecu-image{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;display:flex;margin-bottom:10px;padding:10px}.dark-theme .Ecu-image img{width:35%}.dark-theme .Ecu-header{display:flex;justify-content:space-around;margin-bottom:20px}.dark-theme .Ecu-header h3{color:#fff}.dark-theme .Ecu-Select ul{list-style-type:none}.dark-theme .Ecu-Select ul li{margin-bottom:10px}.dark-theme .Ecu-Select ul li select{border:1px solid #ddd;border-radius:3px;height:30px;width:150%}.dark-theme .Ecu-Select ul li select:disabled{cursor:not-allowed}.dark-theme .Ecu-Select ul li input{border:1px solid #ddd;border-radius:3px;height:30px;padding:5px;width:150%}.dark-theme .Ecu-Select ul li input:disabled{cursor:not-allowed}.dark-theme .scan-button{display:flex}.dark-theme .scan-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;margin-right:12px;padding:10px;width:150px}.dark-theme .scan-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Dtc-details{margin-top:10px}.dark-theme .Dtc-details h3{color:#fff;margin-right:54%;text-align:center}.dark-theme .Dtc-details h5{color:#fff;margin-bottom:10px}.dark-theme .Dtc-details 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;transition:all .3s ease}.dark-theme .pop-button{margin-top:26px}.dark-theme .pop-button button{background-color:#2abf42;border:none;border-radius:8px;color:#fff;font-size:.75rem;margin-right:12px;padding:10px;width:150px}.dark-theme .pop-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .parameter-body{padding:10px;width:100%}.dark-theme .parameter-heading{display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px;width:74%}.dark-theme .parameter-box{border:1px solid #ddd;margin-bottom:10px}.dark-theme .parameter-box h6{background:#3e66b0;border:1px solid #ddd;border-radius:5px;color:#fff;font-size:14px;margin:4px;padding:3px;width:10%}.dark-theme .parameter-box ul{list-style-type:none}.dark-theme .parameter-box li{display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px}.dark-theme .parameter-box li p{width:50%}.dark-theme .parameter-data{width:80%}.dark-theme .sidebar-part{height:345px;min-width:200px}.dark-theme .sidebar-bus-part{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:4px;overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.dark-theme .part-values{display:flex;justify-content:space-between;transition:all .2s linear}.dark-theme .dtc-select,.dark-theme .part-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px}.dark-theme .dtc-select.active-dtc{background-color:#3e66b0;color:#fff;position:relative}.dark-theme .sidebar-part-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:4px;min-height:calc(100vh - 331px);overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.dark-theme .sidebar-part-list li{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;display:flex;font-family:Facto;font-size:.875rem;justify-content:space-between;margin-bottom:10px;padding:10px}.dark-theme .fault-part-dtc{display:flex;margin:10px;min-height:calc(100vh - 310px);width:100%}.dark-theme .bus-code-partdetails{border:1px solid #dcdcdc;min-height:calc(100vh - 290px);padding:10px;width:calc(100% - 200px)}.dark-theme .production-container{background-color:#1e1e2d;border-radius:10px;min-height:calc(100vh - 136px);padding:10px}.dark-theme .production-container .production-contianer-sec{max-height:calc(100vh - 200px);min-height:calc(100vh - 191px)}.dark-theme .Production-Report{border:1px solid #ddd;border-radius:5px;max-height:calc(100vh - 184px);min-height:calc(100vh - 200px);overflow:auto;padding:15px}.dark-theme .table_batch{margin-bottom:30px;margin-top:8px;text-align:center;width:100%}.dark-theme .table_batch thead{background-color:#3e66b0}.dark-theme .table_batch th{color:#fff;font-family:Facto;font-size:.75rem;padding:5px;text-align:start}.dark-theme .table_batch tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .table_batch td{color:#fff;font-family:Facto;font-size:14px;padding:6px 7px;text-align:start}.dark-theme .date{position:relative}.dark-theme .date:before{color:#aeaeae;position:absolute;right:33px;top:50%;transform:translateY(-50%)}.dark-theme .date.FromDate:before{content:"From Date"}.dark-theme .date.EndDate:before{content:"End Date"}.dark-theme .production-table{width:100%}.dark-theme .search_bar_div button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:10px;padding:10px 20px}.dark-theme .vechile-eol-container{background-color:#1e1e2d;border-radius:10px;padding:10px}.dark-theme .vechile-eol-container .vechile-eol-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 160px);min-height:calc(100vh - 160px);overflow-y:auto}.dark-theme .vci-connected-car{align-items:center;display:flex;justify-content:space-around;max-height:calc(100vh - 172px);min-height:calc(100vh - 212px)}.dark-theme .vci-connected-car img:nth-child(2){height:14px;position:absolute;right:54%;top:38.7%;width:14px}.dark-theme .vci-connected-car img:nth-child(3){bottom:27.8%;height:14px;left:20%;position:absolute;width:14px}.dark-theme .fetch-vci{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 5px 0 #000;min-height:calc(100vh - 370px);overflow:auto;width:30%}.dark-theme .fetch-order{padding:10px;transform:translateY(80px)}.dark-theme .fetch-order span{font-size:14px;margin-left:22px}.dark-theme .fetch-order input{background-color:#ddd;border:1px solid #ddd;border-radius:4px;height:26px;margin-left:12px;padding:10px;width:63%}.dark-theme .fetch-order p{color:#ca3333;font-size:12px;margin:10px;text-align:center}.dark-theme .order-details{display:flex;flex-wrap:wrap;padding:10px;width:100%}.dark-theme .order-details .list-details{align-items:center;display:flex;margin-bottom:10px;width:100%}.dark-theme .order-details .list-details table{border-collapse:collapse;width:100%}.dark-theme .order-details .list-details table td{border:1px solid #fff;color:#000;font-size:.875rem;padding:6px 3px;text-align:start}.dark-theme .order-details .list-details table td input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;font-size:12px;padding:5px;width:100%}.dark-theme .order-details span{font-size:12px;margin-left:11px;width:20%}.dark-theme .order-details select{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.dark-theme .fetch-button{margin:15px 0 0 15px;text-align:center}.dark-theme .fetch-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:73%}.dark-theme .fetch-button button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .fetch-button p{color:#2abf42;font-size:15px}.dark-theme .connection-check{border-radius:3px;color:#2abf42;margin:10px;text-align:center}.dark-theme .connection-check.error{color:#ca3333}.dark-theme .brake-eol-container{background-color:#1e1e2d;border-radius:10px;padding:10px}.dark-theme .brake-eol-container .brake-eol-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 220px);min-height:calc(100vh - 220px);overflow-y:auto}.dark-theme .Validate-battery{margin:10px;text-align:center;width:100%}.dark-theme .Validate-battery span.mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;padding:0;width:12px}.dark-theme .Validate-battery button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px;text-align:center;width:90%}.dark-theme .Validate-battery button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Battery-fitment{align-items:center;display:flex;justify-content:space-around}.dark-theme .Battery-image h4{color:#fff;padding:15px}.dark-theme .Battery-image img{height:350px;margin-bottom:15%}.dark-theme .Battery-details{display:flex;flex-wrap:wrap;padding:10px;transform:translateY(50px);width:100%}.dark-theme .Battery-details .list-details{align-items:center;display:flex;margin-bottom:20px;width:100%}.dark-theme .Battery-details .list-details.battery{border:1px solid #2abf42;border-radius:3px;justify-content:center;margin:0 auto;padding:5px;width:70%}.dark-theme .Battery-details span{font-size:12px;margin-right:10px}.dark-theme .Battery-details input{padding:10px}.dark-theme .Battery-details input,.dark-theme .Battery-details select{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.dark-theme .Battery-details select{padding-left:4px}.dark-theme .Brake-Heading{padding:20px}.dark-theme .Brake-Heading h4{background-color:#3b66b0;border:1px solid #000;border-radius:5px;color:#fff;font-size:12px;padding:5px 20px;width:6%}.dark-theme .Flashing-details{width:40%}.dark-theme .Flashing-details h3{color:#fff;text-align:center}.dark-theme .Flashing-details button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:20px;padding:10px 20px;text-align:center}.dark-theme .Flashing-details button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Breaking-requirements-main{border-bottom:1px solid #ddd;display:flex;justify-content:space-around;margin:10px}.dark-theme .Breaking-requirements{width:30%}.dark-theme .Breaking-requirements h3{border-bottom:1px solid #ddd;color:#fff;margin-bottom:10px;padding:10px;text-align:center}.dark-theme .Flashing-item{border:1px dotted gray;border-radius:5px;display:flex;height:140px;margin-bottom:15px;padding:10px;width:90%}.dark-theme .Flashing-item .Ecu-flashing{border-radius:5px;padding:0 15px;width:100%}.dark-theme .Flashing-item .Ecu-flashing p{font-size:14px;margin-top:10px;text-align:center}.dark-theme .Flashing-item .Ecu-flashing .Ecu-name{background-color:#3e66b0;border-radius:5px;color:#fff;margin-bottom:10px;order:1px solid #ddd;padding:3px;text-align:center;width:20%}.dark-theme .Flashing-item .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;color:#fff;height:30px;margin-left:16px;padding:3px;width:100%}.dark-theme .Flashing-item .Ecu-flashing button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.dark-theme .Flashing-item .Ecu-flashing button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Break-submit{align-items:center;display:flex;justify-content:space-between}.dark-theme .Break-submit .comments{border:1px solid #ddd;border-radius:5px;color:#fff;margin:10px;padding:10px;width:50%}.dark-theme .Break-submit .comments span{font-size:14px}.dark-theme .Break-submit button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.dark-theme .Break-submit button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .inner_progress_bar span{text-align:center}.dark-theme .Read-Ecu{margin:10px auto}.dark-theme .key-ecu{margin:5px;width:99%}.dark-theme .key-ecu span{border-bottom:2px solid #b3b3b3;color:#fff;display:block;font-size:18px;font-weight:600;padding:0 0 5px}.dark-theme .break-checklist{display:flex;margin-bottom:10px}.dark-theme .break-checklist p{color:#fff;margin-left:10px}.dark-theme .Ecu-flashing-selection{align-items:center;display:flex}.dark-theme .Ecu-flashing-selection select{border:1px solid #ddd;border-radius:5px;margin-left:10px;padding:5px}.dark-theme .Battery-station{display:flex;margin-left:auto;max-width:1150px}.dark-theme .Brake-station{display:flex;justify-content:space-between;margin:50px 0 50px auto;max-width:1010px}.dark-theme .Dynamic-station{display:flex;justify-content:space-between;margin-left:auto;max-width:1150px}.dark-theme .Flow-main{margin:0 auto;max-width:1150px}.dark-theme .Straight-line{cursor:not-allowed;position:relative}.dark-theme .Straight-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAACCAYAAADbwsWwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAoSURBVHgBzcyhFQAACAJRnovq5oyCZi1Ef4aDLsIwu5InzR73MfBYA6GRUjCgXFKjAAAAAElFTkSuQmCC);background-repeat:repeat-x;content:"";height:4px;position:absolute;right:-156px;top:50px;width:150%}.dark-theme .crave-line{cursor:not-allowed;position:relative}.dark-theme .crave-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIsSURBVHgB7d3hUcJAEIbhxfG/dCAdaAfagXYgHVgCJVgCWoFagVoBdECsAKwg7sqip4yADrsQeJ+Zm6iT4cdnWDYXLpF63pOsQPfr1ytY8bW6S15mpONaGuxQmqGjY7JoB/1HXPk+L61Wa+G++IWG2NHRXrLPoHxXWvA6jgXrZaXFA54rhX60Y53syPej+b4MWzasJTvMSo5uznRMtG4/CrAXqOEJNOSe1/E+XUog71bKE6MzQQzv00dF4D1BnKKM1N4etgUxrHQURzcfkpG8lDR6EgsA9hXdSAJvAQeCOD4FO2v9bgRxNOATHWMPmxYwUjE/MmYiKpiVjm25erPTftTrpSXkQPAv/pWGrv96KoilRzMhAwCADfD++kIQx0Me+/g2lcoJyxr5ScxQh4XMhd1I9dfqBeZAIhXloy7LB6VjzYryYT7LB0HHuPPtuSCOl4+PCwOzvzVlVVajWPmwD0X98VUAAAAA/Il/ycbmPa44BY9nE0ttgo41u28IQWch6CQEnYSgk+z0jVE2zRfwn+t4FgAAgBS0d4Fs8adMFxINOWGJdanj1rYEnYSgkxB0EoJOQtBJCDpWJdOZu0oAAABSMHsXyNcZHul4o4+OZTe1qmxL0EkIOglBJyHoJASdhKABAAAAbBV/6ILdnp7Zu2A2H90RVs7mIegkBJ2EoJMQdBKuggeyZ9fKtOuoBAAAIAXtXSB/8I2tnn3gjuixbB14V0fFmWESgk7yDjTg5UHooMUnAAAAAElFTkSuQmCC);background-repeat:no-repeat;content:"";height:108px;left:99px;position:absolute;top:38%;width:100%}.dark-theme .down-curve{cursor:not-allowed;left:0;position:relative}.dark-theme .down-curve:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:113px;left:78%;position:absolute;top:-42%;transform:rotate(270deg);width:102%}.dark-theme .Battery-line{cursor:not-allowed;position:relative}.dark-theme .Battery-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:110px;position:absolute;right:-188%;top:96%;width:257%}.dark-theme .Dynamic-line{cursor:pointer;left:33px;position:relative}.dark-theme .Dynamic-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:113px;left:47%;position:absolute;top:-60%;transform:rotate(270deg);width:102%}.dark-theme .Dynamic-line-curve{cursor:pointer;left:32px;position:relative}.dark-theme .Dynamic-line-curve:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIsSURBVHgB7d3hUcJAEIbhxfG/dCAdaAfagXYgHVgCJVgCWoFagVoBdECsAKwg7sqip4yADrsQeJ+Zm6iT4cdnWDYXLpF63pOsQPfr1ytY8bW6S15mpONaGuxQmqGjY7JoB/1HXPk+L61Wa+G++IWG2NHRXrLPoHxXWvA6jgXrZaXFA54rhX60Y53syPej+b4MWzasJTvMSo5uznRMtG4/CrAXqOEJNOSe1/E+XUog71bKE6MzQQzv00dF4D1BnKKM1N4etgUxrHQURzcfkpG8lDR6EgsA9hXdSAJvAQeCOD4FO2v9bgRxNOATHWMPmxYwUjE/MmYiKpiVjm25erPTftTrpSXkQPAv/pWGrv96KoilRzMhAwCADfD++kIQx0Me+/g2lcoJyxr5ScxQh4XMhd1I9dfqBeZAIhXloy7LB6VjzYryYT7LB0HHuPPtuSCOl4+PCwOzvzVlVVajWPmwD0X98VUAAAAA/Il/ycbmPa44BY9nE0ttgo41u28IQWch6CQEnYSgk+z0jVE2zRfwn+t4FgAAgBS0d4Fs8adMFxINOWGJdanj1rYEnYSgkxB0EoJOQtBJCDpWJdOZu0oAAABSMHsXyNcZHul4o4+OZTe1qmxL0EkIOglBJyHoJASdhKABAAAAbBV/6ILdnp7Zu2A2H90RVs7mIegkBJ2EoJMQdBKuggeyZ9fKtOuoBAAAIAXtXSB/8I2tnn3gjuixbB14V0fFmWESgk7yDjTg5UHooMUnAAAAAElFTkSuQmCC);background-repeat:no-repeat;content:"";height:108px;left:116px;position:absolute;top:33%;width:100%}.dark-theme .beforeline{position:relative}.dark-theme .afterline{cursor:pointer;position:relative}.dark-theme .active-station{background-image:url(data:image/png;base64,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)}.dark-theme .Carstatus{left:-4px;position:relative;top:10px;transform:rotate(89deg)}.dark-theme .Carstatusbreak{position:relative;right:79px;top:-93px}.dark-theme .Carstatusbreak:before{background-color:rgba(42,191,66,.749);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.dark-theme .Inactive{cursor:not-allowed}.dark-theme .Order-number{align-items:center;display:flex;justify-content:end}.dark-theme .Order-number span{background:hsla(0,0%,87%,.729);border:1px solid #ddd;border-radius:5px;box-shadow:2px 2px 3px 2px #003579;color:#0521ff;padding:10px;text-align:center;width:30%}.dark-theme .Order-number span:first-child{margin-right:25px}.dark-theme .cursor-allowed{cursor:pointer}.dark-theme .keycard-main{display:flex;justify-content:space-around;width:100%}.dark-theme .keycard-setup{border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 5px #000;margin:5px;padding:10px;width:47%}.dark-theme .keycard-setup h3{color:#fff;margin:10px;text-align:center}.dark-theme .keycard-list{width:95%}.dark-theme .keycard-list.learning li{align-items:center;flex-direction:row}.dark-theme .keycard-list li{border:1px dotted gray;border-radius:5px;box-shadow:0 4px 2px #000;display:flex;flex-direction:column;margin-bottom:15px;min-width:100%;padding:14px;width:100%}.dark-theme .keycard-list li:nth-child(2n){width:100%}.dark-theme .keycard-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;font-size:12px;min-width:20%;padding:5px 5px 5px 2px;text-align:center}.dark-theme .keycard-list li .Ecu-name.active{background-color:#d9d9d9;color:#6e6e6e}.dark-theme .keycard-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.dark-theme .keycard-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.dark-theme .keycard-list li .Ecu-flashing p{color:#fff;font-size:14px;margin-top:10px;text-align:center}.dark-theme .keycard-list li .Ecu-flashing span{color:#fff}.dark-theme .keycard-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;color:#fff;height:30px;margin-left:16px;padding:3px;width:95%}.dark-theme .keycard-list li .Ecu-flashing .progress_bar_div{width:96%}.dark-theme .keycard-list li .Ecu-flashing .Completed{color:#2abf42}.dark-theme .keycard{transform:translateY(50%)}.dark-theme .key-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .key-card-main{display:flex;justify-content:space-around;width:94%}.dark-theme .key-card-main span{display:block;text-align:center}.dark-theme .list-items{align-items:center}.dark-theme .list-items,.dark-theme .list-items li{display:flex;justify-content:space-around;width:100%}.dark-theme .list-items li{margin-bottom:10px}.dark-theme .list-items li input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.dark-theme .parameter{border-radius:5px;margin:10px}.dark-theme .table-dtc-code{border:1px solid #ddd;width:90%}.dark-theme .table-dtc-code table{border-collapse:collapse;width:100%}.dark-theme .table-dtc-code table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .table-dtc-code table tbody{height:23vh;overflow:auto}.dark-theme .table-dtc-code table td{border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .key-card{background:#3e66b0;border:1px solid #ddd;border-radius:5px;color:#fff;margin:10px;padding:10px}.dark-theme .vin-number{margin-left:17%;width:80%}.dark-theme .vin-number input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.dark-theme .input-items{width:100%}.dark-theme .input-items .input-values{display:flex;justify-content:space-around;width:73%}.dark-theme .vin-main{display:flex}.dark-theme .data{display:flex;margin:1% auto}.dark-theme .data span{margin:auto 19%}.dark-theme .data .input{display:flex}.dark-theme .data .input input{margin-right:87px}.dark-theme .dtc-code{margin:10px}.dark-theme .dtc-code span{color:#fff;margin-left:4%}.dark-theme .dtc-code ul{align-items:center;display:flex;list-style-type:none;width:100%}.dark-theme .dtc-code ul li{margin-left:15%;width:47%}.dark-theme .list-main{padding:10px}.dark-theme .list-main>span{background:#3e66b0;border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 3px #000;color:#fff;display:block;margin:5px 0;padding:4px;text-align:center;width:7%}.dark-theme .list-main ul{margin:10px}.dark-theme .list-main ul li{display:flex;justify-content:space-around;margin-bottom:10px}.dark-theme .list-main ul li input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.dark-theme .list-main ul li p{width:15%}.dark-theme .list-main ul li .success{color:#2abf42;text-align:center}.dark-theme .list-main ul li .success img{margin-right:60%}.dark-theme .button-start{float:right;padding-bottom:10px}.dark-theme .button-start button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.dark-theme .button-start button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .dtc-code-sucess{width:100%}.dark-theme .dtc-code-sucess p{color:#2abf42}.dark-theme .dtc-code-read p{color:#ddd}.dark-theme .Ecuname{color:#fff;display:block;font-size:14px;font-weight:700;margin:10px}.dark-theme .static-table{color:#fff;padding:10px;width:100%}.dark-theme .static-table th{color:#fff;padding:10px;text-align:start}.dark-theme .static-table tr{margin:10px}.dark-theme .static-table td,.dark-theme .static-table td span{margin-left:10px}.dark-theme .static-flashing{align-items:center;display:flex;margin-left:10px}.dark-theme .static-flashing>span{background:#3e66b0;border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 3px #000;color:#fff;display:block;margin:5px 0;padding:4px;text-align:center;width:7%}.dark-theme .static-button{float:right}.dark-theme .static-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px}.dark-theme .Static-list{border:1px dotted #ddd;box-shadow:1px 2px 3px 1px;color:#fff;margin:10px 30px;padding:20px;width:40%}.dark-theme .static-success img{margin-left:12%}.dark-theme .Ecu-flashing p{font-size:14px;text-align:center}.dark-theme .static-carsection{width:30%}.dark-theme .static-section{width:20%}.dark-theme .table-waha{border-radius:5px;margin:10px;padding:10px;width:98%}.dark-theme .table-waha table{width:100%}.dark-theme .table-waha table thead{background:#3e66b0;color:#fff}.dark-theme .table-waha table th{background-color:#366eb0}.dark-theme .table-waha table td,.dark-theme .table-waha table th{border:1px solid #fff;color:#fff;font-size:.875rem;text-align:center}.dark-theme .table-waha table td{padding:6px 3px}.dark-theme .waha-main{display:flex;justify-content:space-around;margin:10px;width:94%}.dark-theme .Waha-wheel{display:flex;font-size:13px;width:77%}.dark-theme .Waha-wheel span{font-weight:700;margin-left:10px}.dark-theme .headlamp-check{display:flex;justify-content:space-around}.dark-theme .headlamp-check .Completed-check{margin-right:20px}.dark-theme .headlamp-check .Completed-check span{margin-left:20px}.dark-theme .wheel-image{margin-top:10px;width:60%}.dark-theme .waha-status{text-align:center}.dark-theme .parameter-waha{margin:10px}.dark-theme .input-field{border:1px solid #ddd;border-radius:5px;height:36px;padding:9px;position:relative;width:85%}.dark-theme .input-field span{font-size:12px}.dark-theme .input-field img{bottom:1%;height:32px;position:absolute;right:1%;width:32px}.dark-theme .file-upload img{border-radius:50%;cursor:pointer;height:15px;position:absolute;top:3px;width:15px}.dark-theme .dynamic-main{margin:10px}.dark-theme .dynamic-parameter{align-items:center;display:flex;width:95%}.dark-theme .dynamic-input{align-items:center;display:flex;justify-content:space-around;width:30%}.dark-theme .dynamic-check{display:flex;justify-content:space-around;width:92%}.dark-theme .dynamic-check .Completed-check span{margin-left:20px}.dark-theme .Dynamic-parameter{align-items:center;display:flex;justify-content:space-around}.dark-theme .Dynamic-parameter>div{width:100%}.dark-theme .file-upload button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.dark-theme .file-upload input{border-radius:4px;box-shadow:0 4px 5px 0 #000;height:34px;padding:6px}.dark-theme .camera-popup img{height:15px;left:90%;position:absolute;top:5%;width:15px}.dark-theme .camera-popup button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.dark-theme .adas-main{display:flex}.dark-theme .adas-section{margin:10px 6px;width:100%}.dark-theme .adas-requirements{margin:10px;width:50%}.dark-theme .adas-table{margin:10px}.dark-theme .adas-table table{border-collapse:collapse;width:100%}.dark-theme .adas-table table th{background-color:#3e66b0}.dark-theme .adas-table table td,.dark-theme .adas-table table th{border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .adas-table table td{width:10%}.dark-theme .adas-table table thead{text-align:center}.dark-theme .adas-table table thead tr{background-color:#3e66b0}.dark-theme .adas-table table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .adas-table table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .static2-table{background:#fff;border-radius:10px;box-shadow:0 0 10px #0003;margin:10px auto;overflow:auto;padding:20px;width:97%}.dark-theme .static2-table p{color:#2abf42;font-size:15px;margin:12px;text-align:center}.dark-theme .static2-table>span{border-bottom:2px solid #b3b3b3;color:#000;display:block;font-size:18px;font-weight:600;margin:5px 0;padding:0 0 5px;width:100%}.dark-theme .static2-table table{border-collapse:collapse;border-radius:5px;width:100%}.dark-theme .static2-table table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.dark-theme .static2-table table th input{margin-left:-25px}.dark-theme .static2-table table th .injector-progress{align-items:center;display:flex}.dark-theme .static2-table table td{border:1px solid #fff;color:#fff;font-size:.875rem;margin-top:10px;padding:6px 3px;width:10%}.dark-theme .static2-table table td:first-child{text-align:center}.dark-theme .static2-table table td input[type=text]{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.dark-theme .static2-table table td button{background-color:#3e66b0;border:none;border-radius:8px;box-shadow:0 5px #000;color:#fff;cursor:pointer;font-size:12px;margin-left:15px;padding:10px 20px}.dark-theme .static2-table table td button:hover{background-color:#3e8e41}.dark-theme .static2-table table td button:active{background-color:#3e8e41;box-shadow:0 5px #ddd;transform:translateY(4px)}.dark-theme .static2-table table td .progress{list-style-type:none}.dark-theme .static2-table table td .progress li{margin-bottom:18px}.dark-theme .static2-table table thead{text-align:center}.dark-theme .static2-table table thead tr{background-color:#3e66b0}.dark-theme .static2-table table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .static2-table table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .static2-injector-list{margin-top:10px;width:59%}.dark-theme .static2-injector-list table{border-collapse:collapse;width:99%}.dark-theme .static2-injector-list table td{color:#fff;font-size:.875rem;padding:6px 14px;width:30%}.dark-theme .static2-injector-list table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.dark-theme .static2-injector-list table thead th{border:2px solid #fff;color:#000;padding:5px}.dark-theme .static2-injector-list table thead tr{background-color:#3e66b0}.dark-theme .static2-injector-list table thead tr td{color:#000}.dark-theme .static2-injector-list table tbody tr:nth-child(odd){background-color:#1e1e2d}.dark-theme .static2-injector-list table tbody tr:nth-child(2n){background-color:#2b2b3d}.dark-theme .ecu-status-check{align-items:center;display:flex;justify-content:space-between}.dark-theme .ecu-status-check img{height:35px;margin:3px;width:35px}.dark-theme .Rescan-Dtc button{background-color:#3e66b0;border:1px solid #fff;border-radius:10px;color:#fff;margin-left:20px;padding:10px;text-align:center;width:150px}.dark-theme .Rescan-Dtc button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .Rescan-Dtc p{margin-top:10px}.dark-theme .dtccheck-code{height:calc(100vh - 417px);margin-left:10px;overflow-x:hidden;overflow-y:auto;width:100%}.dark-theme .dtccheck-code .no-dtc-txt{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.dark-theme .close-icon{bottom:19px;cursor:pointer;height:34px;position:relative;right:-17px;width:34px}.dark-theme .close-icon img{background-color:#0000;border-radius:50%;box-shadow:1px 2px 5px #fff;height:30px;position:absolute;right:5px;top:18%;width:30px}.dark-theme .close-icon img:hover{box-shadow:0 2px 5px #3e66b0}.dark-theme .cleared-dtc{height:auto;margin:100px}.dark-theme .dtc-code1{border-radius:7px;justify-content:space-between;margin-bottom:5px;padding:1px}.dark-theme .dtc-code1,.dark-theme .dtc-code1 .dtc-code-ecu{align-items:center;display:flex}.dark-theme .dtc-code1 .dtc-code-ecu span{border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;max-height:32px;min-height:24px;min-width:100px;padding:5px 10px 9px 0;position:relative;text-align:center;transition:all .3s ease}.dark-theme .dtc-code1 .dtc-code-ecu span:first-child{background-color:#ca3333;min-width:93px}.dark-theme .dtc-code1 .dtc-code-ecu span:last-child{align-items:center;background-color:#0000;border-bottom:1px solid #ca3333;color:#000;display:flex;justify-content:space-between;margin-left:10px;max-width:569px;min-width:534px}.dark-theme .dtc-code1 .Memorised-fault{align-items:center;display:flex}.dark-theme .dtc-code1 .Memorised-fault span{border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;max-height:32px;min-height:24px;min-width:100px;padding:5px 10px 9px 0;position:relative;text-align:center;transition:all .3s ease}.dark-theme .dtc-code1 .Memorised-fault span:first-child{background-color:#ddd;min-width:93px}.dark-theme .dtc-code1 .Memorised-fault span:last-child{align-items:center;background-color:#0000;border-bottom:1px solid #ca3333;color:#000;display:flex;justify-content:space-between;margin-left:10px;max-width:569px;min-width:534px}.dark-theme .short-track-header{align-items:center;border:1px solid #ddd;border-radius:3px;display:flex;justify-content:space-between;margin:10px;padding:10px}.dark-theme .short-track-check{display:flex}.dark-theme .short-track-check span{margin:0 10px}.dark-theme .sign-table{margin:10px}.dark-theme .sign-table table{border-collapse:collapse;width:100%}.dark-theme .sign-table table th{background-color:#3e66b0;color:#fff;padding:5px}.dark-theme .sign-table table tr td{font-size:15px;padding:10px 0;text-align:center}.dark-theme .sign-table table tr td:first-child{text-align:start}.dark-theme .sign-table table tr:nth-child(2n){background-color:#eee}.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;padding:20px 20px 10px}.light-theme .parameter-section a{color:#fff;text-decoration:none}.light-theme .parameter-section ul{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 #0006;font-size:.8125rem;height:60px;left:50%;position:absolute;top: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{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 #0006;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,#0000);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{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;justify-content:space-between;max-height:calc(100vh - 172px);min-height:calc(100vh - 140px);padding:0}.light-theme .body_wrapper button{font-family:Facto}.light-theme .body_wrapper .car_section{border:2px solid #ddd;margin:15px;min-height:448px;overflow:auto;padding:5px;position:relative;width:230%}.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;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 img.sovd_img{width:76%!important}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_line1{border-bottom:2px solid tomato;color:#000;font-size:12px;height:20px;left:41.5%;position:absolute;text-align:center;top:60.5%;width:12%}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_dot{border:1px solid #7f7f7f;border-radius:6px;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAlwAAAJcB1AYsggAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEeSURBVDiNjdIxSgNBFMbx36YICQrxAGJAEERICltvkCZlSo/hFXIHiWAhXkBBRNNKSJVoKWJlY2UsjDZjsbOybLKJD4aB9+b938z3jRCCEAJsoo8RPvGIAXayM8tW1nyIFwRMcIEH/OADvVJAnPyCd3QKxTammKNVBujHyZ2SA03MMCwDjDBZ+U5O8Y16sVbBAZ6sjmdUsV0sVPCK3TWAo7i/LSsOpGq3S66/iS+MyzTYkVo1RbNQ3MKVVOTuqn/Qk1o1i4Kd4DreLMR1jn1UFwAR0sJQqnbWNEY3Nme5G9QWADlQHXvYyOX2c4CAW9HSUu8L0GqcnIfcof4vQITU4uQ85LKyxv+/CCHMox73uXQjybz8byRJUscZGjj+Bb09aZWly+7YAAAAAElFTkSuQmCC),auto;height:25px;margin:5px;padding:4px;position:absolute;text-align:center;transition:all .2s;width:45px;z-index:1}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_green{background-color:#41ad48;border:1px solid #6aed6a;color:#fff;font-size:14px}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_yellow{background-color:#f47d1f;border:1px solid #ff9a4b;color:#fff;font-size:14px}.light-theme .body_wrapper .car_section .car2d_div .car_img_div .sovd_coordinates_bg_grey{background-color:#ca3333}.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:#dfd3d5}.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;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:35%}@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:139px;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:100%}.light-theme .body_wrapper .ecu_section .ecu_health_status{margin:10px;width:100%}.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;text-align:center}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con{margin:0 10px;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:#000;cursor:pointer;margin-top:10px;padding:5px 11px;width:83%}.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_orange:hover{background-color:#6aed6a;box-shadow:0 0 5px #3e66b0}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange:active{background-color:#3e66b0}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_orange p{padding:5px}.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;padding:5px}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_active{background:#2abf42}.light-theme .body_wrapper .ecu_section .ecu_health_status .fault_ecus_con .fault_ecus_active p{color:#3d3d3d;padding:5px}.light-theme .body_wrapper .ecu_section .sovd_ecu_health_status{width:96%!important}.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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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:#ffffffba;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 #0003;display:flex;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.hardware-header .logo-section{order:-1;padding:15px 0;width:20%}.light-theme .header.hardware-header .logo-section .logo-section-img{cursor:pointer;padding-left:25px;width:200px}.light-theme .header.hardware-header .logo-section .logo-section-img img{filter:brightness(1) invert(0)}.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:#000;font-family:facto-bold,sans-serif;font-size:.8125rem;margin-left:5px}.light-theme .header .header-vin-details ul li.header-vin-list{align-items:center;display:flex;margin-top:10px}.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 .header-virtual{filter:brightness(5);width:25%}.light-theme .header .header-virtual h2{color:#000;font-family:Facto-bold;font-size:17px;text-align:center}.light-theme .header .logo-sec{overflow:auto;width:100%}.light-theme .header .logo-sec .logo-sec-img{cursor:pointer;padding-left:25px;width:200px}.light-theme .header .logo-sec .logo-sec-img img{filter:brightness(1) invert(0)}.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%;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%;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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 .station-name{margin:10px 5px 0;width:22%}.light-theme .station-name ul{list-style-type:none}.light-theme .station-name ul li span{font-size:12px;font-weight:bolder}.light-theme .station-name ul li span:last-child{font-weight:lighter;margin-left:10px}.light-theme .station-name .station-name-sec{align-items:center;display:flex;margin-bottom:10px}.light-theme .station-name .station-name-sec span{color:#000;display:block;width:70%}.light-theme .connectivity{align-items:center;border-radius:20px;cursor:pointer;display:flex;justify-content:end;right:0;top:0}.light-theme .connectivity div.connect-check{align-items:center;background-color:#fff;border-radius:50%;box-shadow:inset .2em .2em .2em 0 #00000080,inset -.2em -.2em .2em 0 #ffffff80,5px 5px 16px #0006;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;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 #0003;display:flex;left:50%;list-style:none;opacity:0;padding:5px 0;position:absolute;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 #0000;border-right:8px solid #0000;content:"";height:0;left:50%;position:absolute;top:-5px;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 #0003;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 #0000;border-right:6px solid #0000;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 #0003}.light-theme .connectivity .user-icon ul li img{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%;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:#0000!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{height:26px;margin-right:12px;width:26px}.light-theme .home_icon_div img{filter:brightness(1) invert(0)}.light-theme .cursor_not_allowed{cursor:not-allowed!important}.light-theme .hardware-interface form .connection-methods h2{background:#d9d9d9}.light-theme .interface-component{min-height:calc(100vh - 142px)}.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:#0000!important;border-bottom:0!important}.light-theme .work-order-popup-content{align-items:center;background:#000c;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{animation:loaderRotate 1s linear infinite;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 .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: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 .establish-conneciton span{font-size:.875rem}.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 .vci_selector_box{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 - 70px);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:#000c;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%;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{animation:loaderRotate 1s linear infinite;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{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%{transform:rotate(0deg)}to{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:#000000b3;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{transform:rotate(180deg)}.light-theme .hardware-vin-popup .hardware-vin-popup-content .popup-title .close-icon img{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 .vci_select_box{position:relative}.light-theme .vci_select_box .selection_div{text-align:center}.light-theme .vci_select_box .selection_div span{color:#000;font-weight:700}.light-theme .vci_select_box .selection_div select{border:1px solid #ddd;border-radius:5px;font-size:15px;margin-left:10px;padding:8px;width:60%}.light-theme .vci_select_box .selection_div select.error_select_tag{border:1px solid red;color:#fa5c19}.light-theme .vci_select_box .selection_div select:disabled{background-color:#d9d9d9;cursor:not-allowed}.light-theme .vci_select_box .vci_status_div{align-items:center;background:rgba(255,224,0,.122);border:1px solid rgba(255,242,92,.549);border-radius:5px;display:flex;justify-content:center;margin-top:15px;padding:10px}.light-theme .vci_select_box .vci_status_div img{display:block;width:24px}.light-theme .vci_select_box .vci_status_div span{color:#000!important;font-size:14px;margin-left:10px}.light-theme .vci_select_box .vci_status_div.vci_status_connected{align-items:center;background:rgba(112,215,112,.322);border:1px solid rgba(112,215,112,.541);border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin-top:15px;padding:10px}.light-theme .vci_select_box .vci_status_div.vci_status_connected .vci_tect_span{color:rgba(1,131,1,.851)}.light-theme .vci_select_box .vci_status_div .initialize_div{align-items:center;display:flex;justify-content:center}.light-theme .vci_select_box .vci_failed_div{background-color:#e7380033;border:1px solid #f003;border-radius:5px;color:#000;margin-top:15px;padding:10px}.light-theme .vci_select_box .vci_failed_div .failed_header{align-items:center;border-bottom:1px solid #f003;display:flex;justify-content:start;padding-bottom:5px}.light-theme .vci_select_box .vci_failed_div .failed_header span:last-child{margin-left:10px}.light-theme .vci_select_box .vci_failed_div .failed_header img{display:inline-block;filter:brightness(80%) invert(100%);width:24px}.light-theme .vci_select_box .vci_failed_div ul{list-style-position:outside;margin-top:10px}.light-theme .vci_select_box .vci_failed_div ul li{font-size:13px;margin-bottom:7px;margin-left:15px}.light-theme .connect-loader{align-items:center;background:#779644;border-radius:3px;color:#fff;display:flex;font-size:13px;justify-content:center;margin:10px auto;padding:8px;width:90%}.light-theme .connect-loader span:last-child{margin-left:10px}.light-theme .connect-loader .mini-loader{filter:invert(0);left:150px}.light-theme .connect-loader .mini-loader.vci_list{filter:invert(100%);height:15px;left:60%;position:absolute;top:25%;width:15px}.light-theme .vci_info_div{padding:10px 25px}.light-theme .vci_info_div .vci_info{list-style:none}.light-theme .vci_info_div .vci_info li{color:#000;font-size:14px;margin-bottom:3px}.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:#1b6fee;border:0;border-radius:5px;display:flex;padding:10px 16px}.light-theme .config-title button img{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:#1b6fee;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 span .mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:20px;padding:0;width:20px}.light-theme .loader-fullpage-container{align-items:center;background-color:#ffffff80;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{animation:loader-spinner .6s linear infinite;background:none;border-color:#000 #0000;border-radius:50%;border-style:solid;border-width:2px;height:50px;margin:5px 0;width:50px}@keyframes loader-spinner{0%{transform:rotate(0deg)}to{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 #00000080,inset -.2em -.2em .2em 0 #ffffff80,5px 5px 16px #fff6;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:#84ffb899}.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:#ffb8b199;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;transform:rotate(180deg)}.light-theme .popup-check{display:none;position:absolute;right:-360px;top:50%;transform:translateY(-50%);width:350px;z-index:1}.light-theme .popup-check.ecu-popup-active aside{opacity:1!important;transform:rotateY(0deg)!important}.light-theme .popup-check.ecu-popup-active section{opacity:0!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;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){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){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{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 #00000080,inset -.2em -.2em .2em 0 #ffffff80,5px 5px 16px #fff6}.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%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes settings-rotate-left{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.light-theme .popup-ecu-content{border-radius:10px;box-shadow:5px 5px 25px #0000004d}.light-theme .para{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0000001a;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%;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{animation:loader-spinner .6s linear infinite;border-color:#dcdcdc #0000;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;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 #00000026;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:#0000;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:#0000;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 #0003;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 #0003}.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;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 #00000073;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;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;filter:brightness(.5);height:auto;margin-right:10px;width:100px}.light-theme .copyrights-section span{background:none;color:#000;color:#fff;font-size:.75rem}.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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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 #0003;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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{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,#c1c6cab3,#e5e8e9 50%,#c1c6cab3);box-shadow:0 0 20px #0006;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:#0000;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::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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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;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;transform:translateX(-50%)}.light-theme .vci-model-box{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#fff;border:1px solid #ffffff2e;border-radius:30px;border-radius:10px;box-shadow:0 8px 32px 0 #1f26875e;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 #0000004d;display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;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 #0000004d;display:flex;height:50px;justify-content:center;left:50%;padding:10px;position:absolute;top:-30px;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 #ffffff4d,inset -1.2em -1.2em 1.2em 0 #0003,5px 5px 30px #00000029;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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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-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-color:#f5f5f5;border-radius:10px;box-shadow:0 0 10px #0003;max-height:calc(100vh - 172px);min-height:calc(100vh - 138px);overflow-x:hidden;overflow-y:auto;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{color:#000;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-color:#f5f5f5;border-radius:10px;display:flex;flex-direction:column;height:100%;list-style:none;padding:20px 0 0;position:relative}.light-theme .side-bar>ul .Active_Sidebar{background-color:#3e66b0}.light-theme .side-bar>ul .Active_Sidebar span{color:#000}.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;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{filter:brightness(1) invert(0);height:35px;margin-left:5px;margin-right:10px;opacity:1;transition:all .3s ease;width:35px}.light-theme .side-bar>ul li a.vehicle-info-side a{padding:6px}.light-theme .side-bar>ul li a:hover{background:#3e66b038}.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 a.active img{filter:brightness(0) invert(1)}.light-theme .side-bar .side-bar-arrow{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 0 10px #0000004d;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{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 #0006;color:#000;content:attr(data-content);font-size:.6875rem;font-weight:600;left:47px;opacity:0;padding:12px 10px;position:absolute;top:50%;transform:translateY(-50%);transition:visibility 0s,opacity .3s linear;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:9}.light-theme .sidebar-active .side-bar a:after{border-bottom:6px solid #0000;border-right:8px solid #fff;border-top:6px solid #0000;content:"";height:0;left:39px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:visibility 0s,opacity .2s linear;visibility:hidden;width:0;z-index:9}.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{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{filter:invert(0)}}.light-theme .list-head{align-items:center;display:flex;font-family:facto-bold;justify-content:flex-end;margin-bottom:15px;padding:0 8px 0 12px;width:100%}.light-theme .list-head span{color:#fff;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 .cursor_not{background-color:#d9d9d9!important;cursor:not-allowed!important}.light-theme .cursor_not span{color:#6e6e6e!important}.light-theme .cursor_not img{filter:brightness(0)!important;opacity:.2!important}.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 #00000026}.light-theme .tab-icons ul{background:#fff;box-shadow:0 5px 5px -5px #0000004d;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 #0006;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 #0000;border-left:7px solid #3e66b0;border-top:7px solid #0000;content:"";height:0;position:absolute;right:-7px;top: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 #ffffff80,inset -.2em -.2em .2em 0 #00000080,5px 5px 16px #0006;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%;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%;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{filter:invert(1);height:18px;margin-right:10px;width:18px}.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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{filter:invert(1)}.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 .sidebar-bus1{height:372px;min-width:200px}.light-theme .sidebar-bus1 .select_all{background-color:rgba(27,111,238,.071);border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;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:86%;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{accent-color:green;margin-right:10px}.light-theme .sidebar-bus-list-dtc .fault_ecus_orange{background-color:#f47d1f;color:#fff}.light-theme .sidebar-bus-list-dtc .fault_ecus_green{background-color:#41ad48;color:#fff}.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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:210px}.light-theme .dtc-values1.active-dtc1:after{background-color:#f5f5f5;content:"";height:100%;height:140%;position:absolute;right:-20px;top:50%;transform:translateY(-50%);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 - 310px);width:100%}.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:#f5d349;color:#8e6922}.light-theme .bus-code1 .bus-code-list li.pending-dtc-value span{background-color:#c7c8ca;color:#777}.light-theme .bus-code1 .bus-code-list li:hover span{box-shadow:0 5px 5px #0000004d}.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{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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;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%;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%;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{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 #0003;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{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%{transform:rotate(0deg)}to{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 .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,#0000);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{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{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{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;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:"";filter:invert(1);height:6px;left:50%;position:absolute;top: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:"";filter:invert(1);height:6px;left:50%;position:absolute;top: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:#00000080;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:#00000080;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%;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{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 #0000004d;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%;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 #0000004d;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:#ffffff8c;border:1px solid #ffffff2e;border-radius:5px;box-shadow:0 8px 32px 0 #1f26875e;display:none;padding:10px;position:absolute;right:-260px;top:50%;transform:translateY(-50%);width:250px;z-index:2}.light-theme .param-name-graph p:before{border-bottom:7px solid #0000;border-right:7px solid #ececec;border-top:7px solid #0000;content:"";height:0;left:-7px;position:absolute;top:50%;transform:translateY(-50%);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:#000c;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%;transform:translate(-50%,-50%);width:50px}.light-theme .loader-check-content img{animation:imgRotate 1.5s linear infinite;transform:rotate(0deg)}@keyframes imgRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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{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:#adadad2e;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:#6de17159}.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{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:"";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;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%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.light-theme .calibrate-popup{align-items:center;background:#00000080;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 #00000080;display:flex;flex-direction:column;height:90px;justify-content:center;left:50%;position:absolute;top: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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{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 #0000004d}.light-theme .routine-container{background-color:#f5f5f5;border-radius:10px;padding:10px}.light-theme .routine-container .routine-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 300px);min-height:calc(100vh - 223px);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%;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;transform:rotateY(0deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-current.card-active>ul{opacity:0;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 #0000004d}.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{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;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{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;transform:rotateY(0deg)}.light-theme .routine-container .routine-contianer-sec .dtc-container-routine .dtc-box .dtc-list-each-memorized.card-active>ul{opacity:0;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 #0000004d}.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{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;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{filter:invert(1)}.light-theme .code{margin:10px 20px;padding:3px}.light-theme .code button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.8125rem;margin-left:5px;max-width:100%;min-width:150px;padding:10px}.light-theme .code button:disabled{cursor:not-allowed;opacity:.5}.light-theme .code.routine{float:right}.light-theme .dtc-identity{display:flex;justify-content:flex-start;list-style:none}.light-theme .dtc-identity li{align-items:center;display:flex;padding-right:20px}.light-theme .dtc-identity li.dtc-inactive span:first-child{background-color:#f5d349;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:#c7c8ca;border:2px solid #b3b3b3;border-radius:50%;height:20px;width: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{margin:10px;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 .select_all{background-color:rgba(27,111,238,.071);border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;padding:10px 21px 10px 10px;width:88%}.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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:200px}.light-theme .routine-values.active-dtc:after{background-color:#f5f5f5;content:"";height:100%;height:140%;position:absolute;right:-11px;top:50%;transform:translateY(-50%);width:5px}.light-theme .routine-manage{display:flex;width:100%}.light-theme .bus-code-status{border:1px solid #dcdcdc;min-height:calc(100vh - 290px);padding:10px;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:flex-start;margin-left:10px;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 #0000004d}.light-theme .bus-code{border:1px solid #dcdcdc}.light-theme .injector-list{margin:10px auto}.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 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 .injector-lists{margin:10px auto;width:95%}.light-theme .injector-lists .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-lists .description_main_div .des_div{max-height:160px;min-height:160px;width:100%}.light-theme .injector-lists .description_main_div .des_div .des_content_div,.light-theme .injector-lists .description_main_div .des_div .des_info_div{display:flex;justify-content:space-between}.light-theme .injector-lists .description_main_div .des_div .des_content_div h4,.light-theme .injector-lists .description_main_div .des_div .des_info_div h4{color:#000}.light-theme .injector-lists .description_main_div .des_div .des_content_div{height:130px}.light-theme .injector-lists .description_main_div .des_div .des_content_div ul{color:#000;font-size:14px;padding-left:25px;width:65%}.light-theme .injector-lists .description_main_div .des_div .des_content_div ul li{color:#000;margin:5px}.light-theme .injector-lists .description_main_div .des_div .des_info_div img{cursor:pointer;width:30px}.light-theme .injector-lists .description_main_div .img_div{text-align:center}.light-theme .injector-lists .description_main_div .img_div img{border-radius:5px;width:80%}.light-theme .injector-lists table{border-collapse:collapse;width:99%}.light-theme .injector-lists table td{color:#000;font-size:.875rem;padding:6px 14px;width:30%}.light-theme .injector-lists table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.light-theme .injector-lists table thead th{border:2px solid #fff;color:#fff;padding:5px}.light-theme .injector-lists table thead tr{background-color:#3e66b0}.light-theme .injector-lists table thead tr td{color:#fff}.light-theme .injector-lists table tbody tr:nth-child(odd){background-color:#fff}.light-theme .injector-lists 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 .flash-Ecu{align-items:center;border-radius:5px;display:flex;justify-content:flex-end;margin-top:35px;width:100%}.light-theme .flash-Ecu .left_btns_div button,.light-theme .flash-Ecu .right_btns_div button{margin-right:10px}.light-theme .flash-Ecu button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:150px}@media(max-width:1024px){.light-theme .flash-Ecu button{width:110px}}.light-theme .flash-Ecu button.re-scan{margin-left:240px}.light-theme .flash-Ecu button:disabled{cursor:not-allowed;opacity:.5}.light-theme .dtc-scan-container{background-color:#f5f5f5}.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{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{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{filter:invert(1);margin-right:10px;width:12px}.light-theme .vehicle-level .download-all-btn button img.loader-download{animation:loader-rotate 3s linear infinite;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{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:#254e9b61;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{filter:invert(1)}.light-theme .vehicle-level .downlo-vehicle-contianer .download-pause button span{color:#3e66b0}.light-theme .flash-files{margin:10px 0;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-reflash{background-color:#50b03e}.light-theme .flash-files table td button img{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{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{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{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%{transform:rotate(0deg)}to{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{filter:invert(1);margin-right:5px;width:15px}.light-theme .download-ecu-progess{background:#d9d9d9;border-radius:5px;height:33px;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%;transform:translate(-50%,-50%)}.light-theme .cancel-popup,.light-theme .vehicle-flashing-popup{align-items:center;background-color:#0009;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 #0009;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,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAAXNSR0IB2cksfwAAAAlwSFlzAAANiQAADYkBUJSCJQAAAhxQTFRFAAAAOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOt9bOIcTRwAAALR0Uk5TAAcqT3GBi5mcloh7ZkEcW9f9//TAQgobb8T+97NeAUe7748eA1rQ+qIrNcgVF+tD5hgEgOkQwfwZz5En4J7lqynnpAKVdlTwIcoGhfm60Ui/MIriPcM/Z4yx3urs39O2bEUPy5Q8Vt1hzDea2w34MWuovQyhxqd0BSZopeT1vn9A7kQ+tE7HfS2vEiSpCwjCrJs6TZJK1uNqCcWGRs1MtYId7VGgZKOu8/vJ2TtlePIuk7mY7Ch+HgAAC5xJREFUeJzt3YuDFlUZx3EQzCCw9qCwQLyu9oabldpammLJpbKIyDBJAbFMozSVyPJSi1hWhmF2N7ObWtn99g+27y7Bzsx7mcs553nOeb6fv2DmfH8zs+a2rlgBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoGLlBatWX/iGi964Zu2b1q2/WPpqENXFb77oLVNuuQ2XXHjpRunLQhSbpjdvccNsfes2NpC73mUzU0PrL7n8irdJXyEC6r99+5j6i66cfYf0VSKUq945Kf/A1Oy7pC8UIbx7dvinv+rqdT3pi4V311xbM//AzHukLxd+zV037me/qvdeJn3F8Ol91zfKv+CGaelrhj/vv7Fp/wU38YNALnbc3KK/cx+Yk75weLHjg636O3cLC8hB6/4sIAsd+rOADHTqzwKS17E/C0hc5/4sIGke+rOAhHnpzwKS5ak/C0iUt/4sIEke+7OABHntzwKS47k/C0iM9/4sICkB+rOAhATpzwKSEag/C0hEsP4sIAk7dwXr79zuPdK3hwkCPv8DH5K+P4wXuL9zH5a+Q4wT9P2/aMtHpO8RowV//hfc+lHpu8QoMfo797G90veJ4cK//5d8XPpGMVSc53/Bvh3St4ohovV37hPS94qqWO//Rauk7xZlEZ//Bfv5Pw4rE7e/c5+UvmEUxO7vbpO+YywX9fu/5FPS94zzoj//Cw5I3zTOkejvbuffC2sh8P4f+LT0fWOJyPPv+N+DtZDq7+6QvnMMiPV3+/jL8goIff8XHZS+eQg+/ws+I333EO3v7pS+ffNk+7u7pO/fOsnv/8B26QMwTvj5d+6Q9AnYJt7fHZY+AtPk+7ut0mdgmfT3f2Cf9CEYpuD5d+6I9CnYpaK/u1v6GMzS8P5fcFT6HKzS8fw7d4/0QRilpb+7SfokbFLT331W+ihMUvL9H/ic9FlYpOf5dzfcK30YBinq7z4vfRgGaerPrwPEp+j7v4D/uHRsqp5/d5g/GRmZrv7uPunzsEbX+9+5+6UPxBhlz7/bzl+IiEpbf/cF6ROxRV3/Y/wIGJO2779zX5Q+ElPUPf/uS/xxgIj09Z96QPpMLNH3/ncPSp+JJfqef/flh6QPxRCF/R9+RPpQDFH4/nfHpQ/FEIXPv1sjfSiGaOz/Ff4JMBqN7/8TK6VPxQ6Nz/8dX5U+FTvobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vob5vK/vwBgGjobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfS3jf620d82+ttGf9vobxv9baO/bfQfZdP6dQcevWXmazN3ff2+x1Zd8Lj09YSxc5d07arr5f/+9xNPfuObpauaP/nUqfxGQP8hNk1vHnFpT89+a4/wxfnF+7/q289Mjbu8Y8c3yl6fTzz/Fd/57sQrPPw9FT+ieED/sifuqXWR167L4kOg8f2/WfLh2njnlbWv81nB6/SE5798IPsbXOnW6Z7gpfrA81+ybUOzi/3+acGL7Y7+Rf01jS/32HNyl9sZ/Yv2/qDFBe96RO6CO6J/0UMnW13yrQflLrkTfv4rOnNJy4uev0buojvg+S9q3T/RBdC/qEP/JBdA/6JO/RNcAP2LOvZPbgH0L+rcP7EF0L/IQ/+kFkD/Ii/9E1oA/Ys89U9mAfQv8tY/kQXQv8hj/yQWQP8ir/0TWAD9izz3V78A+hd57698AfQvOnNbgBtSvAD6FwXpr3gB9C8K1F/tAuhfFKy/0gXQv+h5/z//nTe/Xu7GRtD4+18/FPz9r/4LQW9N3TuA57+o96PAN6dsAfQveSz47an6CvD+L7lqX/gbnL9U8AaLeP5L7j0U4xbVLID+ZY/GuUklXwHe/2U/3hLpNlW8A3j+y/o3RrtRBQugf8WTEW9V/CvA+7/i8Ztj3qzwO4Dnv2pb3NsVXQD9q3rxfgJYIrgA+g9xMPoti/0cwPd/mAfj37TQO4Dnf5i9RwRuW2QB9B/qJyI3LvAV4P0/3E9lbj36O4Dnf4QmfwbSp8gLoP8Ip8f+DfCQoi6A/qP8TO4A5k9Fu0u+/yOtFjyCaO8Anv/Rmv8pWI8iLYD+Y8yIHkOUBdB/nJ/LHkSEnwP4/o/1C+GjCP4O4Pkf73Lpwwi8APpPUPu/BhNM0K8A7/9JHpY+jqDvAJ7/iST+XWBZsAXQf7Kovw84SqAF0L+Go9InsmjDqQC3xve/jmekj2RJgHcAz38tV0ifyVneF0D/el6UPpT/87wA+td0SvpUzvH6cwDf/7p+GeEPA9Tk8R3A81/fS9IHc563BdC/gV9Jn8wynhZA/ybulz6a5bz8HMD3v5He3dKHs5yHdwDPf0NrpU+noPMC6N/Us9LHU9TxK8D7v7kT0gdU1OkdwPPfwsvSJ1TSYQH0b+XX0mdU0noB9G/nN9KHVNby5wC+/239VvqYylq9A3j+W3tOwW8GFrVYAP07+J30SVU0/grw/u9ibrP0WVU0fAfw/Hfz+1ekT6ui0QLo39Wrsf5edH0NvgK8/7s7Ln1gVbXfATz/PhyQPrKqmgugvxe916QPrarWV4D3vyf9SP/dkCZqvAN4/r1JcgH09yjBBdDfq+QWQH/PElsA/b1LagH0DyChBdA/iGQWQP9AElkA/YNJYgH0DyiBBdA/qP6s9GFWFRZA/8CUL4D+waleAP0jULwA+kehdgH0j0TpAugfTX+39MFWbfgDv/8Tj8Z3gEKZPv8DLKCGjPuzgBqy7s8CJsq8PwuYIPv+LGAsA/1ZwBgm+rOAkYz0ZwEjmOnPAoYy1J8FDGGqPwuoMNafBZSY688CCgz2ZwHLmOzPAs4x2p8FnGW2PwtYZLg/C3DG+7MA6/3NL8B8f+MLoP8K0wug/yKzC6D/WUYXQP9zTC6A/ssYXAD9C8wtgP4lxhZA/wpTC6D/EIYWQP+hzCyA/iMYWQD9RzKxAPqPYWAB9B8r+wXQf4LMF0D/ibJeAP1ryHgB9K8l2wXQv6ZMF0D/2rJcAP0byHAB9G+k/0fpYJ7Rv6HMFkD/xrJaAP1byGgB9G8lmwXQv6VMFkD/1rJYAP07yGAB9O8k+QXQv6PEF0D/zpJewEv07y7hBdDfi2QXQH9PEl0A/b1JcgH09yjBBdDfq+QWQH/PElsA/b1LagH0DyChBdA/iGQWQP9AElkA/YNJYgH0DyiBBdA/KPULoH9gyhdA/+BUL4D+ESheAP2jULsA+keidAH0j0blAugfkcIF0D8qdQugf2TKFkD/6FQtgP4CFC2A/iLULID+QpQsgP5iVCyA/oIULID+osQXQH9hwgugvzjRBdBfAcEF0F8FsQXQXwmhBdBfDZEF0F8RgQXQX5XoC6C/MpEXQH91oi6A/gpFXAD9VYq2APorFWkB9FcrygLor1iEBdBfteALoL9ygRdAf/WCLoD+CQi4APonIdgC6J+IQAugfzKCLID+CQmwAPonxfsC6J8Yzwugf3K8LoD+CfK4APonydsC6J8oTwugf7K8LID+CfOwAPonrfMC6J+4/m7629ZpAfTPQIcF0D8LrRdA/0y0XAD9s9FqAfTPSIsF0D8rjRdA/8w0XAD9s9NoAfTPUIMF0D9LtRdA/0zVXAD9szU3W6P/Cfrnq7d2Yv8/PS99kQhp2+tj8//5uj3SV4iwdv5lTP+//k368hDcnr8fHpH/9X/slb44xHBm+vYh+Y88dVr6whBL/+XXri7U/+cLr66UvihE1fvXi//+z/5jrxw6evK/qx+Yk74cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYJz/ARir1DHI0gf6AAAAAElFTkSuQmCC)}.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{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:calc(100% - 200px)}.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{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{filter:invert(1);margin-right:5px}.light-theme .upload-section label img.download-img{width:15px}.light-theme .upload-section label img.flash-img{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{filter:invert(1);margin-right:5px}.light-theme .upload-section button img.download-img{width:15px}.light-theme .upload-section button img.flash-img{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%;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{border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 138px);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%;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;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;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 #0000004d}.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{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;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{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;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;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 #0000004d}.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{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;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{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: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;content:"";height:140%;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:200px}.light-theme .dtc-values.active-dtc:after{background-color:#f5f5f5;content:"";height:140%;position:absolute;right:-11px;top:50%;transform:translateY(-50%);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 - 256px);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 #0000004d}.light-theme .Measurement-header{background-color:#d9d9d9;display:flex;list-style:none}.light-theme .Measurement-header li{color:#000;cursor:pointer;margin-right:26px;padding:16px 25px!important}.light-theme .Measurement-header .param-tab-active{background-color:#f5f5f5;color:#7e7e7e;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 #0003;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 .search-input{background-color:#fff;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 img{cursor:pointer;margin-left:5px;width:5%}.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 .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 .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 .selected:before{border-radius:50%;content:"";height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:0}.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 .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 #0003;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;margin-left:14px;padding:15px;width:25%}.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 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 .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 .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-color:#fff;height:100vh;overflow:hidden}.light-theme .inner-Homepage .homepage_header{padding:30px 30px 20px}.light-theme .inner-Homepage .homepage_header img{width:125px}.light-theme .inner-Homepage .home_body{align-items:center;background-image:url(../../static/media/background-content.ddc9e86f89a4b1859b84.png);background-position:0;background-repeat:no-repeat;background-size:contain;display:flex;height:calc(100% - 176px);position:relative}.light-theme .inner-Homepage .home_body .content-home{padding-left:30px;width:450px}.light-theme .inner-Homepage .home_body .content-home h1 span{display:block}.light-theme .inner-Homepage .home_body .content-home h1 span:first-child{color:#3e66b0;font-size:2.1875rem;margin-bottom:2px}.light-theme .inner-Homepage .home_body .content-home h1 span:last-child{color:#686b72;font-size:1.875rem;margin-bottom:5px}.light-theme .inner-Homepage .home_body .content-home p{color:#000;font-size:.8125rem;margin:15px 0}.light-theme .inner-Homepage .home_body .content-home button{background-color:#fff;border:1px solid #3e66b0;border-radius:20px;color:#000;display:block;font-size:16px;margin-top:10px;padding:8px 35px;position:relative;transition:all .4s ease;width:265px}.light-theme .inner-Homepage .home_body .content-home button img{margin-right:10px;width:17px}.light-theme .inner-Homepage .home_body .content-home button:hover{background-color:#3e66b0;color:#fff}.light-theme .inner-Homepage .home_body .content-home button .mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#fff #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;filter:invert(1);height:15px;padding:0;position:absolute;right:14px;width:15px}.light-theme .inner-Homepage .home_body .content-img{display:flex;height:100%;justify-content:flex-end;width:calc(100% - 450px)}.light-theme .inner-Homepage .home_body .content-img img{height:100%}.light-theme .inner-Homepage .home_feature{align-items:center;background-color:#f3f3f3;display:flex;justify-content:space-between}.light-theme .inner-Homepage .home_feature span{background-color:#f3f3f3;border-right:1px solid #ddd;cursor:pointer;font-weight:500;padding:32px;position:relative;text-align:center;width:30%}.light-theme .inner-Homepage .home_feature span.active-feature{background-color:#3e66b0;color:#fff}.light-theme .inner-Homepage .home_feature span.active-feature:before{background-color:#3e66b0;content:"";height:10px;left:0;position:absolute;top:-10px;width:100%}.light-theme .inner-Homepage .home_feature span img{border:2px solid #3f67b1;border-radius:50%;height:30px;margin:0 3px;padding:6px;width:30px}.light-theme .inner-Homepage .home_feature span img.left-arrow{transform:rotate(180deg)}.light-theme .solution_offering_main_div{border-radius:10px;display:grid;max-height:calc(100vh - 132px);min-height:calc(100vh - 132px);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:center;margin:0 0 50px;text-align:center;width:100%}.light-theme .solution_offering_main_div .tools_div .card_body .card{background:#fff;border:1px solid #e2e2e2;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:176px;margin:10px;padding:20px;transition:all .3s;width:185px}@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 .solution_offering_main_div .footer{background:#f5f5f5;bottom:19px;color:#006db7;font-size:14px;padding:10px;position:absolute;text-align:center;width:100%}.light-theme .ReactModal__Content--after-open{background-color:#fff!important}.light-theme .ReactModal__Content--after-open .logout-confirmation-modal-container,.light-theme .confirmation-modal-container{color:#000}.light-theme .dtc-scan-campangin{background-color:#f5f5f5;border-radius:10px;max-height:calc(100vh - 172px);min-height:calc(100vh - 140px);overflow-x:hidden;overflow-y:auto}.light-theme .Campangin-logout{align-items:center;display:flex}.light-theme .Campangin-logout .user-icon{background-color:#fff;border-radius:50%;height:26px;margin-right:10px;position:relative;width:26px}.light-theme .Campangin-logout .user-icon .drop_down_option{align-items:flex-start;display:flex;flex-direction:column}.light-theme .Campangin-logout .user-icon .drop_down_option li{background:none;width:100%}.light-theme .Campangin-logout .user-icon .drop_down_option li .icon{margin-right:10px}@media(min-width:1400px){.light-theme .Campangin-logout .user-icon{height:25px;width:25px}}.light-theme .Campangin-logout .user-icon:focus ul{opacity:1;top:41px;visibility:visible}.light-theme .Campangin-logout .user-icon>img{filter:brightness(1) invert(0);object-fit:cover}.light-theme .Campangin-logout .user-icon ul{background:#fff;box-shadow:0 -5px 10px #0003;list-style:none;opacity:0;position:absolute;right:-12px;top:50px;transition:all .3s ease;visibility:hidden;width:350px;z-index:1}.light-theme .Campangin-logout .user-icon ul:before{border-bottom:8px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;content:"";position:absolute;right:19px;top:-8px}.light-theme .Campangin-logout .user-icon ul a{text-decoration:none}.light-theme .Campangin-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 .Campangin-logout .user-icon ul li:hover{background-color:#f0f0f0;box-shadow:0 0 5px #0003}.light-theme .Campangin-logout .user-icon ul li img{filter:brightness(1) invert(0);margin-right:7px;width:20px}.light-theme .Campangin-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 .campaign-container{border:1px solid #1b6fee;border-radius:2px;margin:0 10px;min-height:390px;padding:10px 30px}.light-theme .campaign-main-input{width:80%}.light-theme .campaign-inputs .rows{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;position:relative}.light-theme .campaign-inputs .rows:last-child{margin-bottom:0}.light-theme .campaign-inputs .rows input{border:1px solid #ddd;border-radius:3px;height:35px;margin-right:10px;padding:5px;width:49%}.light-theme .campaign-inputs .rows input:last-child{margin-right:0}.light-theme .campaign-inputs .rows select{border:1px solid #ddd;border-radius:3px;height:35px;padding:5px;width:49%}.light-theme .campaign-inputs .rows span{color:#ca3333;font-size:13px;left:35%;position:absolute;top:50%;transform:translateY(-50%)}.light-theme .campaign-inputs .rows .FromDate input{display:none;position:relative}.light-theme .campaign-inputs .rows .FromDate input:before{color:#999;content:"From Date";font-size:12px;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.light-theme .campaign-inputs button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .campaign-inputs button:disabled{cursor:not-allowed;opacity:.5}.light-theme .campangin-header{align-items:center;display:flex;justify-content:space-between;margin-left:10px}.light-theme .campangin-header span{background-color:#3e66b0;color:#000;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;margin-top:10px;padding:16px 25px!important}.light-theme .campangin-header button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .campangin-header button:disabled{cursor:not-allowed;opacity:.5}.light-theme .campangin-header .param-tab-active{background-color:#3e66b0;color:#fff;font-family:Facto-bold,sans-serif;font-size:.875rem;padding:10px 37px}.light-theme .Dashboard span{color:#fff;font-size:16px;font-weight:700;margin-right:10px;padding:5px 10px}.light-theme .campaign-select-vechicle{margin-bottom:8px}.light-theme .campaign-select-vechicle select{border:1px solid #ddd;border-radius:3px;height:30px;padding-left:5px;width:18%}.light-theme .campaign-select{margin-bottom:10px}.light-theme .campaign-select p{font-size:14px;margin:10px}.light-theme .campaign-select select{border:1px solid #ddd;border-radius:3px;height:27px;margin:0 10px 10px 0;padding-left:5px;width:18%}.light-theme .campaign-select span{margin-right:10px}.light-theme .Filter-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;margin-right:10px;padding:10px 20px}.light-theme .Filter-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .campaign-button{align-items:center;display:flex}.light-theme .campaign-button select{border:1px solid #ddd;border-radius:3px;height:30px;margin-right:10px;padding-left:5px;width:18%}.light-theme .campaign-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;padding:10px 20px;text-align:center}.light-theme .campaign-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .footer{background:#f5f5f5;bottom:1px;color:#006db7;font-size:14px;padding:10px;position:absolute;text-align:center;width:97%}.light-theme .campaign-table{margin:20px auto;overflow:auto;width:95%}.light-theme .campaign-table p{color:#2abf42;font-size:15px;margin:12px;text-align:center}.light-theme .campaign-table table{border-collapse:collapse;width:100%}.light-theme .campaign-table table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .campaign-table table th:first-child{align-items:center;display:flex;justify-content:space-evenly}.light-theme .campaign-table table th input{margin-left:-25px}.light-theme .campaign-table table td{border:1px solid #fff;color:#000;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .campaign-table table td input[type=text]{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.light-theme .campaign-table table thead{text-align:center}.light-theme .campaign-table table thead tr{background-color:#3e66b0}.light-theme .campaign-table table tbody tr:nth-child(odd){background-color:#fff}.light-theme .campaign-table table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .campaign-input input{border:1px solid #ddd;border-radius:3px;height:30px;padding:5px;width:30%}.light-theme .campaign-input button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:35px;margin-left:20px;padding:10px 20px;text-align:center}.light-theme .campaign-input button:disabled{cursor:not-allowed;opacity:.5}.light-theme .model-select select{margin:0 10px 10px 0}.light-theme .campaign-name select,.light-theme .model-select select{border:1px solid #ddd;border-radius:3px;height:27px;padding-left:5px;width:18%}.light-theme .campaign-name select{margin:10px 10px 10px 0}.light-theme .campaign-date input{border:1px solid #ddd;border-radius:3px;height:30px;margin-right:20px;padding:5px;width:20%}.light-theme .dateFormat{position:relative}.light-theme .dateFormat:before{color:#aeaeae;position:absolute;right:33px;top:50%;transform:translateY(-50%)}.light-theme .dateFormat.FromDate:before{content:"From Date"}.light-theme .dateFormat.EndDate:before{content:"End Date"}.light-theme .Flash-header{color:#3e66b0}.light-theme .Flashing-list{display:grid;grid-template-columns:auto auto}.light-theme .Flashing-list li{align-items:center;border:1px dotted gray;border-radius:5px;display:flex;margin-bottom:15px;padding:10px;width:95%}.light-theme .Flashing-list li:nth-child(2n){width:100%}.light-theme .Flashing-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;font-size:12px;min-width:24%;padding:5px 5px 5px 2px;text-align:center}.light-theme .Flashing-list li .Ecu-name.active{background-color:#d9d9d9;color:#6e6e6e}.light-theme .Flashing-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.light-theme .Flashing-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.light-theme .Flashing-list li .Ecu-flashing p{color:#ca3333;font-size:14px;padding-left:20px}.light-theme .Flashing-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;height:30px;margin-left:10px;padding:3px;width:85%}.light-theme .Flashing-list li .Ecu-flashing select{border:1px solid #000;border-radius:3px;padding:3px;text-align:center;width:100%}.light-theme .Ecu-Name{align-items:baseline;border-bottom:1px solid #3e66b0;color:#fff;display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px}.light-theme .Ecu-Name h4{color:#3e66b0;font-size:18px}.light-theme .select-box{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.light-theme .select-box select{border:1px solid #ddd;border-radius:3px;height:27px;padding-left:5px;width:280%}.light-theme .select-box button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:10px;padding:10px 20px}.light-theme .main-Heading{display:flex;justify-content:space-between;width:100%}.light-theme .main-Heading .Heading-left{display:flex;font-size:13px;justify-content:space-between;margin:15px;width:33.3%}.light-theme .main-Heading .Heading-left h3{color:#000}.light-theme .main-Heading .Heading-right{display:flex;font-size:13px;justify-content:space-between;margin:15px;width:45%}.light-theme .main-Heading .Heading-right h3{color:#000}.light-theme .main-Heading .Heading-right h3:last-child{margin-right:36%}.light-theme .sidebar-ecu-list li{margin-bottom:10px}.light-theme .Flashing-setup{padding:10px}.light-theme .Flashing-setup span{color:#000}.light-theme .next-button a{color:#fff;text-decoration:none}.light-theme .next-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;padding:10px 20px}.light-theme .selection-reach span{color:#ca3333;font-size:12px}.light-theme .clear-Ecu{align-items:center;border-radius:5px;display:flex;justify-content:flex-end;width:100%}.light-theme .clear-Ecu .left_btns_div button,.light-theme .clear-Ecu .right_btns_div button{margin-right:10px}.light-theme .clear-Ecu 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-Ecu button{width:110px}}.light-theme .clear-Ecu button.re-scan{margin-left:240px}.light-theme .clear-Ecu button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Flashing-info{border:1px solid #ddd;border-radius:5px;box-shadow:0 1px 5px 0 #000;margin:100px;text-align:center;width:66%}.light-theme .Flashing-info span{font-size:13px;margin:0 auto;text-align:center}.light-theme .batch-details{align-items:center;display:flex;justify-content:flex-end}.light-theme .Operator-list li{align-items:center;border:1px dotted gray;border-radius:5px;display:flex;margin-bottom:15px;padding:0 10px;width:95%}.light-theme .Operator-list li:nth-child(2n){width:95%}.light-theme .Operator-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;padding:5px 15px;width:30%}.light-theme .Operator-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.light-theme .Operator-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.light-theme .Operator-list li .Ecu-flashing p{font-size:12px;padding-left:20px}.light-theme .Operator-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;height:30px;margin-left:16px;padding:3px}.light-theme .Heading{display:flex;font-size:13px;justify-content:space-around;margin:15px 120px 15px 0;width:30%}.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{border:2px solid #ddd;border-radius:20px;height:8px;margin-top:6px;padding:3px;text-align:center}.light-theme .outer_progress_bar .inner_progress_bar.progress{background-color:#2abf42}.light-theme .Flashing-start button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .Flashing-start button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Flashing-Complete button{background-color:#2abf42;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;padding:6px 20px}.light-theme .battery-width{border-radius:4px 0 0 4px;left:2px;top:2px}.light-theme .battery-width.battery-green{color:#ffc207}.light-theme .battery-width.battery-red,.light-theme .battery-width.battery-yellow{color:#2abf42}.light-theme .sidebar-Ecu{height:345px;min-width:165px}.light-theme .sidebar-Ecu .select_all{background-color:rgba(27,111,238,.071);border-radius:5px;display:flex;justify-content:space-between;margin-left:3px;margin-top:3px;padding:10px 21px 10px 10px;width:88%}.light-theme .sidebar-ecu-list{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-ecu-list li{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;display:flex;font-family:Facto;font-size:.875rem;justify-content:space-between;padding:10px}.light-theme .main-batch-details{align-items:center;display:flex;margin-left:20px}.light-theme .main-batch-details .Batch-details{align-items:center;display:flex}.light-theme .main-batch-details .Batch-details p{color:#000;font-size:15px}.light-theme .main-batch-details .Batch-details input{border:1px solid;border-radius:5px;margin-left:10px;padding:5px}.light-theme .main-batch-details .Batch-input{float:right;padding:10px}.light-theme .main-batch-details .Batch-input p{color:#ca3333;font-size:12px}.light-theme .label-list{display:grid;grid-template-columns:auto auto}.light-theme .label-box{border:1px solid #ddd;margin:10px}.light-theme .label-box h6{background:#ddd;border-bottom:1px solid #ddd;font-size:15px;padding:3px;text-align:start}.light-theme .label-box ul{list-style-type:none}.light-theme .label-box li{display:flex;justify-content:space-around}.light-theme .label-box li p{font-size:15px;width:50%}.light-theme .label-data{display:flex}.light-theme .label-data div{padding:4px}.light-theme .label-data svg{width:90px}.light-theme .print{float:right}.light-theme .Flashing-button{float:right;margin:14px 10px;text-align:center}.light-theme .Flashing-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .Flashing-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Batch-details-label{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.light-theme .Batch-details-label p{font-size:15px}.light-theme .Batch-details-label input{border:1px solid;border-radius:3px;height:30%;margin-left:10px;width:20%}.light-theme .print-table table{border-collapse:collapse;width:100%}.light-theme .print-table table td{border:1px solid #fff;color:#000;font-size:.8125rem;padding:6px 0;text-align:start}.light-theme .print-table table tbody tr:nth-child(odd){background-color:#fff}.light-theme .Ecu-container{border:1px solid #ddd;border-radius:5px;height:calc(100vh - 204px);margin:14px;padding:10px}.light-theme .Ecu-body{display:flex;justify-content:space-between}.light-theme .Ecu-image-content{background:#ddd;border:1px solid #ddd;border-radius:5px;padding:10px;width:40%}.light-theme .connect-button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:100%}.light-theme .connect-button:disabled{cursor:not-allowed;opacity:.5}.light-theme .connected-button{background-color:#2abf42;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:100%}.light-theme .Ecu-image{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;display:flex;margin-bottom:10px;padding:10px}.light-theme .Ecu-image img{width:35%}.light-theme .Ecu-header{display:flex;justify-content:space-around;margin-bottom:20px}.light-theme .Ecu-header h3{color:#fff}.light-theme .Ecu-Select ul{list-style-type:none}.light-theme .Ecu-Select ul li{margin-bottom:10px}.light-theme .Ecu-Select ul li select{border:1px solid #ddd;border-radius:3px;height:30px;width:150%}.light-theme .Ecu-Select ul li select:disabled{cursor:not-allowed}.light-theme .Ecu-Select ul li input{border:1px solid #ddd;border-radius:3px;height:30px;padding:5px;width:150%}.light-theme .Ecu-Select ul li input:disabled{cursor:not-allowed}.light-theme .scan-button{display:flex}.light-theme .scan-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;margin-right:12px;padding:10px;width:150px}.light-theme .scan-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Dtc-details{margin-top:10px}.light-theme .Dtc-details h3{color:#fff;margin-right:54%;text-align:center}.light-theme .Dtc-details h5{color:#fff;margin-bottom:10px}.light-theme .Dtc-details 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;transition:all .3s ease}.light-theme .pop-button{margin-top:26px}.light-theme .pop-button button{background-color:#2abf42;border:none;border-radius:8px;color:#fff;font-size:.75rem;margin-right:12px;padding:10px;width:150px}.light-theme .pop-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .parameter-body{padding:10px;width:100%}.light-theme .parameter-heading{display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px;width:74%}.light-theme .parameter-box{border:1px solid #ddd;margin-bottom:10px}.light-theme .parameter-box h6{background:#3e66b0;border:1px solid #ddd;border-radius:5px;color:#fff;font-size:14px;margin:4px;padding:3px;width:10%}.light-theme .parameter-box ul{list-style-type:none}.light-theme .parameter-box li{display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px}.light-theme .parameter-box li p{width:50%}.light-theme .parameter-data{width:80%}.light-theme .sidebar-part{height:345px;min-width:200px}.light-theme .sidebar-bus-part{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:4px;overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.light-theme .part-values{display:flex;justify-content:space-between;transition:all .2s linear}.light-theme .dtc-select,.light-theme .part-values{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;font-family:Facto;font-size:.875rem;margin-bottom:10px;padding:10px}.light-theme .dtc-select.active-dtc{background-color:#3e66b0;color:#fff;position:relative}.light-theme .sidebar-part-list{border-radius:5px;justify-content:flex-start;list-style:none;margin-top:4px;min-height:calc(100vh - 331px);overflow-x:hidden;overflow-y:auto;padding-left:4px;padding-right:15px}.light-theme .sidebar-part-list li{background-color:#d9d9d9;border-radius:5px;color:#6e6e6e;cursor:pointer;display:flex;font-family:Facto;font-size:.875rem;justify-content:space-between;margin-bottom:10px;padding:10px}.light-theme .fault-part-dtc{display:flex;margin:10px;min-height:calc(100vh - 310px);width:100%}.light-theme .bus-code-partdetails{border:1px solid #dcdcdc;min-height:calc(100vh - 290px);padding:10px;width:calc(100% - 200px)}.light-theme .production-container{background-color:#f5f5f5;border-radius:10px;min-height:calc(100vh - 136px);padding:10px}.light-theme .production-container .production-contianer-sec{max-height:calc(100vh - 200px);min-height:calc(100vh - 191px)}.light-theme .Production-Report{border:1px solid #ddd;border-radius:5px;max-height:calc(100vh - 184px);min-height:calc(100vh - 200px);overflow:auto;padding:15px}.light-theme .table_batch{margin-bottom:30px;margin-top:8px;text-align:center;width:100%}.light-theme .table_batch thead{background-color:#3e66b0}.light-theme .table_batch th{color:#fff;font-family:Facto;font-size:.75rem;padding:5px;text-align:start}.light-theme .table_batch tbody tr:nth-child(2n){background-color:hsla(0,0%,85%,.851)}.light-theme .table_batch td{color:#000;font-family:Facto;font-size:14px;padding:6px 7px;text-align:start}.light-theme .date{position:relative}.light-theme .date:before{color:#aeaeae;position:absolute;right:33px;top:50%;transform:translateY(-50%)}.light-theme .date.FromDate:before{content:"From Date"}.light-theme .date.EndDate:before{content:"End Date"}.light-theme .production-table{width:100%}.light-theme .search_bar_div button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:10px;padding:10px 20px}.light-theme .vechile-eol-container{background-color:#f5f5f5;border-radius:10px;padding:10px}.light-theme .vechile-eol-container .vechile-eol-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 160px);min-height:calc(100vh - 160px);overflow-y:auto}.light-theme .vci-connected-car{align-items:center;display:flex;justify-content:space-around;max-height:calc(100vh - 172px);min-height:calc(100vh - 212px)}.light-theme .vci-connected-car img:nth-child(2){height:14px;position:absolute;right:54%;top:38.7%;width:14px}.light-theme .vci-connected-car img:nth-child(3){bottom:27.8%;height:14px;left:20%;position:absolute;width:14px}.light-theme .fetch-vci{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 5px 0 #000;min-height:calc(100vh - 370px);overflow:auto;width:30%}.light-theme .fetch-order{padding:10px;transform:translateY(80px)}.light-theme .fetch-order span{font-size:14px;margin-left:22px}.light-theme .fetch-order input{background-color:#ddd;border:1px solid #ddd;border-radius:4px;height:26px;margin-left:12px;padding:10px;width:63%}.light-theme .fetch-order p{color:#ca3333;font-size:12px;margin:10px;text-align:center}.light-theme .order-details{display:flex;flex-wrap:wrap;padding:10px;width:100%}.light-theme .order-details .list-details{align-items:center;display:flex;margin-bottom:10px;width:100%}.light-theme .order-details .list-details table{border-collapse:collapse;width:100%}.light-theme .order-details .list-details table td{border:1px solid #fff;color:#000;font-size:.875rem;padding:6px 3px;text-align:start}.light-theme .order-details .list-details table td input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;font-size:12px;padding:5px;width:100%}.light-theme .order-details span{font-size:12px;margin-left:11px;width:20%}.light-theme .order-details select{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.light-theme .fetch-button{margin:15px 0 0 15px;text-align:center}.light-theme .fetch-button button{background-color:#3e66b0;border:none;border-radius:8px;color:#fff;font-size:.75rem;padding:10px;width:73%}.light-theme .fetch-button button:disabled{cursor:not-allowed;opacity:.5}.light-theme .fetch-button p{color:#2abf42;font-size:15px}.light-theme .connection-check{border-radius:3px;color:#2abf42;margin:10px;text-align:center}.light-theme .connection-check.error{color:#ca3333}.light-theme .brake-eol-container{background-color:#f5f5f5;border-radius:10px;padding:10px}.light-theme .brake-eol-container .brake-eol-contianer-sec{border:1px solid #ddd;border-radius:10px;max-height:calc(100vh - 220px);min-height:calc(100vh - 220px);overflow-y:auto}.light-theme .Validate-battery{margin:10px;text-align:center;width:100%}.light-theme .Validate-battery span.mini-loader{animation:loader-spinner .6s linear infinite;background-color:#0000;border-color:#000 #0000;border-radius:50%;border-style:solid;border-width:2px;display:inline-block;height:12px;padding:0;width:12px}.light-theme .Validate-battery button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px;text-align:center;width:90%}.light-theme .Validate-battery button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Battery-fitment{align-items:center;display:flex;justify-content:space-around}.light-theme .Battery-image h4{color:#000;padding:15px}.light-theme .Battery-image img{height:350px;margin-bottom:15%}.light-theme .Battery-details{display:flex;flex-wrap:wrap;padding:10px;transform:translateY(50px);width:100%}.light-theme .Battery-details .list-details{align-items:center;display:flex;margin-bottom:20px;width:100%}.light-theme .Battery-details .list-details.battery{border:1px solid #2abf42;border-radius:3px;justify-content:center;margin:0 auto;padding:5px;width:70%}.light-theme .Battery-details span{font-size:12px;margin-right:10px}.light-theme .Battery-details input{padding:10px}.light-theme .Battery-details input,.light-theme .Battery-details select{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.light-theme .Battery-details select{padding-left:4px}.light-theme .Brake-Heading{padding:20px}.light-theme .Brake-Heading h4{background-color:#3b66b0;border:1px solid #000;border-radius:5px;color:#000;font-size:12px;padding:5px 20px;width:6%}.light-theme .Flashing-details{width:40%}.light-theme .Flashing-details h3{color:#000;text-align:center}.light-theme .Flashing-details button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-left:20px;padding:10px 20px;text-align:center}.light-theme .Flashing-details button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Breaking-requirements-main{border-bottom:1px solid #ddd;display:flex;justify-content:space-around;margin:10px}.light-theme .Breaking-requirements{width:30%}.light-theme .Breaking-requirements h3{border-bottom:1px solid #ddd;color:#000;margin-bottom:10px;padding:10px;text-align:center}.light-theme .Flashing-item{border:1px dotted gray;border-radius:5px;display:flex;height:140px;margin-bottom:15px;padding:10px;width:90%}.light-theme .Flashing-item .Ecu-flashing{border-radius:5px;padding:0 15px;width:100%}.light-theme .Flashing-item .Ecu-flashing p{font-size:14px;margin-top:10px;text-align:center}.light-theme .Flashing-item .Ecu-flashing .Ecu-name{background-color:#3e66b0;border-radius:5px;color:#fff;margin-bottom:10px;order:1px solid #ddd;padding:3px;text-align:center;width:20%}.light-theme .Flashing-item .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;color:#000;height:30px;margin-left:16px;padding:3px;width:100%}.light-theme .Flashing-item .Ecu-flashing button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.light-theme .Flashing-item .Ecu-flashing button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Break-submit{align-items:center;display:flex;justify-content:space-between}.light-theme .Break-submit .comments{border:1px solid #ddd;border-radius:5px;color:#000;margin:10px;padding:10px;width:50%}.light-theme .Break-submit .comments span{font-size:14px}.light-theme .Break-submit button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.light-theme .Break-submit button:disabled{cursor:not-allowed;opacity:.5}.light-theme .inner_progress_bar span{text-align:center}.light-theme .Read-Ecu{margin:10px auto}.light-theme .key-ecu{margin:5px;width:99%}.light-theme .key-ecu span{border-bottom:2px solid #b3b3b3;color:#000;display:block;font-size:18px;font-weight:600;padding:0 0 5px}.light-theme .break-checklist{display:flex;margin-bottom:10px}.light-theme .break-checklist p{color:#000;margin-left:10px}.light-theme .Ecu-flashing-selection{align-items:center;display:flex}.light-theme .Ecu-flashing-selection select{border:1px solid #ddd;border-radius:5px;margin-left:10px;padding:5px}.light-theme .Battery-station{display:flex;margin-left:auto;max-width:1150px}.light-theme .Brake-station{display:flex;justify-content:space-between;margin:50px 0 50px auto;max-width:1010px}.light-theme .Dynamic-station{display:flex;justify-content:space-between;margin-left:auto;max-width:1150px}.light-theme .Flow-main{margin:0 auto;max-width:1150px}.light-theme .Straight-line{cursor:not-allowed;position:relative}.light-theme .Straight-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAACCAYAAADbwsWwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAoSURBVHgBzcyhFQAACAJRnovq5oyCZi1Ef4aDLsIwu5InzR73MfBYA6GRUjCgXFKjAAAAAElFTkSuQmCC);background-repeat:repeat-x;content:"";height:4px;position:absolute;right:-156px;top:50px;width:150%}.light-theme .crave-line{cursor:not-allowed;position:relative}.light-theme .crave-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIsSURBVHgB7d3hUcJAEIbhxfG/dCAdaAfagXYgHVgCJVgCWoFagVoBdECsAKwg7sqip4yADrsQeJ+Zm6iT4cdnWDYXLpF63pOsQPfr1ytY8bW6S15mpONaGuxQmqGjY7JoB/1HXPk+L61Wa+G++IWG2NHRXrLPoHxXWvA6jgXrZaXFA54rhX60Y53syPej+b4MWzasJTvMSo5uznRMtG4/CrAXqOEJNOSe1/E+XUog71bKE6MzQQzv00dF4D1BnKKM1N4etgUxrHQURzcfkpG8lDR6EgsA9hXdSAJvAQeCOD4FO2v9bgRxNOATHWMPmxYwUjE/MmYiKpiVjm25erPTftTrpSXkQPAv/pWGrv96KoilRzMhAwCADfD++kIQx0Me+/g2lcoJyxr5ScxQh4XMhd1I9dfqBeZAIhXloy7LB6VjzYryYT7LB0HHuPPtuSCOl4+PCwOzvzVlVVajWPmwD0X98VUAAAAA/Il/ycbmPa44BY9nE0ttgo41u28IQWch6CQEnYSgk+z0jVE2zRfwn+t4FgAAgBS0d4Fs8adMFxINOWGJdanj1rYEnYSgkxB0EoJOQtBJCDpWJdOZu0oAAABSMHsXyNcZHul4o4+OZTe1qmxL0EkIOglBJyHoJASdhKABAAAAbBV/6ILdnp7Zu2A2H90RVs7mIegkBJ2EoJMQdBKuggeyZ9fKtOuoBAAAIAXtXSB/8I2tnn3gjuixbB14V0fFmWESgk7yDjTg5UHooMUnAAAAAElFTkSuQmCC);background-repeat:no-repeat;content:"";height:108px;left:99px;position:absolute;top:38%;width:100%}.light-theme .down-curve{cursor:not-allowed;left:0;position:relative}.light-theme .down-curve:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:113px;left:78%;position:absolute;top:-42%;transform:rotate(270deg);width:102%}.light-theme .Battery-line{cursor:not-allowed;position:relative}.light-theme .Battery-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:110px;position:absolute;right:-188%;top:96%;width:257%}.light-theme .Dynamic-line{cursor:pointer;left:33px;position:relative}.light-theme .Dynamic-line:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgB7dzRTQJBEMbxwfCuHWAH2oFnBZSgHVACdoAdYCdaAh1gB2cHOBPmksuFhIsyXxD/v2SDD+LD5zK3O+yd7ZKh1JVBgqBFpj5eDAAAAJfCN4VPMQy12IJrsDMUIWgRghYhaBGCFonu3YcBAADgUng/aRbDUIvunQY7QxGCFiFoEYIWIWgRggYAAAB+wBt32xiGWrRJNdgZihC0CEGLELQIQYvEIcdHAwAAwKXwftI6hqEW3TsNdoYiBC1C0CIELRJBf8UPfj28MZTpgv70cW0AAAAARovNSj7R8c5QxwNeZLd0ZajjAd9n0BzfreYhtxn2g+Hk+t27t3xtDHViJlM+RCgfdYaN/9d8bQx1fCbf+mgMAABALjt7POmxUrRNcxPzbqiTs3mbu8WFoU6vB9JSQorFFwJdw4mjY4UGJYS7AyplH6SlXgt4wPOc2dTqatRoAPh7clXCaqRab5294oJZKJd+bW8HyRKwSpaPbmaHpaFGbtdXvbDpj1Ta7Y8BbykjAllKOPWEfyTrObO+Uu/bm+6iGaFze8epZQ1fD5aEXehrQi/goTYHQp8fec+MpeMv7Pb31CyOLQsPfBKGRh2TyH/wUSP/1vOBty6ndoYmk8nGXzYjfz0eg3H2s/obkU0mOM668gAAAAAASUVORK5CYII=);background-repeat:no-repeat;content:"";height:113px;left:47%;position:absolute;top:-60%;transform:rotate(270deg);width:102%}.light-theme .Dynamic-line-curve{cursor:pointer;left:32px;position:relative}.light-theme .Dynamic-line-curve:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABsCAYAAADqi6WyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIsSURBVHgB7d3hUcJAEIbhxfG/dCAdaAfagXYgHVgCJVgCWoFagVoBdECsAKwg7sqip4yADrsQeJ+Zm6iT4cdnWDYXLpF63pOsQPfr1ytY8bW6S15mpONaGuxQmqGjY7JoB/1HXPk+L61Wa+G++IWG2NHRXrLPoHxXWvA6jgXrZaXFA54rhX60Y53syPej+b4MWzasJTvMSo5uznRMtG4/CrAXqOEJNOSe1/E+XUog71bKE6MzQQzv00dF4D1BnKKM1N4etgUxrHQURzcfkpG8lDR6EgsA9hXdSAJvAQeCOD4FO2v9bgRxNOATHWMPmxYwUjE/MmYiKpiVjm25erPTftTrpSXkQPAv/pWGrv96KoilRzMhAwCADfD++kIQx0Me+/g2lcoJyxr5ScxQh4XMhd1I9dfqBeZAIhXloy7LB6VjzYryYT7LB0HHuPPtuSCOl4+PCwOzvzVlVVajWPmwD0X98VUAAAAA/Il/ycbmPa44BY9nE0ttgo41u28IQWch6CQEnYSgk+z0jVE2zRfwn+t4FgAAgBS0d4Fs8adMFxINOWGJdanj1rYEnYSgkxB0EoJOQtBJCDpWJdOZu0oAAABSMHsXyNcZHul4o4+OZTe1qmxL0EkIOglBJyHoJASdhKABAAAAbBV/6ILdnp7Zu2A2H90RVs7mIegkBJ2EoJMQdBKuggeyZ9fKtOuoBAAAIAXtXSB/8I2tnn3gjuixbB14V0fFmWESgk7yDjTg5UHooMUnAAAAAElFTkSuQmCC);background-repeat:no-repeat;content:"";height:108px;left:116px;position:absolute;top:33%;width:100%}.light-theme .beforeline{position:relative}.light-theme .afterline{cursor:pointer;position:relative}.light-theme .active-station{background-image:url(data:image/png;base64,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)}.light-theme .Carstatus{left:-4px;position:relative;top:10px;transform:rotate(89deg)}.light-theme .Carstatusbreak{position:relative;right:79px;top:-93px}.light-theme .Carstatusbreak:before{background-color:rgba(42,191,66,.749);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.light-theme .Inactive{cursor:not-allowed}.light-theme .Order-number{align-items:center;display:flex;justify-content:end}.light-theme .Order-number span{background:hsla(0,0%,87%,.729);border:1px solid #ddd;border-radius:5px;box-shadow:2px 2px 3px 2px #003579;color:#0521ff;padding:10px;text-align:center;width:30%}.light-theme .Order-number span:first-child{margin-right:25px}.light-theme .cursor-allowed{cursor:pointer}.light-theme .keycard-main{display:flex;justify-content:space-around;width:100%}.light-theme .keycard-setup{border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 5px #000;margin:5px;padding:10px;width:47%}.light-theme .keycard-setup h3{color:#000;margin:10px;text-align:center}.light-theme .keycard-list{width:95%}.light-theme .keycard-list.learning li{align-items:center;flex-direction:row}.light-theme .keycard-list li{border:1px dotted gray;border-radius:5px;box-shadow:0 4px 2px #000;display:flex;flex-direction:column;margin-bottom:15px;min-width:100%;padding:14px;width:100%}.light-theme .keycard-list li:nth-child(2n){width:100%}.light-theme .keycard-list li .Ecu-name{background-color:#3e66b0;border:1px solid #000;border-radius:5px;color:#fff;font-size:12px;min-width:20%;padding:5px 5px 5px 2px;text-align:center}.light-theme .keycard-list li .Ecu-name.active{background-color:#d9d9d9;color:#6e6e6e}.light-theme .keycard-list li .Ecu-name input{border:1px solid #000;margin-left:16px}.light-theme .keycard-list li .Ecu-flashing{border-radius:5px;padding:5px 15px;width:100%}.light-theme .keycard-list li .Ecu-flashing p{color:#000;font-size:14px;margin-top:10px;text-align:center}.light-theme .keycard-list li .Ecu-flashing span{color:#000}.light-theme .keycard-list li .Ecu-flashing input{border:1px solid #ddd;border-radius:5px;color:#000;height:30px;margin-left:16px;padding:3px;width:95%}.light-theme .keycard-list li .Ecu-flashing .progress_bar_div{width:96%}.light-theme .keycard-list li .Ecu-flashing .Completed{color:#2abf42}.light-theme .keycard{transform:translateY(50%)}.light-theme .key-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .key-card-main{display:flex;justify-content:space-around;width:94%}.light-theme .key-card-main span{display:block;text-align:center}.light-theme .list-items{align-items:center;display:flex;justify-content:space-around;width:100%}.light-theme .list-items li{display:flex;justify-content:space-around;margin-bottom:10px;width:100%}.light-theme .list-items li input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.light-theme .parameter{border-radius:5px;margin:10px}.light-theme .table-dtc-code{border:1px solid #ddd;width:90%}.light-theme .table-dtc-code table{border-collapse:collapse;width:100%}.light-theme .table-dtc-code table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .table-dtc-code table tbody{height:23vh;overflow:auto}.light-theme .table-dtc-code table td{border:1px solid #fff;color:#000;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .key-card{background:#3e66b0;border:1px solid #ddd;border-radius:5px;color:#fff;margin:10px;padding:10px}.light-theme .vin-number{margin-left:17%;width:80%}.light-theme .vin-number input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.light-theme .input-items{width:100%}.light-theme .input-items .input-values{display:flex;justify-content:space-around;width:73%}.light-theme .vin-main{display:flex}.light-theme .data{display:flex;margin:1% auto}.light-theme .data span{margin:auto 19%}.light-theme .data .input{display:flex}.light-theme .data .input input{margin-right:87px}.light-theme .dtc-code{margin:10px}.light-theme .dtc-code span{color:#000;margin-left:4%}.light-theme .dtc-code ul{align-items:center;display:flex;list-style-type:none;width:100%}.light-theme .dtc-code ul li{margin-left:15%;width:47%}.light-theme .list-main{padding:10px}.light-theme .list-main>span{background:#3e66b0;border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 3px #000;color:#fff;display:block;margin:5px 0;padding:4px;text-align:center;width:7%}.light-theme .list-main ul{margin:10px}.light-theme .list-main ul li{display:flex;justify-content:space-around;margin-bottom:10px}.light-theme .list-main ul li input{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;margin:auto 1%}.light-theme .list-main ul li p{width:15%}.light-theme .list-main ul li .success{color:#2abf42;text-align:center}.light-theme .list-main ul li .success img{margin-right:60%}.light-theme .button-start{float:right;padding-bottom:10px}.light-theme .button-start button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin-right:10px;padding:10px 20px}.light-theme .button-start button:disabled{cursor:not-allowed;opacity:.5}.light-theme .dtc-code-sucess{width:100%}.light-theme .dtc-code-sucess p{color:#2abf42}.light-theme .dtc-code-read p{color:#ddd}.light-theme .Ecuname{color:#000;display:block;font-size:14px;font-weight:700;margin:10px}.light-theme .static-table{color:#000;padding:10px;width:100%}.light-theme .static-table th{color:#000;padding:10px;text-align:start}.light-theme .static-table tr{margin:10px}.light-theme .static-table td,.light-theme .static-table td span{margin-left:10px}.light-theme .static-flashing{align-items:center;display:flex;margin-left:10px}.light-theme .static-flashing>span{background:#3e66b0;border:1px solid #ddd;border-radius:5px;box-shadow:1px 2px 3px #000;color:#fff;display:block;margin:5px 0;padding:4px;text-align:center;width:7%}.light-theme .static-button{float:right}.light-theme .static-button button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px}.light-theme .Static-list{border:1px dotted #ddd;box-shadow:1px 2px 3px 1px;color:#000;margin:10px 30px;padding:20px;width:40%}.light-theme .static-success img{margin-left:12%}.light-theme .Ecu-flashing p{font-size:14px;text-align:center}.light-theme .static-carsection{width:30%}.light-theme .static-section{width:20%}.light-theme .table-waha{border-radius:5px;margin:10px;padding:10px;width:98%}.light-theme .table-waha table{width:100%}.light-theme .table-waha table thead{background:#3e66b0;color:#fff}.light-theme .table-waha table th{background-color:#366eb0;border:1px solid #fff;color:#fff;font-size:.875rem;text-align:center}.light-theme .table-waha table td{border:1px solid #fff;color:#000;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .waha-main{display:flex;justify-content:space-around;margin:10px;width:94%}.light-theme .Waha-wheel{display:flex;font-size:13px;width:77%}.light-theme .Waha-wheel span{font-weight:700;margin-left:10px}.light-theme .headlamp-check{display:flex;justify-content:space-around}.light-theme .headlamp-check .Completed-check{margin-right:20px}.light-theme .headlamp-check .Completed-check span{margin-left:20px}.light-theme .wheel-image{margin-top:10px;width:60%}.light-theme .waha-status{text-align:center}.light-theme .parameter-waha{margin:10px}.light-theme .input-field{border:1px solid #ddd;border-radius:5px;height:36px;padding:9px;position:relative;width:85%}.light-theme .input-field span{font-size:12px}.light-theme .input-field img{bottom:1%;height:32px;position:absolute;right:1%;width:32px}.light-theme .file-upload img{border-radius:50%;cursor:pointer;height:15px;position:absolute;top:3px;width:15px}.light-theme .dynamic-main{margin:10px}.light-theme .dynamic-parameter{align-items:center;display:flex;width:95%}.light-theme .dynamic-input{align-items:center;display:flex;justify-content:space-around;width:30%}.light-theme .dynamic-check{display:flex;justify-content:space-around;width:92%}.light-theme .dynamic-check .Completed-check span{margin-left:20px}.light-theme .Dynamic-parameter{align-items:center;display:flex;justify-content:space-around}.light-theme .Dynamic-parameter>div{width:100%}.light-theme .file-upload button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.light-theme .file-upload input{border-radius:4px;box-shadow:0 4px 5px 0 #000;height:34px;padding:6px}.light-theme .camera-popup img{height:15px;left:90%;position:absolute;top:5%;width:15px}.light-theme .camera-popup button{background-color:#3e66b0;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:.8125rem;height:33px;margin:10px;padding:10px 20px;text-align:center}.light-theme .adas-main{display:flex}.light-theme .adas-section{margin:10px 6px;width:100%}.light-theme .adas-requirements{margin:10px;width:50%}.light-theme .adas-table{margin:10px}.light-theme .adas-table table{border-collapse:collapse;width:100%}.light-theme .adas-table table th{background-color:#3e66b0;color:#fff}.light-theme .adas-table table td,.light-theme .adas-table table th{border:1px solid #fff;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .adas-table table td{color:#000;width:10%}.light-theme .adas-table table thead{text-align:center}.light-theme .adas-table table thead tr{background-color:#3e66b0}.light-theme .adas-table table tbody tr:nth-child(odd){background-color:#fff}.light-theme .adas-table table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .static2-table{background:#fff;border-radius:10px;box-shadow:0 0 10px #0003;margin:10px auto;overflow:auto;padding:20px;width:97%}.light-theme .static2-table p{color:#2abf42;font-size:15px;margin:12px;text-align:center}.light-theme .static2-table>span{border-bottom:2px solid #b3b3b3;color:#000;display:block;font-size:18px;font-weight:600;margin:5px 0;padding:0 0 5px;width:100%}.light-theme .static2-table table{border-collapse:collapse;border-radius:5px;width:100%}.light-theme .static2-table table th{background-color:#3e66b0;border:1px solid #fff;color:#fff;font-size:.875rem;padding:6px 3px;text-align:center}.light-theme .static2-table table th input{margin-left:-25px}.light-theme .static2-table table th .injector-progress{align-items:center;display:flex}.light-theme .static2-table table td{border:1px solid #fff;color:#000;font-size:.875rem;margin-top:10px;padding:6px 3px;width:10%}.light-theme .static2-table table td:first-child{text-align:center}.light-theme .static2-table table td input[type=text]{background-color:#e4e6eb;border:1px solid #ddd;border-radius:3px;height:26px;width:100%}.light-theme .static2-table table td button{background-color:#3e66b0;border:none;border-radius:8px;box-shadow:0 5px #000;color:#fff;cursor:pointer;font-size:12px;margin-left:15px;padding:10px 20px}.light-theme .static2-table table td button:hover{background-color:#3e8e41}.light-theme .static2-table table td button:active{background-color:#3e8e41;box-shadow:0 5px #ddd;transform:translateY(4px)}.light-theme .static2-table table td .progress{list-style-type:none}.light-theme .static2-table table td .progress li{margin-bottom:18px}.light-theme .static2-table table thead{text-align:center}.light-theme .static2-table table thead tr{background-color:#3e66b0}.light-theme .static2-table table tbody tr:nth-child(odd){background-color:#fff}.light-theme .static2-table table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .static2-injector-list{margin-top:10px;width:59%}.light-theme .static2-injector-list table{border-collapse:collapse;width:99%}.light-theme .static2-injector-list table td{color:#000;font-size:.875rem;padding:6px 14px;width:30%}.light-theme .static2-injector-list table input{border:1px solid #d9d9d9;border-radius:3px;color:#87878a;padding:2px;width:100%}.light-theme .static2-injector-list table thead th{border:2px solid #fff;color:#fff;padding:5px}.light-theme .static2-injector-list table thead tr{background-color:#3e66b0}.light-theme .static2-injector-list table thead tr td{color:#fff}.light-theme .static2-injector-list table tbody tr:nth-child(odd){background-color:#fff}.light-theme .static2-injector-list table tbody tr:nth-child(2n){background-color:#f9f9f9}.light-theme .ecu-status-check{align-items:center;display:flex;justify-content:space-between}.light-theme .ecu-status-check img{height:35px;margin:3px;width:35px}.light-theme .Rescan-Dtc button{background-color:#3e66b0;border:1px solid #fff;border-radius:10px;color:#fff;margin-left:20px;padding:10px;text-align:center;width:150px}.light-theme .Rescan-Dtc button:disabled{cursor:not-allowed;opacity:.5}.light-theme .Rescan-Dtc p{margin-top:10px}.light-theme .dtccheck-code{height:calc(100vh - 417px);margin-left:10px;overflow-x:hidden;overflow-y:auto;width:100%}.light-theme .dtccheck-code .no-dtc-txt{align-items:center;color:#000;display:flex;height:100%;justify-content:center;width:100%}.light-theme .close-icon{bottom:19px;cursor:pointer;height:34px;position:relative;right:-17px;width:34px}.light-theme .close-icon img{background-color:#0000;border-radius:50%;box-shadow:1px 2px 5px #fff;height:30px;position:absolute;right:5px;top:18%;width:30px}.light-theme .close-icon img:hover{box-shadow:0 2px 5px #3e66b0}.light-theme .cleared-dtc{height:auto;margin:100px}.light-theme .dtc-code1{border-radius:7px;justify-content:space-between;margin-bottom:5px;padding:1px}.light-theme .dtc-code1,.light-theme .dtc-code1 .dtc-code-ecu{align-items:center;display:flex}.light-theme .dtc-code1 .dtc-code-ecu span{border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;max-height:32px;min-height:24px;min-width:100px;padding:5px 10px 9px 0;position:relative;text-align:center;transition:all .3s ease}.light-theme .dtc-code1 .dtc-code-ecu span:first-child{background-color:#ca3333;min-width:93px}.light-theme .dtc-code1 .dtc-code-ecu span:last-child{align-items:center;background-color:#0000;border-bottom:1px solid #ca3333;color:#000;display:flex;justify-content:space-between;margin-left:10px;max-width:569px;min-width:534px}.light-theme .dtc-code1 .Memorised-fault{align-items:center;display:flex}.light-theme .dtc-code1 .Memorised-fault span{border-radius:5px;color:#fff;display:inline-block;font-size:.8125rem;max-height:32px;min-height:24px;min-width:100px;padding:5px 10px 9px 0;position:relative;text-align:center;transition:all .3s ease}.light-theme .dtc-code1 .Memorised-fault span:first-child{background-color:#ddd;min-width:93px}.light-theme .dtc-code1 .Memorised-fault span:last-child{align-items:center;background-color:#0000;border-bottom:1px solid #ca3333;color:#000;display:flex;justify-content:space-between;margin-left:10px;max-width:569px;min-width:534px}.light-theme .short-track-header{align-items:center;border:1px solid #ddd;border-radius:3px;display:flex;justify-content:space-between;margin:10px;padding:10px}.light-theme .short-track-check{display:flex}.light-theme .short-track-check span{margin:0 10px}.light-theme .sign-table{margin:10px}.light-theme .sign-table table{border-collapse:collapse;width:100%}.light-theme .sign-table table th{background-color:#3e66b0;color:#fff;padding:5px}.light-theme .sign-table table tr td{font-size:15px;padding:10px 0;text-align:center}.light-theme .sign-table table tr td:first-child{text-align:start}.light-theme .sign-table table tr:nth-child(2n){background-color:#eee}
/*# sourceMappingURL=main.4a73480c.css.map*/