<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #f0f3f4;
  margin: 0;
}

.environment_machines {
  display: inline-flex;
  margin: 1rem 0;
}

.env_content {
  display: block;
}

.vm_section {
  display: flex;
  position: relative;
  background: #fff;
  margin: 1rem 0;
  padding: 2.5rem 0;
  border: 1px groove #000000;
}

.vm_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.powered_on {
  background-color: #caffc3;
}

.powered_off {
  background-color: #dbdbdb;
}

.running {
  background-color: #fbf986;
}

.suspended {
  background-color: #e07777;
}

.errored {
  background-color: #e00000;
}

.vm_box_title {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  min-height: 2em;
  max-height: 4rem;
  white-space: wrap;
  background-color: #ffffff;
}

.vm_box {
  border: 1px groove #3d3d3d;
  margin: 0.5rem;
  min-width: 17rem;
  max-width: 17rem;
}

.vm_box_head {
  display: flex;
  flex-direction: row;
  padding-left: 0.5rem;
}

.vm_box_power_state {
  display: flex;
  padding-left: 0.5rem;
}

.vm_box_vm_id {
  display: flex;
  vertical-align: middle;
  font-size: 0.75rem;
  justify-content: flex-start;
  align-items: center;
}

.vm_box_actions {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
}

.vm_box_state_control,
.vm_box_guest_state_control {
  display: inline-flex;
  background-color: #ffffff;
  text-align: center;
  margin: 0px;
}

.vm-icon-btn,
.vm-icon-btn svg {
  width: 2rem;
  height: 2rem;
}

.vm_box_preview {
  height: 12rem;
  padding-top: 0.55rem;
  border-bottom: 1px outset #000000;
}

.vm_box {
  background-color: transparent;
}

.vm_box_power_state .powered_on,
.vm_box_preview .powered_on,
.vm_box .powered_on {
  background-color: #caffc3!important;
}

.vm_box_power_state .running,
.vm_box_preview .running,
.vm_box .running {
  background-color: #fbf986!important;
}

.vm_monitor_frame {
  background-color: #ababab;
  border-radius: 1rem;
  height: 9rem;
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
}

.vm_monitor_content {
  background-color: #000000;
  background-size: cover;
  height: 8rem;
  width: 10rem;
  margin: 0.5rem;
  position: relative;
  top: 0.5rem;
  border-radius: 0.55rem;
}

.vm_monitor_stand {
  background-color: #ababab;
  border-radius: 0.55rem;
  height: 0.55rem;
  width: 8rem;
  margin-top: 0.55rem;
  margin-left: auto;
  margin-right: auto;
}

.vm_box_section {
  background: #3d3d3d;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0.5rem;
}

.vm_box_stat {
  display: inline-block;
  margin: 0rem;
}

.vm_box_stat_head,
.vm_box_stat_val {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  fill: #f0f3f4;
}

.vm-properties {
  background: #f0f3f4;
  padding: 0.5rem;
  font-size: 0.75rem;
}

.vm-link {
  display: inline-block;
  height: 1rem;
  width: 100%;
  text-decoration: none;
}

.vm-interfaces {
  display: inline-block;
  width: 100%;
}

.vm-networking-interfaces {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0.25rem;
  width: 100%;
}

.vm-networking {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.25rem;
  color: #000000;
}

.vm-secondary-actions {
  background: #f0f3f4;
  border-top: 1px outset #000000;
  padding: 0.5rem;
}

.vm_loading {
  visibility: visible;
}

.vm_loaded {
  visibility: hidden;
  display: none;
}</pre></body></html>