.footer {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  font-weight: bold;
  left: 0;
  vertical-align: middle;
  font-size: 0.8vw;
  height: 20px;
}

.sub-footer1,
.sub-footer2,
.sub-footer3 {
  width: 50%;
  padding-left: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.sub-footer4 {
  text-align: center;
  width: 50%;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.sub-footer5 .footer-credit {
  text-align: right;
  width: 100%;
  padding-right: 5px;
}

.sub-footer5 {
  width: 100%;
  text-align: right;
  /* min-width: 350px; */
}

label.footer-chanel {
  color: #0068bb;
  padding-left: 5px;
}

label.footer-status,
label.footer-session,
label.footer-orderdate {
  color: #f47d31;
  padding-left: 5px;
}
