:host {
  position: relative !important;
  display: inline;
  margin: 10px;
}

.fault-cont {
  width: 75%;
}

.flex-r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-c {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.space-between {
  justify-content: space-between;
}

.title-sml {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.8;
}

.blue-btn {
  height: 22px;
  width: 55px;
  border-radius: 3px;
  background-color: #02688C;
  border: 1px solid #02688C;
  color: white;
  font-family: "roboto";
  cursor: pointer;
  margin: 0px 14px;
}

.img {
  height: 16px;
  width: 18px;
  margin-right: 5px;
}

.msg {
  color: #98999B;
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px;
}