@import"https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Overpass,serif;line-height:1.5}.btn{padding:.36rem .567rem;border:none;border-radius:10px;cursor:pointer;color:#f5f5f5;background-color:#0f6db5}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.wrapper{position:relative}.login-page{transition:transform .3s ease,box-shadow .3s ease;animation:slideIn 1s ease;height:100%}.login-main{overflow:hidden;display:flex;height:100dvh}.main-left{width:50%;display:flex;justify-content:center;align-items:center;padding:30px}.main-left img{width:700px;height:250px}.main-right{width:50%;padding:40px;box-sizing:border-box}@keyframes floatUpDown{0%,to{transform:translateY(0);transform:scale(1)}50%{transform:translateY(-10px);transform:scale(.95)}}.main-left img{animation:floatUpDown 9s ease-in-out infinite}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.login-box{align-items:center;padding:30px;align-self:center;width:300px;border-radius:8px;height:350px;z-index:2}.login-box form{display:flex;flex-direction:column;gap:13px;margin:10px 0}.forgot-password{align-self:flex-end;font-size:12px;text-decoration:underline;color:#87ceeb;margin:5px 0 10px}.signup-link{text-align:center;font-size:16px}.signup-link a{text-decoration:underline;color:#dc143c}.login-box form label{margin:5px 0;font-weight:700}.login-box form input{height:2.8rem;width:100%;padding:10px 10px 10px 40px;border-radius:5px;border:1px solid #ccc;font-size:1rem;padding-left:1.9rem;text-align:start}.login-box h2{font-weight:bolder;font-size:1.9rem}.main-right{display:flex;flex-direction:column;align-content:center}.login-page::-webkit-scrollbar{display:none}.icon{height:1.3rem;width:1.3rem;padding:4px;position:absolute;box-sizing:border-box;top:50%;left:2px;transform:translateY(-50%)}.login-button{width:100%;color:#f5f5f5;background-color:#00f;height:30px;border:none;border-radius:5px;transition:all;height:2rem}.login-button:hover{color:#fff;background-color:#0000ff4d}.header-img{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-content:center;align-items:center}.header-img img{width:180px;height:90px}.login-box h2{text-align:center}.main-left{background:linear-gradient(135deg,#1b1f3a,#2b2e4a);display:flex;justify-content:center;align-items:center;padding:40px}.main-left img{max-width:100%;height:auto;filter:drop-shadow(0 0 15px rgba(0,0,0,.3))}.main-right{background:linear-gradient(135deg,#f0f4ff,#e8f0fe);padding:40px;display:flex;flex-direction:column;justify-content:center;color:#333}input{background-color:#fff;color:#333;border:1px solid #ccc}input::placeholder{color:#999}.login-button{background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;padding:10px;border:none;border-radius:5px;margin-top:20px;cursor:pointer;transition:background .3s ease}.login-button:hover{background:linear-gradient(90deg,#5f0acb,#1f6dfc)}@media only screen and (max-width: 600px){.login-page{display:flex;justify-content:center}.icon{height:1.3rem;width:1.3rem;padding:4px;position:absolute;box-sizing:border-box;top:40%;left:2px;transform:translateY(-50%)}.header-img{height:100px}.main-left{display:none}.main-right{all:unset!important}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.login-box{align-items:center;background-color:#fff;padding:20px;align-self:center;width:300px;border-radius:8px;height:300px;z-index:2}.login-box form{display:flex;flex-direction:column;padding:15px;margin:10px 0}.forgot-password{align-self:flex-end;font-size:9px;text-decoration:underline;color:#87ceeb;margin:5px 0 10px}.signup-link{text-align:center;font-size:12px}.signup-link a{text-decoration:underline;color:#dc143c}.login-box form label{margin:5px 0;font-weight:700}.login-box form input{width:100%;border:1px solid black;border-color:#333}.login-box h2{font-weight:bolder;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-right{display:flex;flex-direction:column;align-content:center}}.hamburger{width:2rem;height:2rem;display:flex;justify-content:space-around;flex-direction:column;flex-wrap:nowrap;z-index:10}.burger{width:1.9rem;height:.24rem;border-radius:20px;background-color:#fffffc;transform-origin:10px;transition:all .3s linear}a{text-decoration:none}.sidebar{background-image:linear-gradient(to bottom right,#000032e6,#063c91e6);background-color:#063c91e6;color:#fcfdfe;width:200px!important;height:100%;position:fixed;top:0;left:0;display:flex;flex-direction:column;transition:all .3s ease-in-out}.logout{cursor:pointer}.sidebar-header{padding:10px;background-image:rgba(6,60,145,.9);text-align:center;border-bottom:1px solid #ccc;color:#fffffc}.sidebar-header img{width:160px;height:70px;border-radius:7px;background:#fff}.sidebar-header p{font-size:20px;font-weight:700}.side-nav{display:flex;flex-direction:column;gap:20px;margin-top:20px;align-content:space-between;justify-content:space-between;padding:10px;flex-grow:1}.side-nav a,.side-nav p{display:block;text-decoration:none;padding:12px;color:#fffffc;width:100%}.burger-list{display:none!important}.logout-section{display:flex;flex-direction:column;padding:10px;gap:20px}.logout-section p{padding-bottom:3px;display:flex;align-items:center;gap:6px}.sidebar-header p{display:none}.nav-item{display:flex;align-items:center;gap:8px;color:#fffffc;text-decoration:none;padding:10px;font-size:16px;transition:background .3s ease}.nav-item:hover{background-color:#063d8b;border-radius:4px}.nav-icons{font-size:20px;display:flex;align-items:center}.nav-text{line-height:1}.logout-section .nav-item{padding:10px}@media only screen and (max-width: 600px){.icon-img{all:unset!important}.sidebar-header{display:flex;gap:10px}.sidebar-header p,.logout-section,.nav-icons{display:none}.sidebar{all:unset;width:100%;min-height:auto;flex-direction:column}.sidebar-header{width:100vw;height:60px}.burger-list{display:block!important}.side-nav{display:none;position:absolute;top:40px;left:0;background-color:#000b14e6;width:100%;z-index:1000;transition:all .6s ease-in-out,opacity .3s ease-in-out;transform:translateY(-100%);opacity:0;height:100%}.side-nav.nav-burger{display:flex;transform:translateY(0);opacity:1;flex-direction:column;align-items:center}.side-nav a,.side-nav p{text-align:center;width:100%;padding:20px;border-bottom:1px solid #ccc}.nav-burger div{width:100%;border-bottom:1px solid #ccc}.nav-item{display:flex;flex-direction:column;align-items:center;gap:12px;color:#fffffc;text-decoration:none;padding:30px;font-size:16px;transition:background .3s ease}.nav-item:hover{background-color:#063d8b;border-radius:4px}}.dashboard{display:grid;grid-template-areas:"sidebar main" "sidebar main" "sidebar main" "footer footer";grid-template-columns:200px 2fr;background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#f5f5f5}.dashboard-main{grid-area:main;min-height:100dvh}.dashboard-sidebar{grid-area:sidebar}.dashboard-footer{grid-area:footer}.dashboard-header{display:flex;padding:15px 20px;justify-content:space-between;align-items:center;transition:all .3s ease-in-out}.dashboard-header>div{display:flex;justify-content:center;gap:10px;align-items:center}.dashboard-header>div h2{font-weight:bolder;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;-webkit-animation:slide-in-right 1s cubic-bezier(.47,0,.745,.715) .5s;animation:slide-in-right 1s ease-in-out}.energy-icon{font-size:50px;color:#fff;animation:fadeInIcon 1.2s ease-in-out}@keyframes slide-in-right{0%{opacity:0;-webkit-transform:translateX(700px);transform:translate(700px)}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@keyframes imgs{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-icon{display:flex;justify-content:center;gap:10px;margin-right:29px}.company-dropdown{margin-right:20px;font-size:16px;cursor:pointer;position:relative}.dropdown-menu{position:absolute;top:59px;right:16px;border:1px solid rgba(255,255,255,.2);border-radius:5px;box-shadow:0 4px 10px #00000080;list-style:none;padding:15px 0;margin:12px 0 0;z-index:1000;width:200px;animation:dropdownFadeIn .3s ease}.admin-main-content{padding:30px;display:flex;flex-wrap:wrap;gap:30px}.admin-card1{background:linear-gradient(135deg,#f0f4ff,#d8e8ff);border-radius:10px;box-shadow:0 4px 15px #00000014;color:#333;text-align:left;width:200px;padding:1rem;animation:imgs 1.2s ease;transition:transform .3s ease,box-shadow .3s ease;position:relative}.admin-card1:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001f}.admin-card1 i{font-size:1.8rem;color:#5a8dee;margin-bottom:10px;display:block}.admin-card1 h3{font-size:1rem;margin:0 0 .5rem;color:#004a99}.admin-card1 p{font-size:1.6rem;font-weight:700;margin:0;color:#1a1a1a}.dropdown-menu:before{content:"";position:absolute;top:-5px;right:10px;border-width:0 5px 5px 5px;border-style:solid;border-color:transparent transparent rgba(255,255,255,.2) transparent}.bar-chat h3{text-align:center}.dropdown-item{display:flex;align-items:center;padding:10px 15px;color:#0075c4;font-size:14px;transition:background .3s ease,color .3s ease;cursor:pointer}.dropdown-item:hover{background-color:#000b14;color:#fff;border-radius:5px}.section-img{padding:15px}.section-img img{height:400px;border-radius:7px;animation:boxLoad 1.5s ease-out}.card-section{padding:10px 20px}.card-section h3{font-size:26px;margin-bottom:15px;border-left:4px solid #ffffff70;padding-left:1rem}.current-statue-card{display:flex;flex-wrap:wrap;gap:25px;justify-content:flex-start;animation:boxLoad 1s ease-out}.card{width:260px;background:linear-gradient(135deg,#f0f4ff,#d8e8ff);padding:20px;border-radius:10px;box-shadow:0 6px 20px #0000001a;color:#1a1a1a;position:relative;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.card:hover{transform:scale(1.06);box-shadow:0 12px 24px #00000026}.card p{margin:10px 0;font-weight:800;color:#333}.active-status{position:absolute;top:15px;right:15px;color:#28a745;font-size:1.5rem;display:flex;align-items:center;gap:5px}@keyframes boxLoad{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.dashboard-footer{background-color:#333}.empty-state{text-align:center;font-size:16px;color:#888;margin-top:20px}.loader{text-align:center;font-size:18px;padding:20px;color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 600px){.admin-main-content{padding:30px;display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:40px}.recharts-cartesian-axis-tick-value{font-size:10px}.recharts-tooltip-label{font-size:12px}.recharts-tooltip-item{font-size:12px;color:#000}.recharts-legend-item-text{font-size:12px}.recharts-responsive-container{height:250px}.recharts-cartesian-axis-tick-value{font-size:8px}.dashboard-side-bar{width:100%}.dashboard{background-color:#063c91;display:flex!important;flex-direction:column}.dashboard-header .profile-icon{display:none}.dashboard-header h2{font-size:18px;padding:10px}.section-img{padding:10px}.section-img img{width:100%;height:200px;border-radius:10px}.dashboard-header>div{margin:5px 0;display:flex;justify-content:center;justify-content:flex-start;gap:10px}.dashboard-header img{width:60px}.current-statue-card,.available-cards{flex-direction:column;color:#333;gap:30px;margin-top:10px;padding:5px;align-items:flex-start;justify-content:center}.card-section h2,.available-card h2{font-size:20px}.card{width:100%;padding:10px 10px 10px 15px;border-radius:5px}.card:hover{transform:scale(1)}.card p{font-size:14px;margin:13px 0;width:fit-content;font-weight:700}.dashboard-footer{height:20px}}@media only screen and (min-width: 768px){.section-img{padding:10px}.section-img img{width:90%;height:400px;border-radius:7px}.current-statue-card,.available-cards{flex-wrap:wrap}.card{width:70%;padding:14px;border-radius:5px;transition:hover 2s 4s ease-in}}@media only screen and (min-width: 1200px){.section-img img{width:65%;height:380px;border-radius:10px}}.footer{display:flex;align-items:center;justify-content:center;width:100%;color:#f5f5f5;height:40px;background-color:#333;background-color:#001432cc}.footer p{padding:0;letter-spacing:.5px}@media only screen and (max-width: 600px){.footer{all:unset;padding-top:6px;text-align:center;width:100%;color:#f5f5f5;display:block;background-color:#001432d9;font-size:13px}.footer p{padding:0 10px;line-break:strict}}.device-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.device-sidebar{grid-area:sidebar}.device-main{min-height:calc(100vh - 40px);grid-area:main}.device-footer{grid-area:footer}.device-main{padding:10px}.device-header{display:flex;flex-direction:row;justify-content:space-between;padding:10px 20px;align-items:center}.device-img{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:17px}.device-img-lead div img{border-radius:10px}@media only screen and (max-width: 600px){.device-page{display:flex;flex-direction:column}.device-lead{display:flex;justify-content:space-between;align-content:center}.device-lead h3{font-size:18px}.device-footer{justify-content:flex-end}.device-info{padding:5px}.device-info .device-lead{margin-bottom:10px}.device-img{padding:1px;border:1px solid #333}.device-img-lead{all:unset!important;width:80%}.device-img-lead>div{text-align:center}.device-img figcaption{padding:5px 25px!important;line-break:strict;line-height:1.7;font-size:13px}.device-img .device-img-lead img{width:100%;border-radius:10px}}.available-cards{display:flex;gap:20px}@media only screen and (min-width: 600px) and (max-width: 992px){.device-info{padding:5px}.device-info .device-lead{margin-bottom:10px;display:flex;justify-content:space-between;align-content:center}.device-img{padding:5px;border:1px solid #333}.device-img figure{align-items:center;width:100%}.device-img .device-img-lead>div{text-align:center}.device-img figcaption{padding:5px 10px!important;line-break:strict;line-height:1.7;font-size:16px}.device-img .device-img-lead img{width:100%;border-radius:10px}}.device-info{padding:10px}.device-img{padding:10px;border-radius:20px}.device-img .device-img-lead{display:flex;padding:5px}.device-lead{font-weight:bolder;font-size:25px;margin-bottom:10px;display:flex;justify-content:space-between;align-content:center}.device-img .device-img-lead div img{width:200px;object-fit:contain;border-radius:20px}.device-img .device-img-lead>div{padding:0 5px}.device-img .device-img-lead figcaption{text-overflow:clip;padding:40px}.device-view-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-clip:border-box;background-repeat:no-repeat;background-attachment:fixed;color:#fff;min-height:100vh;width:100%}.device-view-sidebar{grid-area:sidebar}.device-view-main{grid-area:main}.device-view-footer{grid-area:footer}.view-img{position:relative}.blinking{-webkit-animation:1s blink ease infinite;-moz-animation:1s blink ease infinite;-ms-animation:1s blink ease infinite;-o-animation:1s blink ease infinite;animation:1s blink ease infinite;position:absolute;top:132px;left:13px}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-moz-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-webkit-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-ms-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-o-keyframes blink{0%,to{opacity:0}50%{opacity:1}}.device-view-main .device-view-info .view-img img{width:280px;height:200px;object-fit:contain}.device-view-main{padding:10px}.disable{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;background-color:#007bff80;color:#fff}.device-view-info{padding:10px 5px 5px;display:flex;gap:100px;justify-content:space-around}.active-btn-time{padding:5px;display:flex;justify-content:space-between;align-items:center}.active-btn-time .time{color:#adff2f;font-size:17px}.dmp{text-align:center}.frequency :nth-child(2){border-radius:20px;background-color:#fff;padding:20px}.active-btn-time .time :nth-child(1){text-decoration:none;color:#fff;font-weight:500}.active-btn-time .time :nth-child(2){text-decoration:underline}.seven-working{padding:5px;background-color:#fff}.active-btns{display:flex;gap:20px;padding:10px}.active-btn{padding:2px 8px;background-color:gray!important;border-radius:5px;cursor:pointer}.offcolor{background-color:green;color:#fff;padding:2px 8px;cursor:pointer;border-radius:5px}.frequency{width:280px;color:#333;padding:5px;max-height:300px}.frequency h3{color:#f5f5f5}.pie-chart{margin:20px 0;display:flex;gap:100px}.device-details,.device-details p{padding:10px}.device-view-header{position:relative;display:flex;justify-content:space-between;align-items:center;align-content:center;padding:8px;margin:10px}.device-status{padding:10px;display:flex;flex-wrap:wrap;gap:60px}.device-status .box{width:200px;padding:10px;background-color:#f5f5f5;border:1.5px solid #333;color:#000;text-align:center}.active-power .box-lead{font-size:12px!important}.box-lead{text-align:left;padding-left:6px;padding-bottom:5px;border-bottom:1px solid #333;margin-bottom:10px;font-weight:700;font-size:14px}.box-sub-lead{font-size:15px}.box-sub-lead>span{color:#0009}.side-value{color:#e1e1e1e6}.state{background-color:#00e100e6;display:inline-block;width:40px;font-weight:700;color:#f5f5f5;border-radius:3px}.state-off{background-color:#e10000e6;display:inline-block;width:40px;font-weight:700;color:#f5f5f5;border-radius:3px}.state-unknown{background-color:#ccc;color:#000}.device-table-details{margin-left:10px;margin-top:40px;width:max-content;color:#fff;background-color:#253effb3;padding:10px;border-radius:20px;border:2px solid #ccc}.device-view-modal{width:500px!important;margin-top:60px;max-height:90vh;overflow-y:auto;overflow:scroll}.space-bar{border:1.2px solid #ccc;font-weight:bolder;border-radius:10px}.label{display:flex;padding:20px;width:600px;justify-content:space-between;flex-wrap:nowrap;gap:100px}.second-label{width:160px;display:flex;gap:3px}.cen{float:left}.img-info{padding:10px;display:flex}.last-seven{padding:10px}.last-seven h3{text-align:center;padding-bottom:10px}.seven-working{height:auto;border-radius:10px;padding:20px;color:#000}.speed-meter-value{width:300px;background-color:#fff;border-radius:20px;color:#000}.dmp{padding:10px}@media only screen and (max-width: 650px){.device-view-page{display:flex;flex-direction:column}.img-info{flex-direction:column;margin-bottom:30px}.meter{all:unset}.device-view-info{flex-direction:column;align-items:flex-start;justify-content:none;gap:10px}.pie-chart{flex-direction:column;gap:20px;align-items:center}.device-details{padding:5px}.device-details p{padding:8px;font-size:13px}.device-view-modal{height:80vh}.device-view-info .view-img img{width:170px;height:160px;object-fit:cover}.last-seven{padding:0}.last-seven>div h3{font-size:12px}.device-details{align-self:flex-start}.device-status{flex-direction:column;align-content:center}.device-status .box{width:100%}.active-power,.avg-power{display:none}.device-table-details{margin-left:0;margin-top:10px;background-color:#87ceeb1a;border-radius:20px;padding:5px}.space-bar{border:1.2px solid #ccc;font-weight:bolder;border-radius:10px}.label{display:flex;padding:12px;width:290px;justify-content:none}.active-btn-time{flex-direction:column}.time span{font-size:13px}}.user-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.user-sidebar{grid-area:sidebar}.user-main{grid-area:main;padding:10px;min-height:calc(100vh - 40px)}.user-footer{grid-area:footer}.user-header{position:relative;display:flex;justify-content:space-between;align-items:center;align-content:center;padding:8px;margin:10px;border-bottom:1px solid black}.edit-user{position:absolute;top:40px;right:20px;padding:30px 20px;color:#f5f5f5;z-index:1000;animation:dropdownFadeIn .3s ease;background-color:#333;border-radius:20px}.edit-user p{padding:10px;cursor:pointer;margin:5px}.user-action{font-size:20px;font-weight:bolder;cursor:pointer}.user-details{background-color:#fff;color:#000;min-height:500px;width:400px;box-shadow:#0000001a 0 4px 12px;border-radius:10px;margin-left:20px}.user-box{padding:12px;width:100%}.user-sides{display:flex}.user-box :nth-child(1){padding:5px}.user-box :nth-child(2){outline:1px solid black;margin-left:10px;padding:.375rem .75rem;border-radius:3px}.user-devices{margin-left:130px;border-radius:10px;width:370px;box-shadow:#0000001a 0 4px 12px;padding:20px}.user-card{width:100%;padding:10px 10px 10px 15px}.user-available-cards{flex-direction:column;gap:30px;margin-top:10px;padding:5px;align-items:flex-start;justify-content:center}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-actions{display:flex;justify-content:flex-end;gap:10px;width:100%}.modal{background:#fff;padding:20px;border-radius:10px;width:400px;text-align:left;z-index:1000;transition:all 1s ease}.modal-overlay{z-index:1000;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease}.cancel-btn,.save-btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.cancel-btn{background-color:#6c757d;color:#fff}.save-btn{background-color:#007bff;color:#fff}.edit-modal{padding:10px 0}.modal label{display:block;margin-bottom:10px}.modal input,.modal select,.modal textarea{width:100%;padding:8px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}@media only screen and (max-width: 600px){.user-page{display:flex;flex-direction:column}.user-header{padding:10px}.user-sides{flex-direction:column;align-items:center}.user-details{width:90%;background-color:#fff;color:#000;box-shadow:#0000001a 0 4px 12px;border-radius:10px;padding:15px;margin:10px auto}.user-devices{width:90%;margin:20px auto;padding:15px;border-radius:10px;box-shadow:#0000001a 0 4px 12px}.user-card{width:100%;padding:10px 15px}}@media only screen and (min-width: 1330px){.user-details{width:600px;min-height:700px;background-color:#fff;color:#000;border-radius:10px;margin-left:20px;padding:20px;box-shadow:#0000001a 0 4px 12px}.user-box{padding:20px;width:100%}}.user-details{background-color:#fff;color:#000;width:100%;max-width:500px;margin:20px auto;padding:30px 25px;border-radius:15px;box-shadow:0 4px 20px #0000001a;text-align:center;position:relative}.user-avatar{width:100px;height:100px;background-color:#0a58ca;color:#fff;font-size:36px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px #0000001a;text-transform:uppercase}.user-box{margin:15px 0}.user-box p:first-child{font-weight:700;font-size:14px;color:#555;margin-bottom:5px}.user-box p:last-child{font-size:16px;color:#222;margin:0}.admin-dashboard-page{display:grid;grid-template-areas:"sidebar main" "sidebar main" "footer footer";grid-template-columns:200px 2fr;background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.admin-dashboard-main{min-height:calc(100vh - 40px);grid-area:main}.admin-dashboard-sidebar{grid-area:sidebar}.admin-dashboard-footer{grid-area:footer}.react-icon{font-size:40px}.admin-box{padding:30px 0 0;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:30px;flex-grow:1}.admin-card{cursor:pointer;box-shadow:#00000040 0 25px 50px -12px;text-align:center;width:350px;padding:2.3rem 1rem;animation:boxLoad 1.5s ease-out;background-color:#fff;color:#000;border-radius:10px}@keyframes dropdownFadeInq{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 600px){.admin-dashboard-side-bar{width:100%}.admin-dashboard-page{display:flex!important;flex-direction:column}.dashboard-header h2{font-size:18px;padding:10px}.dashboard-header>div{margin:5px 0;display:flex;justify-content:center;justify-content:flex-start;gap:10px}.dashboard-header img{width:60px}.react-icon{font-size:30px}.admin-box{flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:20px}.admin-card{width:250px}}.welcome-image{width:80px;height:auto}.welcome-container{display:flex;align-items:center;gap:15px}.admin-card:hover{transform:translateY(-5px);transition:all .3s ease;box-shadow:#0006 0 30px 60px -12px}.admin-links-row{display:flex;gap:25px;padding:20px 30px;border-radius:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.admin-link{display:flex;align-items:center;gap:10px;padding:10px 18px;background-color:#fff;color:#041d48;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.admin-link:hover{background-color:#e0e0e0;transform:translateY(-2px)}.admin-link .react-icon{font-size:22px}.stat-item svg{margin-bottom:.5rem}.stats-grid-container{max-width:500px;margin:.4rem;padding:0 1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;color:#fff}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2rem;font-weight:800;margin-bottom:.3rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.stat-label{font-size:1.1rem;color:#b0b0b0}@media (max-width: 700px){.stats-grid{grid-template-columns:1fr}}.admin-device-details{border-radius:12px;padding:1.5rem;max-width:650px;margin:1rem;color:#fff}.admin-user-details{margin:1rem 2rem;padding:1rem;border-radius:10px;background:#ffffff0d}.user-search-bar{margin-bottom:1rem;display:flex;justify-content:center}.user-search-bar input{width:100%;max-width:400px;padding:10px 15px;border-radius:6px;border:none;outline:none;font-size:16px}.user-card-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-start}.user-card{background-color:#fff;color:#041d48;padding:1rem;border-radius:8px;box-shadow:#0003 0 4px 8px;width:290px;cursor:pointer;transition:all .3s ease}.user-card:hover{transform:translateY(-5px);background-color:#f0f0f0}.user-section-heading{font-size:24px;margin-bottom:1rem;padding-left:20px;color:#fff;border-left:4px solid #ffffff50}.email-text{word-break:break-word;overflow-wrap:anywhere}.users-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.users-sidebar{grid-area:sidebar}.users-main{grid-area:main;padding:10px;min-height:calc(100vh - 40px)}.users-footer{grid-area:footer}.header-lead{display:flex;align-items:center}.user-icons{font-size:60px}.users-header{padding:10px;display:flex;align-items:center;justify-content:space-between}.users-table{padding:10px}.users-table table{width:1000px;border-collapse:collapse;border-radius:10px}.users-view{min-width:500px!important}.users-table table th,.users-table table td{padding:10px 20px;text-align:center;border:1px solid black;background-color:#fff;color:#000}.add-users-modal{width:700px!important}.password-check{all:unset!important;padding:10px;text-align:center}.password-check input{width:40px}.action-icons{font-size:25px;cursor:pointer}@media only screen and (max-width: 600px){.users-view{min-width:200px!important}.users-page{display:flex;flex-direction:column}.user-icons{font-size:40px}.users-header{padding:10px;display:flex;align-items:center;justify-content:space-between}.users-table{padding:5px}.users-table table{width:fit-content;border-collapse:collapse}.users-table table th,.users-table table td{padding:5px;text-align:center}.users-table table th:nth-child(3){display:none}.users-table table th:nth-child(4){display:none}.users-table table tr td:nth-child(3){display:none}.users-table table tr td:nth-child(4){display:none}.add-users-modal{width:fit-content!important}}@media only screen and (min-width: 1300px){.users-table table{min-width:1650px!important;height:100vh;border-collapse:collapse;border-radius:10px}}.export-page{display:grid;grid-template-columns:200px 1fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff;min-height:100dvh;width:100%}.export-sidebar{grid-area:sidebar}.export-main{grid-area:main;padding:40px;display:flex;justify-content:center;align-items:flex-start}.export-footer{grid-area:footer;padding:10px;background-color:#022246}.export-container{border-radius:10px;padding:30px;width:100%;max-width:600px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.export-title{font-size:24px;font-weight:700}.export-title-flex{display:flex;align-items:center;align-content:center;margin-bottom:10px;justify-content:center}.export-title-flex>div{font-size:24px;margin-top:8px;font-weight:700}.export-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.date-range{display:flex;gap:20px}select,input[type=date]{padding:10px;border-radius:6px;border:none;font-size:14px}.btn-primary{padding:10px 20px;background-color:#8b5cf6;color:#fff;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background-color:#7c3aed}.btn-download{padding:10px 20px;background-color:#10b981;color:#fff;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.btn-download:hover{background-color:#059669}.btn-primary.disabled,.btn-download.disabled{background-color:#6c757d;cursor:not-allowed;opacity:.65}.center{text-align:center}.csv-link{text-decoration:none;color:#fff}@media (max-width: 768px){.export-page{display:flex;flex-direction:column}.export-main,.export-container{padding:20px}.date-range{flex-direction:column;gap:10px}.btn-primary,.btn-download{width:100%}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9999;color:#fff;display:flex;align-items:center;justify-content:center}.devices-view-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-clip:border-box;background-repeat:no-repeat;background-attachment:fixed;color:#fff;min-height:100vh;width:100%}.devices-view-sidebar{grid-area:sidebar}.devices-view-main{margin:20px;grid-area:main}.devices-view-footer{grid-area:footer}.main-heading{font-size:29px;font-weight:bolder;line-height:1.2;margin:10px}.heading-img{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;border-radius:8px;box-shadow:0 6px 20px #0000004d}.heading-img figure{padding:20px;min-width:290px;max-width:100%}.heading-img figure img{border-radius:20px}.heading-device-details{display:flex;flex-direction:column;justify-content:center;color:#fff;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;line-height:1.6;border-radius:10px;min-width:350px}.heading-device-details p{font-weight:500;border-bottom:1px dashed rgba(255,255,255,.2);margin-bottom:20px}.header-card{margin:12px;display:flex;flex-wrap:wrap;gap:12px;padding:12px;border-radius:12px;min-width:290px;max-width:100%}.status-card{background-color:#ffffff0d;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);width:150px;height:90px;color:#f5f5f5;display:flex;flex-direction:column;align-items:center;gap:8px;border:2px solid transparent;transition:transform .2s ease,border-color .3s ease;max-width:200px}.status-title{font-size:1rem;font-weight:600;color:#f5f5f5}.status-indicator{font-size:.95rem;font-weight:700;padding:6px 14px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.online .status-indicator{background-color:#22c55e33;color:#22c55e;border:1px solid #22c55e}.offline .status-indicator{background-color:#ef444433;color:#ef4444;border:1px solid #ef4444}.unknown .status-indicator{background-color:#facc1533;color:#facc15;border:1px solid #facc15}.device-time{color:#f5f5f5}.device-time{font-size:13px;margin:10px 0 0}.device-time span{margin:0;color:#22c55e;text-decoration:underline;font-weight:900;cursor:pointer}.relay-status-cards{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;justify-content:space-between}.metter{flex-direction:column;padding:20px;width:100%;max-width:350px;color:#fff;display:flex;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .3s ease}.speed-meter-values{width:100%;text-align:center;color:#fff;font-size:.95rem;font-weight:500}.speed-meter-values .dmps{background-color:#ffffff0d;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);display:inline-block;box-shadow:inset 0 0 4px #0003;line-height:1.5}.relay-card{position:relative;margin-top:20px;display:flex;flex-direction:column;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px}.lt-button{position:absolute;right:0;padding-right:50px;top:20}.relay-card h3{margin-bottom:20px}.relay-cards{display:flex;flex-direction:row;gap:20px}.relay-cards div{flex-grow:1}.metter-cards{margin-top:20px;display:flex;gap:20px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px}.frequency-box{flex-grow:1;min-width:320px}.meter-title{text-align:center;margin-bottom:10px;font-size:1rem;font-weight:600}.metter1{width:200px;margin:10px;display:flex;flex-direction:column;justify-content:center}.power-cards-container{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px;background-color:#ffffff14;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15)}.power-card{background-color:#ffffff0f;padding:16px;border-radius:12px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000001a;transition:transform .2s ease}.box-leads{font-weight:900;font-size:.99rem;margin-bottom:6px;width:100%;border-bottom:2px dashed rgba(255,255,255,.2)}.box-sub-leads{font-size:1.1rem;font-weight:700;color:#f5f5f5cc}.device-data-cards{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;padding:20px;background-color:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff}.data-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:10px;transition:all .2s ease;box-shadow:0 4px 6px #0000001a}.data-card:hover{border-color:#ffffff4d;transform:translateY(-2px);background:#0000004d}.data-card:hover h3{color:#fff;font-size:1.1rem;border-bottom:2px dashed rgba(224,225,0,.9)}.data-card h3{font-size:1.1rem;margin-bottom:10px;border-bottom:2px dashed rgba(224,255,0,.6);padding-bottom:6px}.data-card p{font-size:.95rem;margin:6px 0;display:flex;justify-content:space-between}.factor-card{border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:40px;min-width:300px}.main-heading-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;color:#fff;position:relative}.menu-wrapper{position:relative}.menu-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px}.dropdown-menu{position:absolute;right:0;top:38px;background-color:#2b2b2b;border:1px solid rgba(255,255,255,.15);border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000040;z-index:100}.dropdown-menu div{padding:10px 16px;color:#fff;cursor:pointer;transition:background .2s ease}.dropdown-menu div:hover{background-color:#ffffff1a}.modal{background:#fff;color:#000!important;padding:20px;border-radius:10px;width:400px;text-align:left;z-index:1000;transition:all 1s cubic-bezier(.075,.82,.165,1)}.modal-overlay{z-index:1000;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;transition:all 2s ease}.modal .active{transform:translateY(0);opacity:1}.modal-overlay .active{opacity:1}@media only screen and (max-width: 768px){.devices-view-page{display:flex;flex-direction:column}.heading-img{flex-direction:column;align-items:center}.heading-img figure{padding:10px;text-align:center}.heading-device-details{width:90%;margin-left:0;align-items:center;text-align:center;padding:16px}.header-card{justify-content:center;max-width:100%;padding:8px}.status-card{width:100%;max-width:280px}.metter{margin:10px 0 0}.metter-cards{margin-top:20px;display:flex;flex-direction:column;gap:20px}.relay-cards{display:flex;flex-direction:column;align-items:center;gap:20px}.factor-card{border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:40px;min-width:300px}}.power-factor-row{display:flex;gap:70px;justify-content:center;align-items:center}.power-factor-item{width:250px;height:200px;display:flex;flex-direction:column;align-items:center;color:#fff}.power-factor-item p{margin-top:6px;font-size:.85rem;font-weight:500;color:#ffffffe6}@media only screen and (max-width: 768px){.power-factor-row{display:flex;gap:70px;flex-direction:column;place-items:center;align-items:center}}.frequency-chart-container{padding:10px;color:#fff;margin-top:20px}.chart-title{text-align:center;font-size:1rem;margin-bottom:10px;font-weight:600;color:#fffd}.chart-comp{margin-top:20px;display:grid;grid-template-rows:repeat(auto-fit,minmax(400px,1fr));gap:20px;padding:20px;background-color:#ffffff14;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);box-sizing:border-box}.chart-box{border-radius:8px;padding:20px;display:flex;flex-direction:column}.chart-box h4{font-size:1rem;margin-bottom:15px;color:#fff}.chart-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px}.chart-controls label{font-size:.9rem;color:#ddd}.chart-controls select{padding:4px 8px;border-radius:4px;border:1px solid #ccc}@media (max-width: 700px){.chart-comp{grid-template-columns:1fr;padding:10px}.chart-box{padding:12px}.chart-box h4{font-size:.9rem;margin-bottom:12px}.chart-controls{flex-direction:column;align-items:flex-start;gap:6px}.chart-controls label{font-size:.85rem}.chart-controls select{width:100%;max-width:250px;padding:6px 8px}}.switch-toggle{width:100px;height:40px;border-radius:20px;background-color:#ffffff14;position:relative;cursor:pointer;transition:background-color .3s ease;box-shadow:0 0 6px #0006;border:1px solid rgba(255,255,255,.2)}.slider{width:50%;height:100%;border-radius:20px;background:linear-gradient(to bottom,#0ffc,#0082ffb3);color:#000;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;transition:all .3s ease;box-shadow:0 0 8px #0ff6}.slider.lt{left:0}.slider.ht{left:50%}.add-device-page{display:grid;grid-template-columns:200px 2fr;grid-template-areas:"sidebar main" "sidebar main" "footer footer";background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.add-device-sidebar{grid-area:sidebar}.add-device-main{min-height:calc(100vh - 40px);grid-area:main}.add-device-footer{grid-area:footer}.add-device-main{padding:10px}.add-device-form-container{padding:30px;border-radius:10px;max-width:600px;margin:40px auto}.add-device-form-container h2{text-align:center;margin-bottom:20px;color:#fff}.add-device-form label{display:block;margin-bottom:15px;color:#fff;font-weight:500}.add-device-form input{width:100%;padding:10px;margin-top:5px;border:none;border-radius:5px;font-size:14px}.add-device-form input:focus{outline:2px solid #007bff;background-color:#eef}.form-actions{margin-top:20px;text-align:center}.save-btn{background-color:#28a745;border:none;padding:10px 30px;color:#fff;font-weight:700;font-size:16px;border-radius:5px;cursor:pointer;transition:background .3s}.save-btn:hover{background-color:#218838}.user-details-page{display:grid;grid-template-areas:"sidebar main" "sidebar main" "footer footer";grid-template-columns:240px 1fr;min-height:100vh;background-color:#041d48;background-image:linear-gradient(to bottom right,#00003299,#063c91cc),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(6%2c 60%2c 145%2c 1)'%3e%3c/rect%3e%3cpath d='M0 0L95.68 0L0 181.61z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M0 181.61L95.68 0L480.37 0L0 352.69000000000005z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M0 352.69000000000005L480.37 0L827.79 0L0 480.72z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M0 480.72L827.79 0L1191.06 0L0 496.65000000000003z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M1440 560L839.24 560L1440 538.63z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M1440 538.63L839.24 560L797.78 560L1440 254.94z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M1440 254.94L797.78 560L770.8399999999999 560L1440 147.87z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M1440 147.87L770.8399999999999 560L662.5699999999999 560L1440 122.74000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.user-details-sidebar{grid-area:sidebar}.user-details-main{grid-area:main;padding:2rem 3rem;display:flex;flex-direction:column;gap:2rem}.user-details-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;border-left:4px solid #ffffff70;padding-left:1rem}.user-info-card{background:linear-gradient(to bottom right,#fff,#f9f9f9);color:#041d48;padding:2rem 2.5rem;border-radius:14px;box-shadow:0 10px 25px #00000026;font-size:16px;line-height:1.8;transition:transform .3s ease,box-shadow .3s ease}.user-info-card p{margin-bottom:.75rem}.user-info-card strong{color:#063c91;font-weight:600}.device-section-title{font-size:1.6rem;color:#fff;font-weight:600;margin-bottom:1rem;border-left:4px solid #ffffff70;padding-left:1rem}.device-card-container{display:flex;flex-wrap:wrap;gap:1.5rem}.device-card{background-color:#fff;color:#041d48;padding:1.2rem;border-radius:10px;width:280px;min-height:150px;box-shadow:0 6px 18px #00000040;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.device-card:hover{transform:translateY(-6px);background-color:#f1f1f1}.user-details-footer{grid-area:footer}@media (max-width: 768px){.user-details-page{display:flex;flex-direction:column}.user-details-main{padding:1.2rem}.device-card-container{justify-content:center}.device-card{width:100%;max-width:350px}}
