@font-face {
    font-family: "Consolas";
    font-weight: bold;
    src: url('Consolas.ttf');
}

body {
    font-family: "Consolas", Helvetica, Arial, sans-serif;
}

.toast-success {
  background-color: #23d160 !important;
}

.tag:not(body).is-danger.is-outlined {

    background-color: #fff !important;
    color: #ff3860 !important;
    border: 1px solid #ff3860 !important;

}

.tag:not(body).is-success.is-outlined {

    background-color: #fff !important;
    color: #23d160 !important;
    border: 1px solid #23d160 !important;

}


.tag:not(body).is-info.is-outlined {

    background-color: #fff !important;
    color: #209cee !important;
    border: 1px solid #209cee !important;

}


#search-bar {
    min-width: 20em;
}

.vm-status-tags span {
    margin-bottom: 1em;
}

.vmlog-content {
  background-color: black;
  color: white;
  font-size: 0.8em;
  height: 32em;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word !important;
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  padding-bottom: 0;
}

.vmlog {
    width: 100%;
}

.vmlog-content-full {
  background-color: black;
  color: white;
  font-size: 0.8em;
  height: 64em;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word !important;
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  padding-bottom: 0;
}

.vmlog .card-header-title {
    padding: 0.2em;
    font-size: 0.8em;
}

.vmlog .card-content{
    padding: 0.2em;
}

#ocmd-output {
    background-color: black;
    color: white;
    font-size: 0.9em;
    height: 45%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 2em;
}

#ocmd-preview {
  margin-top: 1em;
  color: red;
  font-weight: bold;
}


.margin-top-2 {
  margin-top: 2em;
}

#graph-modal-content {
  width: 100% !important;
  overflow-x: hidden;
}

.logs {
  padding-left: 1em;
  padding-right: 1em;
}

.section {
  padding-top: 1rem !important;
}


.card-content.vm-content {
  padding: 0.5rem 0.8rem !important;
}

div.pane > div.card, div.pane > div.card >div.card-header {
  box-shadow: none !important;
}

.table.bulk {
  font-size: 0.8em;
}

.modal-card.is-large {
    width: 75% !important;
    height: 95% !important;
}