:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #000000;--skeleton: rgba(197, 197, 197, .85);--border-color: #fbfbfb;--backgroundPrice: #010101;--error: rgb(255, 0, 0);--bg-off: rgb(255, 0, 0);--text-color: #ffffff;--off-color: #d10000;--error-color: #ad0000;--loading-color: #bf05a3;--on-color: #009608;--bg-on: #009608}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.modbus-data__table-header,.modbus-data__table-cell{border:1px solid #000;padding:8px;text-align:center}.modbus-data__table-header{background-color:#fca7a7;font-weight:700}.modbus-data__table-cell{background-color:#ff6767}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.p-4{background-color:red;width:300px;height:300px}.container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px;align-items:center;width:100%}.table-section,.input-section{width:50%}.table-section{overflow:auto;resize:both;max-width:750px;max-height:440px;min-width:350px;min-height:250px;padding:5px}.coil-data-container,.reg-data-container{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center}.reg-data-container{border:2px solid green;border-radius:8px;justify-content:space-between}.coil-data-container{height:440px;border:2px solid green;border-radius:8px;justify-content:space-between;overflow:auto}.display-fix{position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:80px;margin:0;display:flex;align-content:center;align-items:center;justify-content:center;flex-direction:column;z-index:1;border:2px solid white;border-radius:8px;padding:10px}tfoot>tr>td{border:none;display:flex;width:fit-content}.tfoot-td{width:100px;display:flex;justify-content:space-between}.coil-body{overflow-y:auto;max-height:310px;margin-top:0;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}button{margin-top:10px}.fetch-coil{width:200px;height:100px;color:#fff;padding:10px 20px;border:none;cursor:pointer;transition:background-color .3s ease-in-out}.fetch-coil:disabled{background-color:#000;cursor:not-allowed}table{height:440px;display:flex;flex-direction:column}table tbody{flex:1;overflow-y:auto}tbody{padding-block:8px;display:flex;flex-direction:column;align-items:center}table th,table td{border:1px solid #f68383;padding:8px;text-align:left}table td{display:flex;width:30px;align-items:center;justify-content:center}#data{background-color:#ffb938}.rowColor{background-color:red}table th{background-color:#010101}thead>tr>th{width:350px}thead{display:flex;align-items:stretch;justify-content:center}.tbody tr{display:flex;justify-content:center;align-items:center}.data-td{display:flex;justify-content:center;margin:4px}.input-section{width:350px;background-color:green;padding:16px;border:2px solid white;border-radius:8px}.inputs{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.inputs input{padding:6px;border:2px solid white;border-radius:8px;max-width:80px}.selected-address{display:flex;border:2px solid white;border-radius:8px;padding:10px;flex-direction:row;justify-content:space-between}.clickable:hover{background-color:#f0f8ff;color:#010101;cursor:pointer}.btn.auto-refresh-on{border:2px solid var(--border-color);color:var(--text);background-color:var(--bg-off);width:200px;height:100px;padding:10px 20px;cursor:pointer;transition:background-color .3s ease-in-out}.btn.auto-refresh-off{border:2px solid var(--border-color);color:var(--text);background-color:var(--bg-on);width:200px;height:100px;padding:10px 20px;cursor:pointer;transition:background-color .3s ease-in-out}.modbus-data__error-container{display:flex;background-color:var(--error);color:var(--text-color);padding:12px;border-radius:8px;font-weight:700;margin-bottom:12px;box-shadow:0 4px 6px #0003;animation:fadeIn .5s ease-in-out;text-align:center;position:absolute;margin-top:1rem;width:fit-content;z-index:1}.error-icon{font-size:20px;margin-right:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.modbus-data__error-container{font-size:14px;padding:10px}}.error-section{display:flex;width:100%;justify-content:center;align-content:center;align-items:center}.input-field{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.input-field input{padding:6px;border:2px solid var(--border-color);border-radius:8px;max-width:80px}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.error-msg{color:var(--error-color);font-weight:700;margin-top:10px;padding:10px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--background);animation:fadeInOut 3s ease-in-out forwards}.loading{color:var(--loading-color);font-weight:700;margin-top:10px;padding:10px;border:1px solid var(--border-color);border-radius:4px}.loader{display:flex;align-content:center;justify-content:center;align-items:center;width:10ch;font-weight:700;font-family:sans-serif;font-size:30px;padding-bottom:8px;background:linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;animation:l2 2s linear infinite}.loader:before{content:"Loading..."}@keyframes l2{to{background-size:100% 3px}}
