body{font-family:Arial,sans-serif;background-color:#f4f4f9;margin:0;padding:0;height:100%;width:100%}.containerLogin{width:450px;margin:50px auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.2)}.container{max-width:100%;margin:50px auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.2)}#chatBox{width:100%;max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;overflow-x:auto}.welcomeText{color:#007bff}h2{text-align:center;color:#007bff}.error{color:red;text-align:center}.login-form{display:flex;flex-direction:column}.login-form label{margin-top:10px}.login-form input{padding:8px;margin-top:5px;border:1px solid #ccc;border-radius:4px}.login-form button{margin-top:15px;padding:10px;background:#007bff;color:white;border:0;border-radius:4px;cursor:pointer}.dashboard{width:100%;height:100%;background:#fff border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.2)}#contentiFrame{width:100%;height:100%;position:absolute;top:0;left:0;border:0}#dashboardIFrame{flex:1 1 0;width:100%;height:100%;border:0;display:block;min-height:300px;max-height:90vh}.SplitScreenDashboard{display:flex;flex-direction:column;flex:auto;width:100%;height:100%;min-height:800px;margin:10px auto;background:#fff;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.2);max-height:100%;overflow:hidden}.SplitScreenContentWindow{width:50%;height:100%}.SplitScreenContentWindow-Left{float:left}.SplitScreenContentWindow-Right{float:right}.NavigationColumns{display:flex;justify-content:space-between;gap:20px}.NavigationColumn{flex:1;padding:5px;background:#f0f8ff;border-radius:8px;text-align:center}.NavigationColumn h3{color:#007bff}.calendar-view{width:95%;height:95%;box-sizing:border-box}#token-list{max-height:90%;overflow-y:auto;overflow-x:hidden;padding:10px;margin:20px;list-style-type:none}#token-list::-webkit-scrollbar{width:2px}#token-list::-webkit-scrollbar-track{background:#f1f1f1}#token-list::-webkit-scrollbar-thumb{background:#888;border-radius:2px}#token-list::-webkit-scrollbar-thumb:hover{background:#555}.token-name{width:150px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.token-hash{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.token-hash:hover{transform:scale(1.05);max-width:max-content;white-space:normal;overflow:visible;position:absolute;background-color:white;z-index:10;padding:5px;border:1px solid #ccc}.token-card{background:white;border-radius:0;padding:5px;margin:10px 0;box-shadow:0 2px 5px rgba(0,0,0,0.2);cursor:pointer;transition:transform .2s ease-in-out;text-align:start}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5)}.popup-content{background:white;width:600px;padding:20px;margin:100px auto;border-radius:5px;text-align:start;position:relative}.close-btn{background:transparent;color:#fff;border:0;font-size:18px;cursor:pointer;padding:2px 8px;line-height:1;height:24px;width:24px;border-radius:3px;transition:background .2s;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#b71c1c}.close{position:absolute;top:10px;right:10px;cursor:pointer;font-size:30px}.token-container{background:#fff;border-radius:10px;width:90%;box-shadow:0 4px 8px rgba(0,0,0,0.1);text-align:center}h2{color:#007bff}.token-form{display:flex;flex-direction:column;gap:10px}label{font-weight:bold;text-align:left;display:inline-flex;align-items:center}textarea{padding:10px;border:1px solid #ccc;border-radius:5px;resize:none;background-color:#f8f8f8}input[type="text"],input[type="datetime-local"],input[type="number"],input[type="password"],input[type="tel"],input[type="email"]{padding:10px;border:1px solid #ccc;border-radius:5px;background-color:#f8f8f8}input[type="checkbox"]{width:20px;height:20px;margin-left:10px;vertical-align:middle}textarea:focus,input:focus{outline:0;border-color:#4dabf7;box-shadow:0 0 5px rgba(77,171,247,0.5)}.btn{background-color:#007bff;color:white;border:0;padding:10px;border-radius:5px;cursor:pointer;font-size:16px;transition:.3s}.btn:hover{background-color:#0056b3}.btn:disabled,.btn[disabled]{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.65}@media(max-width:400px){.token-container{width:90%}}.popupNewToken-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000}.popupNewToken{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:white;padding:20px;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,0.2);max-width:500px;width:100%}.custom-select{position:relative;width:var(--select-width,100%);font-family:'Arial',sans-serif}.custom-select label{font-weight:bold;margin-bottom:5px;display:block}.custom-select select{width:100%;font-size:16px;padding:8px;background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;transition:all .3s ease;height:auto;min-height:40px;overflow-y:auto}.custom-select select[multiple]{height:150px;overflow-y:auto;padding:5px}.custom-select select option:checked{background-color:#4dabf7;color:white}.custom-select select option:hover{background-color:#e9ecef}.custom-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.custom-select::after{content:'▼';position:absolute;top:50%;right:15px;transform:translateY(-50%);pointer-events:none;font-size:14px;color:#6c757d}.custom-select select:focus{outline:0;border-color:#4dabf7;box-shadow:0 0 5px rgba(77,171,247,0.5)}.Genericpopup-table{width:100%;table-layout:fixed;border-collapse:collapse}.Genericpopup-table td{padding:8px;text-align:left}.Genericpopup-table td:first-child{font-weight:bold;width:auto;white-space:nowrap}.Genericpopup-table td:last-child{font-weight:normal}.AppWindow{position:absolute;width:800px;height:400px;max-width:1920px;max-height:1280px;min-width:200px;min-height:120px;background:#f0f0f0;border:1px solid #ccc;box-shadow:2px 2px 16px rgba(0,0,0,0.4);top:100px;left:100px;z-index:10;resize:both;overflow:hidden;display:flex;flex-direction:column}.AppWindow-header{background:#2196f3;color:#fff;padding:8px 8px 8px 16px;cursor:move;user-select:none;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;min-height:36px}.AppWindow-header .AppWindowbuttons{display:flex;min-height:30px;gap:6px}.AppWindow-content{flex:1 1 auto;overflow:hidden;position:relative;width:100%;height:100%;min-height:50px}.AppScreenContentWindow{display:none;width:100%;height:100%;margin:10px auto;padding:20px;background:white;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.2)}#contentApplication{aspect-ratio:16 / 9;width:95vw;max-width:100%;position:relative}.table-responsive{width:100%;max-width:100%;overflow-x:auto;container-type:inline-size}#MyTable{width:100%;max-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(60,72,88,0.07);overflow-x:auto;font-family:'Segoe UI','Roboto',Arial,sans-serif;font-size:clamp(0.35rem,0.75vw,1rem);margin:0}#MyTable th,#MyTable td{padding:14px 18px;text-align:left}#MyTable th{background:linear-gradient(90deg,#e3f2ff 0,#f0f9ff 50%,#e3f2ff 100%);color:#2d3a4a;font-weight:600;letter-spacing:.05em;border-bottom:2px solid #e0e6ed}#MyTable tr{transition:background .2s}#MyTable tr:nth-child(even) td{background:#f8fafc}#MyTable tr:hover td{background:#e8f0fe}#MyTable td{border-bottom:1px solid #e0e6ed;color:#3e4c59}#MyTable tr:last-child td{border-bottom:0}#MyTable td:last-child button,#MyTable td:last-child a{background:#2563eb;color:#fff;border:0;border-radius:6px;padding:6px 14px;margin-right:6px;font-size:.9em;cursor:pointer;transition:background .2s;text-decoration:none}#MyTable td:last-child button:hover,#MyTable td:last-child a:hover{background:#1e40af}#MyTable tr.highlight-errorRow td{background-color:red}.popup-glassDashboard{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:rgba(30,30,30,0.6)}.popup-contentDashboard{background:#fff;border-radius:20px;box-shadow:0 8px 32px 0 rgba(31,38,135,0.15);padding:0 30px 28px 30px;min-width:350px;max-width:95vw;border:1px solid rgba(26,38,66,0.15);position:relative;color:#222;max-height:90vh;overflow:auto}.popup-headerDashboard{display:flex;justify-content:flex-end;align-items:center;background:#fff;color:#222;padding:0 10px 0 20px;height:48px;min-height:0;box-sizing:border-box}.popup-closeDashboard{align-self:center;background:#246fff;border:0;color:#fff;font-size:1.7rem;cursor:pointer;line-height:1;padding:4px 12px;border-radius:6px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 4px 0 rgba(36,111,255,0.09)}.popup-closeDashboard:hover{background:#174cac}.site-footer{position:fixed;left:0;bottom:0;right:0;background-color:#10294e;padding:15px 0;z-index:1000;width:100%;box-shadow:0 -1px 8px rgba(0,0,0,0.1)}.site-footer nav ul{margin:0;padding:0;list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.site-footer nav ul li{display:inline}.site-footer nav ul li a{color:#fff;text-decoration:none;font-size:15px;transition:color .2s}.site-footer nav ul li a:hover{color:#61a0f6}
