@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("google-material-icon.woff2") format("woff2");
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  background-color: black;
  color: lightgrey;
  font-family: Verdana, sans-serif;
}

div.container {
  height: 100%;
  width: 100%;
  position: relative;
  margin-left: 5px;
  padding-right: 12px;
}

.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left {
  justify-content: left;
  text-align: left;
  padding-left: 5px;
}

.title {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

div.content {
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

div.bodypart-text {
  width: 45%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

div.bodypart-select {
  width: 55%;
}

.row-order {
  width: 13%;
}

.extra-data-ctrl {
  width: 14%;
}

.flexbox {
  display: flex;
}

.flex-box {
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.full-height {
  height: 100%;
}

.almost-full-height {
  height: 98%;
}

.full-width {
  width: 100%;
}

.full-width-height {
  width: 100%;
  height: 100%;
}

.data-info {
  justify-content: left;
  text-align: left;
  width: 100%;
  display: flex;
}

.almost-full-width {
  width: 95%;
}

.ninty-width {
  width: 90%;
}

.eight-width {
  width: 80%;
}

.half-width {
  width: 50%;
}

.small-text {
  font-size: 0.5rem;
}

.small-mid-text {
  font-size: 0.65rem;
}

.mid-text {
  font-size: 0.7rem;
}

.mini-half-width {
  width: 48%;
}

.one-third-width {
  width: 33.3%;
}

.two-third-width {
  width: 66.6%;
}

div.disconnect {
  display: inline-flex;
  padding-right: 3px;
  /*padding-left: 9px;*/
}

.padright-5px {
  padding-right: 5px;
}

.pad-left-right-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.ble-conn {
  float: left;
  margin: 5px;
}

div.device-info {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

div.data-ctrl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

div.polar-sensor-row {
  height: 12.5%;
  min-height: 115px;
}
div.float-left {
  float: left;
}

div.polar-sensor-left-panel {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

select.dark-select {
  background-color: #181a1b !important;
  /*width: 95% !important;*/
  color: #e8e8e8;
}

.form-switch {
  margin: 0;
}
