.hio p {
  size: 14px !important;
  font-size: 14px !important;
  color: #000000;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.hio b,
strong {
  color: #000000 !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
}
.hio img {
  vertical-align: initial;
}
.hio a {
  color: initial;
}
.hio .MuiSvgIcon-root {
  width: 25px;
  height: 25px;
}
.hio .MuiSelect-selectMenu {
  min-height: 12px;
}
.hio select {
  display: initial;
}
.flexDirectionRow {
  display: flex;
  flex-direction: row;
}

.flexDirectionColumn {
  display: flex;
  flex-direction: column;
}
