body{--s:2px;--c1:#403f3f;--c2:#555454;background:repeating-conic-gradient(var(--c1)0 25%,#0000 0 50%)0 0/calc(4*var(--s))calc(2*var(--s)),conic-gradient(#0000 50%,var(--c2)0)calc(var(--s)/2)0/calc(2*var(--s))1%,radial-gradient(var(--c2)70%,var(--c1)72%)0 0/var(--s)var(--s);--dialog-border:2px;--dialog-actions-bg:#a9a8a8;--dialog-actions-border-color:#9d9d9d;--dialog-header-bg:#999;--dialog-header-bg2:#aaa;--dialog-header-bg3:#bbb;--dialog-header-fg:#555;--dialog-table-border-color:#999898;--table-header-bg:#363434;--table-header-border-color:#7f7f7f;--table-header-fg:white;--table-row-bg:#595858;--table-row-fg:white;--table-row-bg2:#494949;--table-border-color:#363434;margin:0;padding:0;font-family:Roboto,sans-serif}a,a:visited{color:#fff;text-decoration:none}.r{display:flex}.c{flex-direction:column;display:flex}.e{flex:1;width:100%}.nav-link{padding:20px}main{color:#fff;flex-direction:column;flex:1;align-content:flex-start;height:100%;display:flex}.header-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background-color:#121212ce;border-bottom:1px solid #6f6f6f;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.grid-3{grid-template-columns:1fr 1fr 1fr;align-items:center;display:grid}@keyframes header-container-log{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.header-container .logo{background:#605f5fe1;border:1px solid #777;border-left:0;border-radius:0 30px 30px 0;padding:4px 20px 0 10px;font-family:Anek Devanagari,sans-serif;display:flex;position:static;right:200px}.header-container .logo:hover{animation:1s header-container-log}.nav-items{justify-content:space-between;align-items:center;display:flex}.nav-item{list-style:none}.app-container{background:radial-gradient(circle,#8e8e8ed1 0%,#65656549 100%);flex-direction:column;width:100%;min-height:100vh;display:flex}.fit-content{width:fit-content;margin:auto}.sm.pd{padding:6px}.card{color:#fff;background-color:#ffffff17;border:1px solid #a0a0a0;border-radius:5px;flex-direction:column;width:fit-content;margin:auto;display:flex;box-shadow:0 0 5px #00000080}.card .header{background-color:#c1c1c136;border-bottom:1px solid #7f7f7f}.card .header h1{text-align:center;font-size:1rem}.card.f-lg{scale:1.5}.card .body{padding:20px}.card .actions{background:#d2d2d21a;border-top:1px solid #757575;flex-direction:row;width:calc(100% - 6px);padding:3px;display:flex}.form-group{flex-direction:row;align-items:center;margin-bottom:10px;display:flex}.form-group label{text-align:right;width:100px;margin-right:10px}.alert{border:1px solid #a49999}.alert.alert-danger{color:#fff;background-color:#8f5a5a;border-radius:5px;margin:10px;padding:10px}.alert.alert-success{color:#fff;background-color:#326039;border-radius:5px;margin:10px;padding:10px}.btn.btn-primary{color:#fff;background:#555;border:1px solid #979797;border-radius:4px;padding:4px}.pointer{cursor:pointer}.he{flex:1;height:100%}.v-center{align-content:center}.r.v-center{align-items:center}.we{width:100%}.wmx{width:100vw!important}.table-container{position:relative}.table.border td:first-child{border-left:2px solid var(--table-border-color)}.table.border td:last-child{border-right:2px solid var(--table-border-color)}.table.sticky th{position:sticky;top:52px}.table.sticky0 th{position:sticky;top:0}.table.with-caption.sticky th.caption{position:sticky;top:49px}.table.with-caption.sticky th{position:sticky;top:90px}.table{border-collapse:collapse;width:100%;margin:10px}.table.small *{font-size:.7rem}.table td.td-sm{width:30px;font-size:1.2rem}.table td.td-sm *{font-size:1.2rem}.table th{background-color:var(--table-header-bg);color:var(--table-header-fg);border:0px solid var(--table-header-border-color);height:30px;padding:10px}.table td{border:1px solid var(--table-row-bg);padding:10px}.table th.caption{border-top-left-radius:10px;border-top-right-radius:10px;height:30px}.table.striped tr:nth-child(2n) td{background-color:var(--table-row-bg)}.table.striped tr:nth-child(odd) td{background-color:var(--table-row-bg2)}.wrap{flex-wrap:wrap}.g10{gap:10px}.g20{gap:20px}.center{text-align:center}.right{text-align:right}.no-margin{margin:0}.flat,.flat th{border-radius:0!important}.bottom-fixed{position:fixed;bottom:0;left:0}.filters-box{background:#333;border-top:1px solid #111;gap:20px;width:calc(100vw - 20px);padding:10px;font-size:.8rem;display:flex}.x-small .material-symbols-outlined{font-size:12px}.align-right{justify-content:flex-end}.selected{background:#555}.rounded{border-radius:5px}.bg-dk{background:#111}.selected.bg-dk{background:#6a380c}.dialog{z-index:1000;grid-template-rows:30px auto 30px;width:100vw;height:80vh;margin:auto;display:grid;position:fixed;top:10px;left:10px;box-shadow:0 0 3px #ffffff80,0 0 10px 4px #00000080}.dialog.bg{width:calc(100vw - 20px);height:calc(100vh - 20px);position:fixed;top:10px;left:10px}.dialog-content{border-left:var(--dialog-border)solid white;border-right:var(--dialog-border)solid white;background:var(--dialog-header-bg);flex-direction:column;width:auto;height:100%;display:flex;overflow:auto}.dialog-header{background:var(--dialog-header-bg);color:var(--dialog-header-fg);text-align:center;border-left:var(--dialog-border)solid white;border-right:var(--dialog-border)solid white;border-top:var(--dialog-border)solid white;text-shadow:0 0 2px #fff;border-top-left-radius:10px;border-top-right-radius:10px;place-content:center;align-items:center;padding:6px;display:flex}.dialog-header .dialog-title{text-align:center;flex:1}.dialog-actions{background-color:var(--dialog-actions-bg);border-top:1px solid var(--dialog-actions-border-color);border-left:var(--dialog-border)solid white;border-right:var(--dialog-border)solid white;border-bottom:var(--dialog-border)solid white;justify-content:space-between;display:flex}.dialog th{background-color:var(--dialog-header-bg);color:var(--dialog-header-fg)}.dialog td{color:var(--dialog-header-fg);background-color:var(--dialog-header-bg2)!important}.dialog tr:nth-child(2n) td{background-color:var(--dialog-header-bg3)!important}.dialog td{border:1px solid var(--dialog-table-border-color)}.sm.mr{margin:6px}.md.mr{margin:12px}input.big{padding:4px;font-size:1.4rem}.dialog.small-300{border-radius:12px;width:300px;height:auto;margin:auto;top:calc(50vh - 150px);left:calc(50vw - 150px)}.dialog.rounded .dialog-actions{border-bottom-right-radius:12px;border-bottom-left-radius:12px;height:32px;padding:8px}.http-status-tag{border-radius:5px;padding:4px;font-size:.8rem}.http-status-tag.http-200{color:#fff;background:#2e7d32}.http-status-tag.http-300{color:#fff;background:#1976d2}.http-status-tag.http-400{color:#fff;background:#d25719}.http-status-tag.http-500{color:#fff;background:#d21919}.server-tag{color:#333;background-color:#ddd;border-radius:3px;padding:2px 4px}.server-tag.santiago{background-color:#5e93e2}.server-tag.dfg{background-color:#8daff4}.server-tag.cws{background-color:#d6741d}.server-tag.gstoredev{background-color:#74c548}.server-tag.ckblastplus{color:#fff;background-color:#27540c}.server-tag.ets{background-color:#0e5fa5}.server-tag.orq{background-color:#ffe851}.server-tag.monitor{color:#fff;background-color:#770406}.server-tag.aura{color:#fff;background-color:#2c47a2}.server-tag.bidegi{color:#fff;background-color:#ba7a0c}.server-tag.avisap{color:#fff;background-color:#228c29}.server-tag.geospatial{background-color:#2ddfd0}.server-tag.minetrack{color:#fff;background-color:#b64518}.server-tag.geolab{color:#fff;background-color:#2a56a7}input.search{background:#fff1d0;border:1px solid #4b4b4b;border-radius:14px;padding:4px}.tooltip{cursor:pointer}.tooltip-content{display:none}.tooltip:hover .tooltip-content{color:#fff;z-index:1000;background:#333;border:1px solid #222;border-radius:5px;padding:10px;display:block;position:absolute}.vertical-list{flex-direction:column;gap:3px;padding:3px;display:flex}.vertical-list .item{background-color:#444;width:100%;display:flex}.vertical-list .item .title{background-color:#666;width:30%;padding:10px}.vertical-list .item .content{text-align:right;width:70%;padding:10px}.logs-area{background:radial-gradient(#d9d9d9,#b6b6b6,#949494);width:auto;height:100%;font-family:monaco}.filters-box .rounded{background:#211d1d;border-radius:12px;padding-left:10px;padding-right:10px}.app-tag{background:#888;border:1px solid #ccc;border-radius:4px;padding:4px}.app-tag.Minetrack{color:#fff;background:#db7210;border:1px solid #efac59}.app-tag.CubiAstur{color:#fff;background:#482d14;border:1px solid #787878}.app-tag.AvisAp{color:#fff;background:#0f8919;border:1px solid #459f3d}.app-tag.Aura{color:#fff;background:#373da4;border:1px solid #3f4ae6}
/*# sourceMappingURL=index.140b5768.css.map */
