#root{margin:0 auto;text-align:center}.app{text-align:center;display:flex;align-items:center;justify-content:center}.tiles-container{display:grid;gap:0;transform:skew(-20deg);position:relative}.tile{display:flex;justify-content:center;align-items:center;border:1px solid black;position:relative}.tile_text{color:#6c6c6c;font-size:10px}.bin{background-color:purple;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;position:absolute;z-index:20}.map{flex-direction:column-reverse;position:relative;flex-grow:1;width:100%;height:100%}.app-container{margin:0}.full-view{display:flex;flex-direction:column;height:100%}.main-content{flex-grow:1;overflow:auto}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;height:36px;font-size:.85rem;box-shadow:0 -2px 6px #0000001a;background:#fff}.app-contain{display:flex;width:98vw;height:98vh;border:1px solid black}.container-right{flex:.3;display:flex;flex-direction:column;height:100%;border-left:1px solid black;overflow:hidden;position:relative}.appbar-wrapper{flex-shrink:0}.content-wrapper{flex-grow:1;overflow-y:auto}.container-left{flex:.7;position:relative;height:100%;overflow:auto}.top-nav{display:flex;background-color:#f0f0f0;padding:10px;justify-content:space-around}.status-information{display:flex;flex:1;width:100%}.bin_temp{background-color:#ccc;height:100px;display:flex;align-items:center;justify-content:center}.bin-details{background-color:#e9e9e9;width:100%}.robot{transition:top 0s ease-out,left 0s ease-out;z-index:10;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.robot_bin{background-color:#00f;margin-top:5px;display:flex;justify-content:center;align-items:center}.locationBinRobot{font-weight:700;margin-right:5px}.robotBinItem{display:flex;justify-content:start}.product-table{width:100%;border-collapse:collapse}.product-table th,.product-table td{border:1px solid #ddd;padding:8px;text-align:left}.product-table th{background-color:#f2f2f2}.product-quantity .quantity-display{cursor:pointer;color:#00f;text-decoration:underline}.product-quantity .quantity-input{width:50px}.product-action .remove-button{color:red;background:none;border:none;cursor:pointer;text-decoration:underline}.product-action .save-button{background:none;border:1px solid #ddd;cursor:pointer;padding:5px;margin-left:5px}.add-product-button{color:#00f;text-decoration:underline;cursor:pointer;background:none;border:none;font-size:16px;margin-top:10px}.elevator{background-color:purple}.robot-table{width:100%;border-collapse:collapse;margin-top:10px;font-family:Roboto,sans-serif}.robot-table th,.robot-table td{border:1px solid #ccc;padding:10px 10px 10px 15px;text-align:left}.robot-table th{background-color:#f2f2f2;color:#333;font-weight:700}.robot-table tr:nth-child(2n){background-color:#f9f9f9}.robot-table tr:hover{background-color:#e9e9e9;transition:background-color .3s ease}.robot-table td{word-wrap:break-word}@keyframes blink_yellow{0%,to{background-color:transparent}50%{background-color:#ff0}}@keyframes blink_blue{0%,to{background-color:#00f}50%{background-color:#c100ff}}@keyframes blink_red{0%,to{background-color:transparent}50%{background-color:red}}@media (min-width: 1000px){.current-state{flex:0 0 auto!important;margin-right:auto!important}.button-group{flex:0 0 auto!important;margin-left:auto!important}}: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}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
