:root{--blue: #1f3f6f;--grey: #5f5f5f;--red: #d84a49}#root{padding:18px;background-color:#d1d1d1}.app{width:100%;height:100%}@media only screen and (min-width: 720px){#root{padding:30px}}.login{display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;align-items:center}.login input{padding:4px;border-radius:4px;border:0;outline:none}.login label{font-weight:700}.login button{padding:4px 16px;color:#fff;font-size:14px;height:28px;border:none;outline:none;cursor:pointer;border-radius:4px;background-color:#2f2fc9}.login button:hover{background-color:#4545bd}.alerting_panel{width:100%;height:100%}.table_header{background-color:var(--blue)!important;color:#fff!important;font-weight:700!important;text-align:left!important;border:1px solid rgb(197,197,197)}.table_header_sticky{position:sticky;left:0;z-index:3!important}.table_row{border:1px solid rgb(224,224,224)}.red{background:var(--red)!important;color:#fff!important}.white{background:#fff!important;color:#000!important}.table_row_sticky{border:1px solid rgb(224,224,224);position:sticky!important;left:0}@media only screen and (min-width: 720px){.table_row_sticky{background:transparent;left:unset!important}.table_header_sticky{left:unset}}.panel{background-color:#fff;width:100%;height:100%}.panel .logout_button{padding:4px}.panel .logout_button button{background:var(--blue);color:#fff;height:36px;border:none;padding:0 16px;cursor:pointer;border-radius:4px}.panel .logout_button button:hover{background:#2f4a74;color:#fff;height:36px;border:none;padding:0 16px}@media only screen and (min-width: 720px){.panel{padding:42px}}.panel_overlay{display:flex;justify-content:center;align-items:center;background:#505050cc;backdrop-filter:blur(8px);color:#fff;font-weight:700;font-size:18px;width:100%;height:100%;position:absolute;cursor:pointer;z-index:100;top:0;left:0}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}#root{width:100%;height:100%}
