@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--background-color:#fff;--foreground-color:#000;--hovergroundcolor:#f8f9fa;--hoverforegroundcolor:brightness(var(--background-color));--activegroundcolor:#3b82f6;--errorcolor:#ff4d4f;--font-name:"Inter", system-ui, -apple-system, sans-serif}body,html{background-color:var(--background-color);font-family:var(--font-name);color:var(--foreground-color);height:100%;margin:0;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-color);border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--activegroundcolor)}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 var(--background-color)}.app-page{background-color:var(--background-color);width:100%;height:100%;color:var(--foreground-color);flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden auto}.title-context{text-align:left;color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:400;line-height:1.2}.title-context:empty{display:none}.subtitle-context{text-align:left;color:#64748b;margin:0 0 2px;font-size:12px;font-weight:400;line-height:1.2}.subtitle-context:empty{display:none}.rok-form-divider{background-color:#e2e8f0;border:none;width:100%;height:1px;margin:0 0 10px}.loading-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;overflow:hidden}.gif-overlay{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.primary-btn{font-family:var(--font-name);color:#fff;cursor:pointer;background-color:#3b82f6;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:4px 14px;font-size:12px;font-weight:500;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 2px 4px #3b82f640}.primary-btn:hover{background-color:#2563eb;box-shadow:0 4px 6px #3b82f64d}.primary-btn:active{transform:translateY(0);box-shadow:0 1px 2px #3b82f640}.secondary-btn{font-family:var(--font-name);background-color:var(--background-color);color:#475569;cursor:pointer;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;padding:4px 14px;font-size:12px;font-weight:500;transition:all .2s ease-in-out;display:inline-flex}.secondary-btn:hover{color:#0f172a;background-color:#f8fafc;border-color:#94a3b8}.secondary-btn:active{background-color:#f1f5f9;transform:translateY(0)}.submit-button-layout{flex-direction:row;justify-content:center;align-items:center;gap:10px;margin:0;display:flex}.rok-form-container{box-shadow:inset;border:2px solid #eee;border-radius:15px;flex-direction:column;gap:10px;margin:10px;padding:20px;display:flex}.brand-container{flex-direction:row;align-items:center;display:flex}.rok-form-layout{justify-content:start;align-items:start}.rok-sl-input,.rok-dropdown{font-family:var(--font-name);color:#333;border:1px solid #ccc;border-radius:4px;width:100%;min-width:300px;max-width:300px;max-height:30px;padding:5px;font-size:12px}.rok-dropdown option{background-color:var(--background-color);color:#333}.rok-sl-input:focus,.rok-dropdown:focus{border-color:var(--activegroundcolor)}.rok-form-label-space label{color:#444;white-space:nowrap;align-items:start;font-size:12px;font-weight:500;display:flex}.rok-sl-input:focus{outline:none}.rok-form-label-space{flex-direction:column;justify-content:start;align-items:flex-start;gap:4px;width:100%;height:fit-content;margin-bottom:2px;display:flex}.forgot-password-link{color:#007bff;text-align:right;margin-top:-10px;margin-bottom:15px;font-size:11px;text-decoration:underline;display:block}.forgot-password-link:hover{text-decoration:underline}.rok-help-text{color:#64748b;text-align:left;margin-top:2px;font-size:11px;display:block}
