html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

.resource-icon {
    width: 32px;
    height: 32px
}

.resource-icon-css {
    background-image: url(images/chrome-devtools/resourceCSSIcon.png)
}

.resource-icon-document {
    background-image: url(images/chrome-devtools/resourceDocumentIcon.png)
}

.resource-icon-js {
    background-image: url(images/chrome-devtools/resourceJSIcon.png)
}

.resource-icon-plain {
    background-image: url(images/chrome-devtools/resourcePlainIcon.png)
}

.resource-icon-executable {
    background-image: url(images/resourceExecutableIcon.png)
}

.resource-icon-flash {
    background-image: url(images/resourceFlashIcon.png)
}

.resource-icon-image {
    background-image: url(images/resourceImageIcon.png)
}

.resource-icon-java {
    background-image: url(images/resourceJavaIcon.png)
}

.resource-icon-not-modified {
    background-image: url(images/resourceNotModifiedIcon.png)
}

.resource-icon-redirect {
    background-image: url(images/resourceRedirectIcon.png)
}

.resource-icon-websocket {
    background-image: url(images/resourceWebSocketIcon.png)
}

.resource-icon-tcp {
    background-image: url(images/resourceTcpIcon.png)
}

.resource-icon-udp {
    background-image: url(images/resourceUdpIcon.png)
}

.resource-icon-dns {
    background-image: url(images/resourceDnsIcon.png)
}

.resource-icon-quic {
    background-image: url(images/resourceQuicIcon.png)
}

#container,#mitmproxy,body,html {
    height: 100%;
    margin: 0;
    overflow: hidden
}

#container {
    display: flex;
    flex-direction: column;
    outline: 0
}

#container>.eventlog,#container>footer,#container>header {
    flex: 0 0 auto
}

.main-view {
    flex: 1 1 auto;
    height: 0;
    display: flex;
    flex-direction: row
}

.main-view.vertical {
    flex-direction: column
}

.main-view .flow-detail,.main-view .flow-table {
    flex: 1 1 auto
}

.splitter {
    flex: 0 0 1px;
    background-color: #aaa;
    position: relative
}

.splitter>div {
    position: absolute
}

.splitter.splitter-x {
    cursor: col-resize
}

.splitter.splitter-x>div {
    margin-left: -1px;
    width: 4px;
    height: 100%
}

.splitter.splitter-y {
    cursor: row-resize
}

.splitter.splitter-y>div {
    margin-top: -1px;
    height: 4px;
    width: 100%
}

.nav-tabs {
    border-bottom: solid #a6a6a6 1px
}

.nav-tabs>a {
    display: inline-block;
    border: solid transparent 1px;
    text-decoration: none
}

.nav-tabs>a.active {
    background-color: #fff;
    border-color: #a6a6a6;
    border-bottom-color: #fff
}

.nav-tabs>a.special {
    color: #fff;
    background-color: #396cad;
    border-bottom-color: #396cad
}

.nav-tabs>a.special:hover {
    background-color: #5386c6
}

.nav-tabs-lg>a {
    padding: 3px 14px;
    margin: 0 2px -1px
}

.nav-tabs-sm>a {
    padding: 0 7px;
    margin: 2px 2px -1px
}

header {
    padding-top: 6px;
    background-color: #fff
}

header>div {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid #a6a6a6 1px;
    height: 95px;
    overflow: visible
}

.menu-group {
    margin: 0 5px 0 6px;
    display: inline-block;
    height: 95px
}

.menu-content {
    height: 79px;
    display: flow-root
}

.menu-content>a {
    display: inline-block
}

.menu-content>.btn,.menu-content>a>.btn {
    height: 79px;
    text-align: center;
    margin: 0 1px;
    padding: 12px 5px;
    border: none;
    border-radius: 0
}

.menu-content>.btn i,.menu-content>a>.btn i {
    font-size: 20px;
    display: block;
    margin: 0 auto 5px
}

.menu-content>.btn.btn-sm {
    height: 26.33333333px;
    padding: 0 5px
}

.menu-content>.btn.btn-sm i {
    display: inline-block;
    font-size: 14px;
    margin: 0
}

.menu-entry {
    text-align: left;
    height: 26.33333333px;
    line-height: 1;
    padding: .5rem 1rem
}

.menu-entry label {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0
}

.menu-entry input[type=checkbox] {
    margin: 0 2px;
    vertical-align: middle
}

.menu-legend {
    color: #777;
    height: 16px;
    text-align: center;
    font-size: 12px;
    padding: 0 5px
}

.menu-group+.menu-group:before {
    margin-left: -6px;
    content: " ";
    border-left: solid 1px #e6e6e6;
    margin-top: 10px;
    height: 75px;
    position: absolute
}

.main-menu {
    display: flex
}

.main-menu .menu-group {
    width: 50%
}

.main-menu .btn-sm {
    margin-top: 6px
}

.filter-input {
    margin: 4px 0
}

.filter-input .popover {
    top: 27px;
    left: 43px;
    display: block;
    max-width: none;
    opacity: .9
}

@media (max-width: 767px) {
    .filter-input .popover {
        top:16px;
        left: 29px;
        right: 2px
    }
}

.filter-input .popover .popover-content {
    max-height: 500px;
    overflow-y: auto
}

.filter-input .popover .popover-content tr {
    cursor: pointer
}

.filter-input .popover .popover-content tr:hover {
    background-color: hsla(209,52%,84%,.5)!important
}

.connection-indicator {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
    margin: 5px;
    opacity: 1;
    transition: all 1s linear
}

a.connection-indicator:focus,a.connection-indicator:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.connection-indicator:empty {
    display: none
}

.btn .connection-indicator {
    position: relative;
    top: -1px
}

.connection-indicator.fetching,.connection-indicator.init {
    background-color: #5bc0de
}

.connection-indicator.established {
    background-color: #5cb85c;
    opacity: 0
}

.connection-indicator.error {
    background-color: #d9534f;
    transition: all .2s linear
}

.connection-indicator.offline {
    background-color: #f0ad4e;
    opacity: 1
}

.flow-table {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.flow-table table {
    width: 100%;
    table-layout: fixed
}

.flow-table thead tr {
    background-color: #f2f2f2;
    border-bottom: solid #bebebe 1px;
    line-height: 23px
}

.flow-table th {
    font-weight: 400;
    position: relative!important;
    padding-left: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flow-table th.sort-asc,.flow-table th.sort-desc {
    background-color: #fafafa
}

.flow-table th.sort-asc:after,.flow-table th.sort-desc:after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 2px;
    background-color: rgba(250,250,250,.8)
}

.flow-table th.sort-asc:after {
    content: "\f0de"
}

.flow-table th.sort-desc:after {
    content: "\f0dd"
}

.flow-table tr {
    cursor: pointer;
    background-color: #fff
}

.flow-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.flow-table tr.selected {
    background-color: #e0ebf5!important
}

.flow-table tr.selected.highlighted {
    background-color: #7bbefc!important
}

.flow-table tr.highlighted {
    background-color: #ffeb99
}

.flow-table tr.highlighted:nth-child(even) {
    background-color: #ffe57f
}

.flow-table td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.flow-table tr.intercepted:not(.has-response) .col-method,.flow-table tr.intercepted:not(.has-response) .col-path {
    color: #ff7f00
}

.flow-table tr.intercepted.has-response .col-size,.flow-table tr.intercepted.has-response .col-status,.flow-table tr.intercepted.has-response .col-time {
    color: #ff7f00
}

.flow-table .fa {
    line-height: inherit
}

.flow-table .col-tls {
    width: 10px
}

.flow-table .col-tls-https {
    background-color: rgba(0,185,0,.5)
}

.flow-table .col-icon {
    width: 32px
}

.flow-table .col-path .fa {
    margin-left: 0;
    font-size: 16px
}

.flow-table .col-path .fa-repeat {
    color: green
}

.flow-table .col-path .fa-pause {
    color: #ff7f00
}

.flow-table .col-path .fa-exclamation,.flow-table .col-path .fa-times {
    color: #8b0000
}

.flow-table .col-method {
    width: 60px
}

.flow-table .col-version {
    width: 80px
}

.flow-table .col-status {
    width: 50px
}

.flow-table .col-size {
    width: 70px
}

.flow-table .col-time {
    width: 50px
}

.flow-table .col-timestamp {
    width: 170px
}

.flow-table .col-comment {
    width: 150px;
    padding-left: 5px
}

.flow-table td.col-comment,.flow-table td.col-size,.flow-table td.col-time,.flow-table td.col-timestamp {
    text-align: right
}

.flow-table .col-quickactions {
    width: 0;
    direction: rtl;
    overflow: hidden;
    background-color: inherit;
    font-size: 20px
}

.flow-table .col-quickactions * {
    direction: ltr
}

.flow-table .col-quickactions.hover,.flow-table tr:hover .col-quickactions {
    overflow: visible
}

.flow-table .col-quickactions>div {
    height: 32px;
    background-color: inherit;
    display: inline-flex;
    align-items: center
}

.flow-table .col-quickactions>div>a {
    margin-right: 2px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center
}

.flow-table .col-quickactions>div>a:hover {
    background-color: rgba(0,0,0,.05)
}

.flow-table .col-quickactions .fa-play {
    transform: translate(1px,2px)
}

.flow-table .col-quickactions .fa-repeat {
    transform: translate(0,2px)
}

.flow-detail {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.flow-detail nav {
    background-color: #f2f2f2
}

.flow-detail section {
    overflow-y: scroll;
    flex: 1;
    padding: 5px 12px 10px
}

.flow-detail section>footer {
    box-shadow: 0 0 3px gray;
    padding: 2px;
    margin: 0;
    height: 23px
}

.flow-detail .close-button {
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 7px;
    color: grey;
    font-size: 15px;
    border: none
}

.flow-detail .close-button:hover {
    color: #000
}

.flow-detail .first-line {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    background-color: #428bca;
    color: #fff;
    margin: 0 -8px 2px;
    padding: 4px 8px;
    border-radius: 5px;
    word-break: break-all;
    max-height: 100px;
    overflow-y: auto
}

.flow-detail .contentview {
    margin: 0 -12px;
    padding: 0 12px
}

.flow-detail .contentview .controls {
    display: flex;
    align-items: center
}

.flow-detail .contentview .controls h5 {
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0
}

.flow-detail .contentview pre button:not(:only-child) {
    margin-top: 6px
}

.flow-detail hr {
    margin: 0
}

.inline-input {
    display: inline;
    margin: 0 -3px;
    padding: 0 3px;
    border: solid transparent 1px
}

.inline-input:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,.0125),0 2px 4px rgba(0,0,0,.05),0 2px 6px rgba(0,0,0,.025);
    background-color: rgba(255,255,255,.1)
}

.inline-input[placeholder]:empty:not(:focus-visible):before {
    content: attr(placeholder);
    color: #d3d3d3;
    font-style: italic
}

.inline-input[contenteditable] {
    outline-width: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.1);
    background-color: rgba(255,255,255,.2)
}

.inline-input[contenteditable].has-warning {
    color: #ffb8b8
}

.certificate-table,.connection-table,.timing-table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all
}

.certificate-table td:nth-child(2),.connection-table td:nth-child(2),.timing-table td:nth-child(2) {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    width: 70%
}

.certificate-table tr:not(:first-child),.connection-table tr:not(:first-child),.timing-table tr:not(:first-child) {
    border-top: 1px solid #f7f7f7
}

.certificate-table td,.connection-table td,.timing-table td {
    vertical-align: top
}

.connection-table td:first-child {
    padding-right: 1em
}

.headers,.trailers {
    position: relative;
    min-height: 2ex;
    overflow-wrap: break-word
}

.headers .kv-row,.trailers .kv-row {
    margin-bottom: .3em;
    max-height: 12.4ex;
    overflow-y: auto
}

.headers .kv-key,.trailers .kv-key {
    font-weight: 700
}

.headers .kv-value,.trailers .kv-value {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

.headers .inline-input,.trailers .inline-input {
    background-color: #fff
}

.headers .kv-add-row,.trailers .kv-add-row {
    opacity: 0;
    color: #666;
    position: absolute;
    bottom: 4px;
    right: 4px;
    transition: all .1s ease-in-out
}

.headers:hover .kv-add-row,.trailers:hover .kv-add-row {
    opacity: 1
}

.connection-table td,.timing-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

dl.cert-attributes {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 0
}

dl.cert-attributes dd,dl.cert-attributes dt {
    text-overflow: ellipsis;
    overflow: hidden
}

dl.cert-attributes dt {
    flex: 0 0 2em
}

dl.cert-attributes dd {
    flex: 0 0 calc(100% - 2em)
}

.dns-request table td,.dns-request table th,.dns-response table td,.dns-response table th {
    padding-right: 1rem
}

.flowview-image {
    text-align: center;
    padding: 10px 0
}

.flowview-image img {
    max-width: 100%;
    max-height: 100%
}

.edit-flow-container {
    position: fixed;
    right: 20px
}

.edit-flow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    z-index: 10000;
    background-color: rgba(255,255,255,.7);
    border: solid 2px rgba(248,145,59,.7);
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    transition: all .1s ease-in-out
}

.edit-flow:hover {
    background-color: rgba(239,108,0,.7);
    color: rgba(0,0,0,.8);
    border: solid 2px transparent
}

.eventlog {
    height: 200px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column
}

.eventlog>div {
    background-color: #f2f2f2;
    padding: 0 5px;
    flex: 0 0 auto;
    border-top: 1px solid #aaa;
    cursor: row-resize
}

.eventlog>pre {
    flex: 1 1 auto;
    margin: 0;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: scroll;
    background-color: #fcfcfc
}

.eventlog .fa-close {
    cursor: pointer;
    float: right;
    color: grey;
    padding: 3px 0;
    padding-left: 10px
}

.eventlog .fa-close:hover {
    color: #000
}

.eventlog .btn-toggle {
    margin-top: -2px;
    margin-left: 3px;
    padding: 2px 2px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 2px
}

.eventlog .label {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-left: 3px
}

footer {
    box-shadow: 0 -1px 3px #d3d3d3;
    padding: 0 0 4px 3px
}

footer .label {
    margin-right: 3px
}

.CodeMirror {
    border: 1px solid #ccc;
    height: auto!important
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0!important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor-mark {
    background-color: rgba(20,255,20,.5);
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite
}

.cm-animate-fat-cursor {
    width: auto;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta {
    color: #555
}

.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error {
    color: red
}

.cm-invalidchar {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll!important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: 0;
    position: relative
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: 0
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: 0 0!important;
    border: none!important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: 0
}

.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255,255,0,.4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ''
}

span.CodeMirror-selectedtext {
    background: 0 0
}

.contentview .header {
    font-weight: 700
}

.contentview .highlight {
    font-weight: 700
}

.contentview .offset {
    color: #00f
}

.contentview .codeeditor {
    margin-bottom: 12px
}

.contentview .Token_Name_Tag {
    color: #006400
}

.contentview .Token_Literal_String {
    color: #b22222
}

.contentview .Token_Literal_Number {
    color: purple
}

.contentview .Token_Keyword_Constant {
    color: #00f
}

.modal-visible {
    display: block
}

.modal-dialog {
    overflow-y: initial!important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.dropdown-menu {
    margin: 0!important;
    max-height: 250px;
    overflow-y: scroll
}

.dropdown-menu>li>a {
    padding: 3px 10px
}

.command-title {
    background-color: #f2f2f2;
    border: 1px solid #aaa
}

.command-result {
    display: block;
    margin: 0;
    background-color: #fcfcfc;
    height: 100px;
    max-height: 100px;
    overflow: auto
}

.command-suggestion {
    background-color: #9c9c9c
}

.argument-suggestion {
    background-color: hsla(209,52%,84%,.5)!important
}

.command>.popover {
    display: block;
    position: relative;
    max-width: none
}

.available-commands {
    overflow: auto
}

.wireguard-config {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center
}

.wireguard-config>* {
    margin: 0
}

/*# sourceMappingURL=app.css.map */
