#app .layout-header{display:flex;align-items:center;justify-content:flex-end;padding-right:50px;color:#f5f5f5}#app .layout-header__admin{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}#app .layout-header__admin-info{line-height:28px}#app .layout-header__language-select{width:96px;margin-left:36px}#app .layout-header__logout{margin-left:36px;font-size:24px;cursor:pointer}.logo[data-v-fb76235b]{height:42px;margin:12px;background-image:url(/assets/logo-CDIvhSDK.svg);background-repeat:no-repeat;background-position:center}.login-form[data-v-a86e2773]{margin-top:24px}.login-form__input-icon[data-v-a86e2773]{color:#00000040}.login-form__submit[data-v-a86e2773]{width:100%}.login-modal__logo[data-v-a86e2773]{height:84px;margin:0 0 24px}.layout{height:100%}.layout__content{padding:24px;overflow-y:scroll;background-color:#fff}body{height:100vh;padding:0;margin:0;overflow-y:hidden}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-transition:background-color 0s 600000s,color 0s 600000s;transition:background-color 0s 600000s,color 0s 600000s}td{word-break:break-all}.ant-breadcrumb{display:flex;align-items:center}.ant-form-row{align-items:center!important}.ant-form-row .ant-form-item-label{white-space:normal!important}.ant-form-row .ant-form-item-label>label{height:unset!important;margin-right:8px!important}.ant-form-row .ant-form-item-label>label:after{content:none!important}.ant-message-notice-content{max-width:500px}.ant-table-hide-scrollbar{overflow:hidden!important}.turms-card{box-shadow:#00000014 0 1px 4px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#fafafa}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.content-modal-form__date-picker{width:100%}.content-modal-form__error{margin-bottom:16px;margin-left:8px;color:red}.content-modal-form .dynamic-input{width:90%;margin-right:8px}.content-modal-form .dynamic-input__add{width:60%}.content-action-group{display:flex;flex-wrap:wrap}.content-action-group__action{display:flex;flex-wrap:wrap;margin-right:18px;margin-bottom:18px}.search-filter{margin-right:18px!important;margin-bottom:18px!important}.search-filter__input{width:200px!important}.search-filter__select{min-width:140px;max-width:260px}.search-filter__date-picker{width:250px}.content-filter-group{display:flex;flex-wrap:wrap}.content-table__close-icon{color:#cf1322}.content-table__check-icon{color:#52c41a}.content-template{display:flex;flex-direction:column}.client-terminal-autocomplete{position:absolute;z-index:100;width:400px;max-width:400px;max-height:240px;overflow-y:auto;background-color:#454545;border-radius:2px}.client-terminal-autocomplete__item{display:flex;align-items:center;justify-content:space-between;height:24px;padding:0 8px;overflow-x:hidden;font-family:Consolas,Monaco,serif;color:#fff;white-space:nowrap;cursor:pointer}.client-terminal-autocomplete__item:hover{background-color:#113a5c}.client-terminal-autocomplete__item--selected{background-color:#515457}.client-terminal-autocomplete__item-name{margin-left:8px}.client-terminal-autocomplete__item-group{display:flex}.client-terminal-autocomplete__item-group:not(:first-of-type){margin-left:16px}.client-terminal-autocomplete::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:0}/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
*   Fabrice Bellard's javascript vt100 for jslinux:
*   http://bellard.org/jslinux/
*   Copyright (c) 2011 Fabrice Bellard
*   The original design remains. The terminal itself
*   has been extended to include xterm CSI codes, among
*   other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.client-terminal{display:flex;flex-direction:column;height:100%}.client-terminal__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 12px;font-size:16px;font-weight:500;color:#777;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:4px 4px 0 0}.client-terminal__header-setting{margin-left:16px;cursor:pointer}.client-terminal__container{height:100%}.client-terminal .xterm{padding:8px}.client-terminal .xterm-viewport{width:100%!important;overflow:hidden}.client-terminal-pane{display:flex;width:100%;height:100%}.client-terminal-pane__cli-terminal,.client-terminal-pane__notification-terminal{flex-grow:1;max-width:50%}.client-terminal-pane__notification-terminal{margin-left:8px}.cluster-config-wrapper{position:relative;display:inline-block;width:100%;padding:26px 32px;margin:0 0 16px;font-size:14px;line-height:2;color:#314659;border:1px solid #ebedf0;border-radius:0 0 2px 2px}.cluster-config-wrapper h4{position:absolute;top:-14px;width:auto;padding:0 8px;margin-left:-8px;font-size:14px;color:#777;background:#fff;border-radius:2px 2px 0 0}.cluster-config-wrapper p{width:100%;padding-right:25px;margin:.5em 0;font-size:12px;word-break:break-word}.cluster-config-item{display:flex;align-items:center}.cluster-config-item:not(:last-child){margin-bottom:12px}.cluster-config-item__info{margin-right:12px;line-height:2}.cluster-config-item__name{margin-right:18px}.cluster-config-item__name--deprecated{text-decoration:line-through}.cluster-config-item__immutable-icon{color:#cf1322}.cluster-config-item__input{min-width:200px;max-width:550px}.cluster-config-item__input-number{width:150px}.cluster-config-item__item-select{width:100%}.cluster-config-item__rollback{margin-left:16px;color:#314659;cursor:pointer}.cluster-config-pane{width:100%}.cluster-config{display:flex;flex-direction:column}.cluster-config__refresh{margin-right:36px}.cluster-config__action-group{position:fixed;right:48px;bottom:36px;display:flex}.cluster-config__action-group__item{margin-left:12px}.cluster-dashboard-header{display:flex;justify-content:space-between;height:82px;padding:12px 32px;margin:-24px -24px 0;background:#fff}.cluster-dashboard-header__card-container{display:flex}.cluster-dashboard-header__card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-right:64px}.cluster-dashboard-header__card-title{font-size:16px;color:#697b85}.cluster-dashboard-header__card-content{font-size:18px;font-weight:600}.cluster-dashboard-header__last-updated-time{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cluster-dashboard-header__last-updated-time .cluster-dashboard-header__card-content{font-size:16px}.cluster-dashboard-actions{display:flex;justify-content:space-between}.cluster-dashboard-actions__action{margin-left:12px}.progress-bar{height:1.2rem;background:#d1e1eb}.progress-bar__progress{height:100%;background:#4adf73}.cluster-dashboard-overview__health-status-icon{margin-right:4px}.cluster-dashboard-overview__metrics-container{width:370px!important;min-width:inherit!important;table-layout:fixed}.cluster-dashboard-overview__metrics-container tr th{width:64px}.cluster-dashboard-overview__metrics-container tr td:nth-child(2){width:135px}.cluster-dashboard-overview__metrics-container tr td:nth-child(3){width:110px}.cluster-dashboard-overview__metrics-container tr td:nth-child(4){width:60px}.cluster-dashboard-overview__metric-name{font-weight:600}.cluster-dashboard-server-details__metric-item{margin-bottom:12px!important}.cluster-dashboard-server-details__metric-item-title{font-weight:600}.cluster-dashboard-server-details__metrics-select{width:300px;max-width:300px}.cluster-dashboard-server-details__metrics-select-dropdown{max-height:50vh!important}.cluster-dashboard-server-details__chart-metrics{margin-bottom:12px}.cluster-dashboard-actions{margin-top:12px;margin-bottom:12px}.content-online-user[data-v-e85a3fb5]{display:flex;flex-direction:column}.search-filter-id[data-v-e85a3fb5]{max-width:200px}.search-button[data-v-e85a3fb5]{margin-bottom:18px}.zhixun-admin-password__form[data-v-e45edc6b]{max-width:420px}.zhixun-calls__toolbar[data-v-cf22670b]{display:flex;gap:12px;margin-bottom:16px}.zhixun-calls__input[data-v-cf22670b]{width:240px}.zhixun-invite__toolbar[data-v-d8159b69]{display:flex;gap:12px;margin-bottom:16px}.zhixun-invite__input[data-v-d8159b69]{width:320px}.zhixun-system__toolbar[data-v-f57e1a38]{margin-bottom:16px}.zhixun-system__json[data-v-f57e1a38]{margin-top:16px;padding:12px;overflow:auto;background:#f6f8fa}.zhixun-user-detail__toolbar[data-v-c655dd89]{display:flex;gap:12px;margin-bottom:16px}.zhixun-user-detail__form[data-v-c655dd89],.zhixun-user-detail__password[data-v-c655dd89],.zhixun-user-detail__table[data-v-c655dd89]{margin-top:18px}.zhixun-user-detail__password[data-v-c655dd89]{max-width:520px}.zhixun-user-detail__json[data-v-c655dd89]{max-width:260px;max-height:90px;margin:0;overflow:auto;white-space:pre-wrap}.zhixun-users__toolbar[data-v-b0dbda83]{display:flex;gap:12px;margin-bottom:16px}.zhixun-users__search[data-v-b0dbda83]{width:420px;max-width:100%}
