<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  font-family: "IBM Plex Sans";
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  min-height: 100%;
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

.bx--header {
  position: relative;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.input-row {
  display: flex;
  align-items: flex-end;
  width: 70%;
}

.input-form {
  margin-right: 2rem;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border: 0;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

#fnKeyPad {
  display: none;
}

.control_bar_wrapper {
  position: relative;
  z-index: 9;
  display: block;
  width: max-content;
}

#control_bar {
  position: fixed;
  z-index: 10;
  top: 3rem;
  background-color: #0c0d23;
  border-radius: 6px;
  padding: 1px 5px 3px 5px;
}

#control_bar_hidden {
  display:none;
}

.centered {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}

.control_bar_button {
  background-color: #b6e3ff;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 3px;
  vertical-align: bottom;
}

.control_bar_button:hover {
  background-color: #49e1f3;
}

.window_title {
  position: absolute;
  display: inline;
  left: 5px;
  top: 3px;
  font-size: 14px;
  border-bottom: 2px dotted #6b6b1b;
  font-weight: bold;
}

.close_button {
  position: absolute;
  display: inline;
  right: 5px;
  top: 2px;
  background-color: transparent;
  font-size: 14px;
}

.close_button:hover {
  color: #1829a7;
}

.window_control_bar {
  position: fixed;
  z-index: 5;
  display: block;
  top: 6rem;
  padding: 0px;
  height: 100px;
  width: 400px;
  background-color: #8dcdcf;
  border-radius: 6px;
  text-align: center;
  padding-top: 24px;
}

.keyboard_control_bar {
  position: fixed;
  z-index: 4;
  display: block;
  top: 34px;
  padding: 0px;
  height: 100px;
  width: 400px;
  background-color: #8dcdcf;
  border-radius: 6px;
  text-align: center;
  padding-top: 24px;
}

.icon_latency {
  display: inline-block;
  background-image: url('../img/latency_icon.svg');
  background-repeat: no-repeat;
  height: 17px;
  width: 20px;
  background-size: auto 580%;
  background-position: 0px 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
}

.bar_4 {
  background-position: 0px -4%;
}

.bar_3 {
  background-position: 0px 23%;
}

.bar_2 {
  background-position: 0px 49%;
}

.bar_1 {
  background-position: 0px 74%;
}

.bar_0 {
  background-position: 0px 100%;
}

#window_resize_bar {
  display: none;
  height: 25%;
  width: 15%;
}

#keyboard_bar {
  display: none;
  height: 10rem;
  width: 100%;
}

#window_clipboard_bar {
  display: none;
  height: 20%;
  width: 25%;
}

#window_send_text_bar {
  display: none;
  height: 20%;
  width: 25%;
}

#send_text_text,
#clipboard_text {
  width: 400px;
  height: 100px;
}

#label_send_text_window,
#label_clipboard_window {
  width: 420px;
}

.clipboard_note {
  font-size: 13px;
  margin-top: 7px;
  text-decoration: underline;
  font-style: italic;
}

#window_resize_bar .control_bar_button {
  background-color: #8ee3e6;
  margin: 3px 2px;
}

#window_resize_bar .control_bar_button:hover {
  background-color: #68c098;
}

#control_bar_toggle {
  position: fixed;
  z-index: 6;
  display: block;
  top: 5rem;
  padding: 0px;
  height: 14px;
  width: 400px;
  border-radius: 6px;
}

.control_bar_toggle_controlbar {
  background-color: #8fc2b2;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 0px;
  font-size: 10px;
}

.control_bar_toggle_controlbar:hover {
  background-color: #68c098;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000000;
}

.tooltip .tooltiptext {
  position: absolute;
  z-index: 6;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 160px;
  top: 120%;
  left: 50%;
  margin-left: -80px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#draggable {
  width: 500px;
  height: 100px;
  border: 1px solid #1829a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  cursor: move;
  display: none;
}

.vmpowerstate {
  position: relative;
  z-index: 1;
}

#wmksContainer {
  position: absolute;
  z-index: 2;
  border: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#console-warning {
  width: 100% !important;
  margin-top: 0!important;
  margin-bottom: 0!important;
  margin-right: 0!important;
}</pre></body></html>