<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Red Hat Text", Arial, sans-serif;
}

.first-level-fields {
    display: block;
}

.second-level-fields {
    display: none;
}

.terminal-window {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    height: 549px;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: 0 0 3px 0px rgb(40, 42, 54);
}

.terminal-header {
    background: #e0e8f0;
    height: 30px;
    border-radius: 8px 8px 0 0;
    padding-left: 10px;
    position: relative;
}

.terminal-header::after {
    content: "Choose the CNI and network flow to obtain the packet capture points";
    display: block;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.terminal-button {
    width: 12px;
    height: 12px;
    margin: 10px 4px 0 0;
    display: inline-block;
    border-radius: 50%;
}

.green {
    background: #3bb662;
}

.yellow {
    background: #e5c30f;
}

.red {
    background: #e75448;
}

.terminal-body {
    font-family: "Red Hat Text", Arial, sans-serif;
    color: black;
    background: white;
    opacity: 0.9;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 30px;
    bottom: 0;
    overflow: auto;
}</pre></body></html>